pre-commit baseline drift after agentic-os v0.2.8 bump blocks new commits #23
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
pre-commitfails on a clean tree after theagentic-os v0.2.6 → v0.2.8bump (e868dc2). Three hooks block any new commit:catalog-trifecta:AGENTS.mdis missing the required H2 set —## Scope,## Project shape,## Repo boundaries,## Commands,## Validation,## Safety,## Cross-repo contracts,## Release,## Agent rules.documentation-layout+catalog-doc-size:investigation/**/*.md(11 files) live outside the allowed layout (docs/*.mdor skill folders), and most exceed the 80-line / 4000-char cap.docs/FEATURES.mdis also over the cap (92 lines / 4877 chars).Surfaced while landing #22. AGENTS.md forbids
--no-verify, so any commit is blocked until the baseline is restored.Proposal
AGENTS.mdto the trifecta H2 layout (sections can be one line each pointing at the inherited default where appropriate).investigation/— either promote useful pieces intodocs/under the cap, move into a skill folder, or git-rm. They were a one-shot post-mortem dump.docs/FEATURES.mdback under cap (matches the spirit ofb830469).