Doc Limits

Load to add, tune, or debug document byte ceilings and DOC_LIMITS_* settings.

vanillagreencom Updated

File contents

Doc Limits

Run the document byte-ceiling check before review and in CI. The commit-guards pre-commit and pre-push chains use the staged mode; at push the index is held equal to HEAD first, so that mode measures the tree being pushed.

.agents/skills/doc-limits/scripts/doc-limits
.agents/skills/doc-limits/scripts/doc-limits --staged

Split an over-limit document at a natural seam, move detail to a linked reference, or delete content the code or another document already states. A document that must stay whole gets a row in the configured excludes file with its reason. Class selection and the exclusion format are references/policy.md. Flags, settings and exit codes are in doc-limits --help.

vanillagreencom/kendex/tree/main/skills/doc-limits commit 55cd6edc4a

Frequently asked questions

npx skillmds@latest add vanillagreencom/doc-limits