lp-rollout: land v0.11.1 hook block (fix doc-layout + catalog-trifecta) #15
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?
Sub-issue of coilysiren/agentic-os-kai#548 (parent rollout: #505).
Land the agentic-os v0.11.1 hook block (context-load-points + owner-agnostic closes-issue) on atmosphere. It could not auto-land during the fleet rollout because committing the bump trips other managed hooks (pre-existing debt).
Hook block reference
Already adopted in
eco-configs/luca/session-lattice.pre-commit-config.yaml: the managed block# BEGIN managed by agentic-os/scripts/apply-agentic-os-hooks.pyatrev: v0.11.1. Re-apply it fresh in your worktree (runagentic-os/scripts/apply-agentic-os-hooks.py, or copy the block). Do not rely on uncommitted changes in the canonical checkout — your dispatch worktree starts from clean main.Diagnosed violations
apps/bsky-scorer/docs/*.md,apps/bsky-scorer/seed-skill.md,ideas/README.md.AGENTS.mdmissing the 9 required H2 sections: Scope, Project shape, Repo boundaries, Commands, Validation, Safety, Cross-repo contracts, Release, Agent rules.Fix pattern
[tool.agentic-os.documentation-layout] excludes = [...](andcatalog-doc-sizeexcludes if needed) for legitimately-nested module/app docs; relocate or rename genuinely-misplaced docs. Use judgment on exclude-vs-move; keep real content.AGENTS.mdto the 9-section catalog-trifecta template.agentic_os.check_documentation_layout/check_catalog_trifecta/check_catalog_doc_sizeuntil clean.Landing
Commit the fix + hook bump, run pre-commit clean (never
--no-verify), then push to canonical Forgejo main:git push $(git config --get-all remote.origin.pushurl | grep forgejo) HEAD:mainGitHub mirror stays PR-gated. Use
closes <this forgejo issue url>in the commit. Close this issue when landed.