Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .agents/skills/frostyard-acmm-conformance/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Hive ACMM evaluation grades repositories by checking that fixed paths
exist. Each generated issue lists acceptable paths and states "the content
can follow your project's conventions" — satisfying **any one** listed path
satisfies the criterion, and only existence is checked. The frostyard
answer ([core ADR-0029](../../../docs/adr/0029-acmm-conformance-via-canonical-aliases.md))
answer ([core ADR-0029](https://github.com/frostyard/core/blob/main/docs/adr/0029-acmm-conformance-via-canonical-aliases.md))
is: never create a second copy of anything. Done looks like: every `acmm`
issue closable by one PR, `scripts/check-docs.mjs` green, zero duplicated
content, and the alias table registered in a repo-local ADR.
Expand Down Expand Up @@ -69,7 +69,7 @@ repogen#37–#55).
| Session summary | `.claude/session-summary.md` (current state / last landed / next) |

5. **Wire the gate.** Copy core's
[`scripts/check-docs.mjs`](../../../scripts/check-docs.mjs) and adapt
[`scripts/check-docs.mjs`](https://github.com/frostyard/core/blob/main/scripts/check-docs.mjs) and adapt
only: the `SKIP_DIRS` set (add the repo's build-output dirs) and the
link-checked file list. It fails CI on any broken or repo-escaping
symlink, unindexed doc, or dead relative link. Add a `docs-gate` job
Expand Down
2 changes: 1 addition & 1 deletion .agents/skills/frostyard-repo-docs/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Give a frostyard repo core's four-category docs/ shape (adr/, desig

Every frostyard repo keeps one documentation tree, `docs/`, in the same
shape as frostyard/core's
([core ADR-0025](../../../docs/adr/0025-consolidate-repository-docs-into-docs.md)):
([core ADR-0025](https://github.com/frostyard/core/blob/main/docs/adr/0025-consolidate-repository-docs-into-docs.md)):

| Directory | Question | Contents |
| --- | --- | --- |
Expand Down
Loading