feat(skills): bundle and harden personal maintenance workflows

This commit is contained in:
Turtle
2026-07-27 17:53:31 +08:00
parent 8452ff222b
commit 5d2329e207
16 changed files with 274 additions and 32 deletions

View File

@@ -25,6 +25,7 @@ const PATTERNS = [
'AGENTS.md',
'packages/AGENTS.md',
'.agents/skills/**/*.md',
'skills/**/*.md',
]
/** A broken relative link: a target path that does not resolve to a file. */

View File

@@ -26,6 +26,7 @@ const PATTERNS = [
'AGENTS.md',
'packages/AGENTS.md',
'.agents/skills/**/*.md',
'skills/**/*.md',
]
interface Block {