Skip to content

Commit de8001e

Browse files
committed
docs: enforce benchmark disk cleanup
1 parent fb59ab4 commit de8001e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# AGENTS.md
22

33
- Before debugging a recurring issue or designing in an already-touched area,
4-
search `docs/solutions/` and `CONCEPTS.md` for existing decisions and terms.
4+
search `docs/solutions/` and `CONCEPTS.md` for existing decisions and terms;
5+
otherwise work can repeat settled failures or contradict project knowledge.
56
- Before adding or changing durable project knowledge, update any overlapping
67
`docs/solutions/` learning and reconcile each affected project-specific term in
78
`CONCEPTS.md`; otherwise diagnoses and shared vocabulary drift independently.
9+
- During benchmark campaigns, retain one canonical corpus and at most one disposable
10+
run fixture. Before every corpus build, clone, or run, declare its worst-case
11+
additional disk footprint, reserve threshold, and free-space check cadence; refuse
12+
to start unless free space covers both the footprint and reserve. During long runs,
13+
recheck at that cadence and stop the run and delete its disposable fixture if free
14+
space reaches the reserve. Record compact results and delete the disposable fixture
15+
before starting the next run, because accumulated benchmark copies have exhausted
16+
the workstation's home dataset.

0 commit comments

Comments
 (0)