chore: add catalog-trifecta standard H2 sections to AGENTS.md #4

Closed
opened 2026-05-26 03:27:43 +00:00 by coilysiren · 0 comments
Owner

Problem

Bumping the agentic-os pre-commit suite to v0.2.8 (closes coilysiren/cli-web-docs#41) surfaces a catalog-trifecta violation:

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

The rule wants every catalog AGENTS.md to carry the same scannable section headings, even if the body is a one-line inherited/default rule (per agentic-os AGENTS.md "Consistency over uniqueness").

Fix

Reshape AGENTS.md to include each required H2 heading. Where the repo has nothing repo-specific to say under a heading, write the one-line default (e.g. Inherited from global rules; nothing repo-specific.). Existing content folds into the appropriate sections.

Verify:

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

Reference: coilysiren/agentic-os#59.

Context

Skipped via SKIP env when landing coilysiren/cli-web-docs#41.

**Problem** Bumping the agentic-os pre-commit suite to v0.2.8 (closes coilysiren/cli-web-docs#41) surfaces a `catalog-trifecta` violation: ``` FAIL: AGENTS.md: missing required H2 heading(s): ## Scope, ## Project shape, ## Repo boundaries, ## Commands, ## Validation, ## Safety, ## Cross-repo contracts, ## Release, ## Agent rules. ``` The rule wants every catalog AGENTS.md to carry the same scannable section headings, even if the body is a one-line inherited/default rule (per agentic-os AGENTS.md "Consistency over uniqueness"). **Fix** Reshape `AGENTS.md` to include each required H2 heading. Where the repo has nothing repo-specific to say under a heading, write the one-line default (e.g. `Inherited from global rules; nothing repo-specific.`). Existing content folds into the appropriate sections. Verify: ``` pre-commit run catalog-trifecta --all-files ``` Reference: coilysiren/agentic-os#59. **Context** Skipped via SKIP env when landing coilysiren/cli-web-docs#41.
coilysiren 2026-06-17 08:24:06 +00:00
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
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
coilysiren/cli-web-docs#4
No description provided.