chore: fix catalog-trifecta H2-headings failure on AGENTS.md after agentic-os v0.2.8 #84

Open
opened 2026-05-26 05:23:14 +00:00 by coilysiren · 0 comments
Owner

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:

AGENTS.md: missing required H2 heading(s): ## Scope, ## Project shape,
## Repo boundaries, ## Commands, ## Validation, ## Safety,
## Cross-repo contracts, ## Release, ## Agent rules.

Fix

Restructure AGENTS.md to use the org-standard H2 sections per coilysiren/agentic-os#59. Existing content can be redistributed under these headings or moved into docs/.

Verify with:

pre-commit run catalog-trifecta --all-files

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.

**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: ``` AGENTS.md: missing required H2 heading(s): ## Scope, ## Project shape, ## Repo boundaries, ## Commands, ## Validation, ## Safety, ## Cross-repo contracts, ## Release, ## Agent rules. ``` **Fix** Restructure `AGENTS.md` to use the org-standard H2 sections per coilysiren/agentic-os#59. Existing content can be redistributed under these headings or moved into `docs/`. Verify with: ``` pre-commit run catalog-trifecta --all-files ``` **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._
coilysiren added
P2
and removed
P1
labels 2026-05-31 07:01:07 +00:00
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-flight-deck/repo-recall#84
No description provided.