Clean up 43 documentation-layout violations, then re-enable the hook #11
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?
Adopting the agentic-os pre-commit fleet surfaced 43 documentation-layout violations across atmosphere. The
documentation-layouthook is deferred in.pre-commit-config.yamluntil these are cleaned up, matching the fleet pattern used in agentic-os-kai.Violations to resolve:
ideas/*.mdandreference/*.md- markdown may live only at repo root,docs/*.md, or inside a skill folder. Decide whether ideas and reference move underdocs/or the layout rule gets a repo-scoped exception.apps/bsky-scorer/seed-skill.md,reference/atproto-ecosystem.md, and thewriting-blueskyskill'sREADME.md,SKILL.md, anddocs/THREADING.md. Split into smaller docs.writing-blueskyskill folders are not flat (docs/,scripts/,tests/subfolders). Flatten so contents sit beside SKILL.md, or adjust the skill layout rule.Once resolved, re-enable
documentation-layoutin the managed block. This is the cleanup a fleet-wide cascade tool would automate.Merged into #4 in the 2026-05-29 backlog burn-down. Doc-layout violation cleanup, duplicate of #4 Reopen if it should stand alone.