Trim README, AGENTS, FEATURES to 100 lines and 5000 bytes #2
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?
Originally filed by @coilysiren on 2026-05-16T01:13:58Z - https://github.com/coilysiren/galaxy-gen/issues/64
Problem - One or more of
README.md/AGENTS.md/docs/FEATURES.mdexceed the catalog-doc-size cap (100 lines / 5000 bytes). These three files are pulled wholesale into agentic-os-kai's per-repo digest (coilysiren/agentic-os-kai#543). Size discipline lives at the source.Over-cap files (README,AGENTS,FEATURES)
README 158L/8144B, AGENTS 95L/5213B (bytes only), FEATURES 93L/7733B (bytes only)
Plan - Trim each over-cap file to fit within 100 lines / 5000 bytes. Suggested split strategies:
README.md: keep the top pitch + quick start. Push deeper structure intoAGENTS.md,docs/FEATURES.md, or a newdocs/<topic>.md.AGENTS.md: split per-area operating rules into skill files under.claude/skills/or sibling docs underdocs/. Keep only what's needed to override workspace-level conventions.docs/FEATURES.md: keep one-line feature inventory. Push per-feature deep dives intodocs/<feature>.md.After the trim lands, re-stamp the catalog-doc-size hook so the new caps enforce locally going forward:
Why - Fits the file into the daily digest cleanly. The digest is what agents loaded from agentic-os-kai's project context read for cross-repo questions; bloated source files push the digest dir out of useful range.
Umbrella - coilysiren/agentic-os-kai#549.