Commit 48d9d48
committed
fix: narrow markdownlint ignore and correct skill references in ship command
- .markdownlint-cli2.yaml: Replace overly broad .claude/commands/** ignore
with specific list of 6 new lifecycle command files. This preserves
full linting for pre-existing command files (push-pr.md, pr-review.md,
validate-pr-description.md, etc.)
- .claude/commands/ship.md: Correct references to validate-pr-description
and push-pr. These are slash commands (.claude/commands/*.md), not
skills (.claude/skills/*/SKILL.md). Update instructions to use command
invocation syntax instead of Skill tool references.1 parent 043db08 commit 48d9d48
2 files changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
0 commit comments