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
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
- 🚨 An override's value is MEASURED, never predicted (`scripts/fleet/measure-ecosystem-impact.mts`): report surviving gateways + the clique verdict beside every cut %, and the root set with every number; a clique never prunes like a tree. [`ecosystem-impact-measurement`](docs/agents.md/fleet/ecosystem-impact-measurement.md)
40
40
- 🚨 `pnpm run fix --all` runs the fleet doctor: auto-fixes missing `catalog:` entries, reports soak-window install failures loud. [`fleet-doctor`](docs/agents.md/fleet/fleet-doctor.md)
41
41
-**headroom-ai** (telemetry-locked) wire proxy compresses tool_result, the sole compression layer (no custom hook). [`token-minification`](docs/agents.md/fleet/token-minification.md)
42
-
- 🚨 A peer agent's number or verdict is a LEAD: re-measure it, or attribute it; never restate it as your own finding. [`a-peers-claim-is-a-lead`](docs/agents.md/fleet/a-peers-claim-is-a-lead.md)
42
+
- 🚨 A peer agent's number or verdict is a LEAD: re-measure it, or attribute it; never restate it as your own finding. (`.claude/hooks/fleet/stop-claim-verify-nudge/`) [`a-peers-claim-is-a-lead`](docs/agents.md/fleet/a-peers-claim-is-a-lead.md)
43
43
- 🚨 Fix a lint/type/test error or broken comment in your reading window in a sibling commit; investigate before blaming a tool or session. [`judgment-and-self-evaluation`](docs/agents.md/fleet/judgment-and-self-evaluation.md)
44
44
- 🚨 "stop"/"pause" means stop FORWARD action: finish the in-flight commit, never interrupt a running one, never freeze in a broken state. (`.claude/hooks/fleet/stop-means-commit-guard/`) [`stop-means-finish-the-commit`](docs/agents.md/fleet/stop-means-finish-the-commit.md)
45
45
- 🚨 Scope work into chunks that land: each verifiable alone, committed before the next starts; a mechanical sweep is batched, not one pass. (`.claude/hooks/fleet/uncommitted-sweep-nudge/`) [`scope-work-into-landable-chunks`](docs/agents.md/fleet/scope-work-into-landable-chunks.md)
0 commit comments