documentation-layout - revert tier policy, single 80/4000 cap for all Markdown including AGENTS.md and SKILL.md #83
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
The tier policy I added in #82 (commit
f82d966) was wrong. AGENTS.md, CLAUDE.md, and SKILL.md should follow the same 80-line / 4000-char cap as every other Markdown file. There is no loader-bound exception. CLAUDE.md is intended to be a one-line@AGENTS.mdpointer, not a full doc.Fix
LOADER_BOUND_BASENAMES,LOADER_MAX_LINES,LOADER_MAX_CHARS, andcaps_for()fromcheck_documentation_layout.py. Restore the single-cap size check.Out of scope
Acceptance
grep -n 'LOADER\|loader-bound\|tier' agentic_os/check_documentation_layout.pyreturns nothing.