Restructure README.md and AGENTS.md for the v0.5.0 agentic-os ruleset #18
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
After bumping the pinned
coilysiren/agentic-ospre-commit rev to v0.5.0 (in the working tree from coilysiren/otel-a2a-relay#17), thecatalog-trifectaanddocumentation-layouthooks fail on baseline content that is unrelated to the doc-cap migration. Each failure is structural and editorial enough that it deserves Kai's hand on the prose. While these remain, no commit can land in the repo.Concrete failures from the latest pre-commit run:
README.md- 146 lines / 11704 chars. Over the 80-line / 4000-char cap by ~3x. Needs a heavy split into multiple flatdocs/*.mdfiles or an aggressive trim.AGENTS.md- 4600 chars. Slightly over cap, and missing the 9 required H2 sections introduced in v0.5.0 of agentic-os:## Scope,## Project shape,## Repo boundaries,## Commands,## Validation,## Safety,## Cross-repo contracts,## Release,## Agent rules. Needs a restructure that probably wants to inherit whatever canonical pattern is settled on elsewhere incoilysiren/*.catalog-trifectacite -README.md,AGENTS.md, anddocs/FEATURES.mdcurrently citecoilysiren/coilyco-ai#313. The v0.5.0 hook accepts onlycoilysiren/agentic-os#59or the legacycoilysiren/agentic-os-kai#313. One-line footer fix per file.Out of scope (already landed in coilysiren/otel-a2a-relay#17 working tree)
docs/*.mdfiles split (channels-protocol, protocol, protocols-survey).skills/*/SKILL.mdfiles trimmed (grafana split into peer files).examples/luca-flow/README.mdtrimmed, overflow indocs/luca-flow-spans.md.docs/FEATURES.mdcondensed.pyproject.tomlexcludes for workspace-member READMEs,docs/generated/, generated test artifacts, and.claude/..pre-commit-config.yamlbumped to v0.5.0 so the excludes mechanism actually loads (added in v0.4.0).Why this is a separate issue
The doc-cap migration (#17) was sized for the 8 files that pre-commit explicitly flagged for size. The v0.5.0 rev bump pulled in two additional rules that v0.3.0 did not enforce (the catalog-trifecta convention citation, and the required-H2-sections check on AGENTS.md). Those rules apply to README.md and AGENTS.md, which were not on the size list because they were under the v0.3.0 ruleset's radar (
catalog-trifectawas advisory in older revs).Merged into #11 in the 2026-05-29 backlog burn-down. Same catalog-trifecta/doc restructure as #11 Reopen if it should stand alone.