You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove progress.txt session log, rely on git history
progress.txt was a hand-maintained narrative log appended on every
run_once.sh invocation, which also injected the entire file (9,148
lines, ~175K tokens) into every autonomous agent's prompt context and
instructed it to append more. That's an unbounded, ever-growing
context tax on every run, and an append-anywhere shared text file is
inherently conflict-prone across the tool's parallel per-issue
worktrees.
Commit messages and PR descriptions already carry the durable record
of what changed and why; the git log for this repo is the history.
Strips the file itself along with every reference: the run_once.sh
prompt injection/update instruction, the CLAUDE.md convention section,
ci.yaml's paths-ignore entries, REUSE.toml's license exemption, and
stale in-code pointers to specific progress.txt entries in
dc_bringup, dc_demos, dc_simulation, and tools/e2e.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y6cGXmDzcNi3P79JA3S7pM
Signed-off-by: David Bensoussan <d.bensoussan@proton.me>
0 commit comments