Skip to content

Commit 4560857

Browse files
martincjarvisclaude
andcommitted
fix: correct broken links and update config
- Fix relative paths in automation-first-principle-adr.md archive - Comment out future playbook links in playbook-template.md - Add placeholder patterns to .markdown-link-check.json ignore list Refs: #295 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 13b75ff commit 4560857

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.markdown-link-check.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
{ "pattern": "^https://github.com/.*/actions/runs/" },
66
{ "pattern": "^https://github.com/.*/commit/" },
77
{ "pattern": "^https://github.com/.*/files#" },
8-
{ "pattern": "^#" }
8+
{ "pattern": "^#" },
9+
{ "pattern": "^link$" },
10+
{ "pattern": "^url$" },
11+
{ "pattern": "link-to-" },
12+
{ "pattern": "XXXX-" },
13+
{ "pattern": "\\{.*\\}" }
914
],
1015
"timeout": "10s",
1116
"retryOn429": true,

docs/plans/archive/2026-01-07-automation-first-principle-adr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ status: accepted
161161
- **Non-idempotent scripts** - scripts should be safe to run multiple times
162162

163163
9. **Links**
164-
- [ADR-0001: Skill Design Philosophy](0001-skill-design-philosophy.md)
165-
- [Issue-driven-delivery scripts](../../skills/issue-driven-delivery/scripts/)
166-
- [Scripts README](../../skills/issue-driven-delivery/scripts/README.md)
164+
- [ADR-0001: Skill Design Philosophy](../../adr/0001-skill-design-philosophy.md)
165+
- [Issue-driven-delivery scripts](../../../skills/issue-driven-delivery/scripts/)
166+
- [Scripts README](../../../skills/issue-driven-delivery/scripts/README.md)
167167

168168
**Deliverable:** `docs/adr/0002-automation-first-principle.md`
169169

skills/persona-switching/references/playbook-template.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,7 @@ gh auth status
203203

204204
## See Also
205205

206-
- [enable-signed-commits playbook](enable-signed-commits.md) - GPG setup guide
207-
- [conducting-pr-reviews playbook](conducting-pr-reviews.md) - Review process
206+
<!-- Future playbooks (not yet implemented):
207+
- enable-signed-commits.md - GPG setup guide
208+
- conducting-pr-reviews.md - Review process
209+
-->

0 commit comments

Comments
 (0)