chore: fix catalog-trifecta H2-headings failure on AGENTS.md after agentic-os v0.2.8 #84
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
The agentic-os v0.2.8 bump (#254 sweep) exposes a pre-existing catalog-trifecta failure on
AGENTS.md. v0.2.6 silently parse-errored on related hooks (fixed in agentic-os@13490a4); v0.2.7+ enforce it.Failing:
Fix
Restructure
AGENTS.mdto use the org-standard H2 sections per coilysiren/agentic-os#59. Existing content can be redistributed under these headings or moved intodocs/.Verify with:
Context
Filed as follow-up to #254 so the code-comments sweep could land without scope creep. The #254 commit skipped this hook via
SKIP=catalog-trifecta.Ported from coilysiren/repo-recall#256.