Split grandfathered oversized docs under the documentation-layout size cap #183
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?
When the agentic-os v0.11.1 hook block landed (#181), the new
documentation-layout/catalog-doc-sizeMarkdown size caps (80 lines / 4000 chars) surfaced a pile of pre-existing oversized docs. Rather than split 10+ runbooks inside a hook-adoption change, they were grandfathered via[tool.agentic-os.documentation-layout] excludesinpyproject.toml. This issue tracks splitting them so they can come back under the cap and off the exclude list.Grandfathered files (current size):
docs/k3s-deploy-notes.md- 960 lines / 43327 chars (the big one; split by section)docs/forgejo-deploy-plan.md- 321 / 22211docs/glitchtip-deploy-plan.md- 293 / 17332docs/repo-recall-deploy.md- 119 / 5305docs/tailscale.md- 101 / 5227docs/claude-remote-control.md- 110 / 7082docs/claude-session-watcher.md- 127 / 4595docs/certificates.md- 85 / 4421docs/eco-server-setup.md- 347 / 14103 (moved from rooteco.mdin #181)docs/FEATURES.md- 4938 chars (trifecta file; trim under 4000)skills/ops-investigation-k3s-pod-eviction/SKILL.md- 89 linesskills/ops-investigation-k3s-upgrade-homelab/SKILL.md- 85 / 4501Use
docs/filename prefixes (flat, no subdirs) to split. Drop each path from theexcludeslist as it comes under cap.docs/certificates.mdand the two SKILL.md entries are just over the line and are the cheap wins.