Commit 9934a45
docs: fold check:vue into the places that enumerate verify's phases
`verify` gained a fourth phase, so three places that spell the list out went
stale the moment it did. CLAUDE.md was updated in the parent commit; these were
not:
- `README.md` listed the gate as `vp check` + `vp test` + `preview:test` in two
places (the script list and the deploy section) and had no `check:vue` entry
at all, so the one command that type-checks `.vue` bodies was undiscoverable
from the README.
- `.github/workflows/verify.yml`'s comment said "its three phases". The count is
the whole point of that comment - it explains why the workflow calls
`pnpm run verify` verbatim instead of re-listing phases as steps.
Comment-only in the YAML: no step is added and no phase is mirrored into CI,
which is deliberate - `verify` stays the single definition and CI picks up the
new phase with no workflow change.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01F3a2HLJ4beKARi7SPmaM541 parent e9ca151 commit 9934a45
2 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | | - | |
90 | | - | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
139 | | - | |
| 141 | + | |
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
| |||
0 commit comments