From 538fd8ff2aa470d6585052282ba00294ab6344b9 Mon Sep 17 00:00:00 2001 From: "frostyard-core[bot]" Date: Tue, 25 Aug 2026 01:07:56 +0000 Subject: [PATCH] chore: sync agent skills from frostyard/core@26f3df8 --- .agents/skills/frostyard-acmm-conformance/SKILL.md | 4 ++-- .agents/skills/frostyard-repo-docs/SKILL.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.agents/skills/frostyard-acmm-conformance/SKILL.md b/.agents/skills/frostyard-acmm-conformance/SKILL.md index ba44791..c3e9401 100644 --- a/.agents/skills/frostyard-acmm-conformance/SKILL.md +++ b/.agents/skills/frostyard-acmm-conformance/SKILL.md @@ -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. @@ -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 diff --git a/.agents/skills/frostyard-repo-docs/SKILL.md b/.agents/skills/frostyard-repo-docs/SKILL.md index fe61a02..07999e2 100644 --- a/.agents/skills/frostyard-repo-docs/SKILL.md +++ b/.agents/skills/frostyard-repo-docs/SKILL.md @@ -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 | | --- | --- | --- |