chore: clean up documentation-layout violations (agentic-os v0.2.8) #3
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
Bumping the agentic-os pre-commit suite to v0.2.8 (closes coilysiren/cli-web-docs#41) surfaces existing
documentation-layout/catalog-doc-sizeviolations unrelated to the code-comments cleanup:examples/README.md,examples/custom-theme/README.md,examples/deep-tree/README.md,examples/multi-page/README.md,examples/render/README.md- Markdown files outside the allow-list (repo root,docs/*.md, or skill folders).CODE_OF_CONDUCT.md(5121 chars) exceeds the 4000-char cap;docs/CODE_OF_CONDUCT.mdis a duplicate at the same size.Fix
examples/*/README.md: delete (godoc already documents the demo) or migrate intodocs/examples-<name>.mdand link fromdocs/examples.md.Verify:
Context
Skipped via SKIP env when landing coilysiren/cli-web-docs#41.