This repository has been archived on 2026-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
el-retired/docs/v1/experiments/evidence/cycles/16-tokens-carry-no-position/0012-post-integration-harnesses.cmd
T
will d3495476f4
El SDK Release / build-and-release (push) Failing after 13m0s
kill: purge old-paradigm dist/platform binaries from tree
The generated C, amalgams, vendored runtime pins, and compiled binaries
from the Claude Code era are removed from the worktree. The El sources
survive; this tree is now source-only for the first-principles rebuild.

Per Principal direction 2026-08-19.
2026-08-19 19:46:15 -05:00

2 lines
415 B
Batchfile

bash -c cd /tmp/rerun-v1b-16-post/lang && tot=0; for h in tests/integration/*.sh; do out=$("$h" /private/tmp/claude-501/-Users-will/6531446d-bc27-4095-930b-e04777c3db4f/scratchpad/v1b/elc16p2 2>&1); rc=$?; n=$(printf "%s" "$out" | grep -oE "^ *[0-9]+ assertions" | grep -oE "[0-9]+" | head -1); printf "%-28s exit=%s assertions=%s\n" "$(basename $h)" "$rc" "${n:-0}"; tot=$((tot+${n:-0})); done; echo "TOTAL: $tot"