Skip to main content

Module agents_digest_size

Module agents_digest_size 

Source
Expand description

Gate: agent digests stay within their line budgets, or within the ceiling its project recorded for one.

The root AGENTS.md is loaded into every session, so its budget is 100 lines; a subtree digest gets 150. Vendored trees are pruned — a gate a consumer cannot satisfy short of deleting node_modules/ is a gate they turn off. What a digest says is review’s business; only size is judged.

Constants§

CITES
The rules this gate can cite.

Functions§

measure
Measure every agent digest: one lines count per file.
run
Judge every agent digest in the repository.