Fix doc-layout debt blocking v0.3.0 pre-commit adoption #8
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?
Pre-existing doc-layout debt blocks adopting the agentic-os v0.3.0 pre-commit block (blocks #7). The
documentation-layout/catalog-doc-sizehooks run repo-wide and currently fail on files unrelated to the rollout. Fix the four categories below, then the #7 commit can land.1. Markdown in disallowed directories
Markdown may only live at repo root,
docs/*.md, or inside a skill folder. Relocate (flatten intodocs/with filename prefixes, or move into a skill):ideas/(22 files):art-creative.md,atfile-storage.md,atproto-messaging.md,atproto-x-my-streams.md,categories.md,chat.md,clients.md,constellation-backlinks.md,dev-tools.md,events.md,feed-agent-engineering.md,feed-ai-infra.md,feed-atproto-dev.md,feed-go-cli.md,feed-homelab-k8s.md,feed-observability.md,feed-platform-eng.md,feed-supply-chain-sec.md,front-page.md,infra-primitives-overlap.md,jetstream-parser.md,joke-apps.md,kapwing-atproto-media.md,moderation-labelers.md,profile-link-in-bio.md,README.md,reviews-tracking.md,topic-feeds.md,whitewind-blog.md,wiki-walker.mdreference/atproto-ecosystem.md2. Files over the size cap (80 lines / 4000 chars)
Split into smaller
docs/*.md:reference/atproto-ecosystem.md(125 lines, 5613 chars).agents/skills/writing-bluesky/docs/THREADING.md(198 lines, 6994 chars).agents/skills/writing-bluesky/README.md(103 lines).agents/skills/writing-bluesky/SKILL.md(97 lines)3. AGENTS.md missing required H2 sections
Add:
## Scope,## Project shape,## Repo boundaries,## Commands,## Validation,## Safety,## Cross-repo contracts,## Release,## Agent rules.4. After fixes
Land the v0.3.0
.pre-commit-config.yaml(closes #7) and sweep the regenerated coily lockdown files into the same commit.Merged into #4 in the 2026-05-29 backlog burn-down. Doc-layout debt sweep, same cluster as #4 Reopen if it should stand alone.