chore: shrink AGENTS.md and docs/architecture.md under 4000-char cap #8
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/session-lattice#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
catalog-doc-sizeanddocumentation-layouthooks (agentic-os v0.2.6+) cap markdown at 4000 chars. Current state:AGENTS.mdis 4249 chars (249 over)docs/architecture.mdis 4069 chars (69 over)These violations predate session-lattice#37 (the code-comments sweep) and block clean pre-commit runs.
Fix
Split each file. AGENTS.md can spin post-push release detail off to
docs/release.md.docs/architecture.mdlikely needs splitting along major boundaries (puller vs reads vs DuckDB layout).Discovered while working on coilysiren/session-lattice#37.
Ported from coilysiren/session-lattice#38.