Doc Limits

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

vanillagreencom Updated

File contents

Project Instructions

Problems with a kendex-owned skill go through kendex report; check ownership in the file first.

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/.agents/skills/doc-limits commit 711fc6b4a3

Frequently asked questions

npx skillmds@latest add vanillagreencom/doc-limits-2