Skip to content

Commit a776460

Browse files
committed
fix(prioritize-epics): use CLAUDE_PLUGIN_ROOT for ticket-cli-reference path
test-no-plugin-markdown-refs.sh enforces zero tolerance for literal `plugins/dso/...` references in skill markdown. Replace the one remaining literal path with the conventional `${CLAUDE_PLUGIN_ROOT}/` form, matching shared/prompts/doc-router.md.
1 parent d27a59f commit a776460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/dso/skills/prioritize-epics

plugins/dso/skills/prioritize-epics/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ Read each phase file in order. Do NOT skip phases. Do NOT proceed to the next ph
107107
| Dependency graph | `.claude/scripts/dso ticket deps <id>` |
108108
| Check tag | inspect `tags` field in `.claude/scripts/dso ticket show <id>` |
109109

110-
Always verify exact syntax via `plugins/dso/docs/ticket-cli-reference.md` before invoking ticket commands.
110+
Always verify exact syntax via `${CLAUDE_PLUGIN_ROOT}/docs/ticket-cli-reference.md` before invoking ticket commands.

0 commit comments

Comments
 (0)