Archived
d3495476f4
El SDK Release / build-and-release (push) Failing after 13m0s
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.
2 lines
394 B
Batchfile
2 lines
394 B
Batchfile
bash -c cd docs/v2/experiments/evidence; for d in cycles/*/; do printf "%-42s artifacts=%-4s claims=%s\n" "$(basename $d)" "$(ls $d*.out 2>/dev/null | wc -l | tr -d " ")" "$([ -f $d/CLAIMS.md ] && echo yes || echo NO)"; done; printf "\n%-42s artifacts=%s\n" "ITERATION" "$(ls ITERATION/*.out | wc -l | tr -d " ")"; printf "\ntotal artifact files = %s\n" "$(find . -type f | wc -l | tr -d " ")"
|