keep the build queue in an uncommitted .scratch/

The queue is a working plan, not a record: git log already carries what landed on
each step, so committing the plan duplicates it and invites the two to disagree.
.scratch/ is gitignored and skipped by the gate the way ideas/ and reference/ are,
so exploratory files there need not compile.

state.md keeps a conditional pointer rather than a path it cannot promise: if the
scratch file is absent, the log is the plan.
This commit is contained in:
2026-07-30 01:30:48 +06:00
parent e1a690313c
commit 57f661b19c
5 changed files with 9 additions and 30 deletions
+1
View File
@@ -2,3 +2,4 @@
*.test
*.out
.DS_Store
.scratch/