chore: shrink AGENTS.md and docs/architecture.md under 4000-char cap #8

Open
opened 2026-05-26 05:23:19 +00:00 by coilysiren · 0 comments
Owner

Problem

catalog-doc-size and documentation-layout hooks (agentic-os v0.2.6+) cap markdown at 4000 chars. Current state:

  • AGENTS.md is 4249 chars (249 over)
  • docs/architecture.md is 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.md likely 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.

**Problem** `catalog-doc-size` and `documentation-layout` hooks (agentic-os v0.2.6+) cap markdown at 4000 chars. Current state: - `AGENTS.md` is 4249 chars (249 over) - `docs/architecture.md` is 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.md` likely 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._
coilysiren added
P2
and removed
P1
labels 2026-05-31 07:01:22 +00:00
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-flight-deck/session-lattice#8
No description provided.