Commit b4e8796
committed
feat(quick-260421-u38): sync upstream GSD v1.38.3 sketch/spike updates
Ports the substantive sketch/spike changes from upstream 1.38.3:
- Frontier mode — running /gsd:sketch or /gsd:spike with no argument
(or literal "frontier") analyzes existing sketch/spike landscape and
proposes consistency/frontier targets.
- Extended allowed-tools: WebSearch, WebFetch, context7 (resolve-library-id,
query-docs) for grounding sketches/spikes in real API surfaces.
- Updated descriptions and argument hints reflecting the dual-mode API.
Also fixes a skip-pattern bug in bin/maintenance/rewrite-command-namespace.cjs
surfaced by this sync: the pattern only covered `.planning/milestones/v1.0-`
and the stale `.planning/phases/04-` path, missing the v1.1 archive at
`.planning/milestones/v1.1-phases/`. First run wrongly rewrote historical
archive files; skip pattern now generalized to `v\d+\.` to match any
versioned milestone archive.
Not ported:
- Upstream's `get-shit-done/workflows/sketch.md`, `spike.md`,
`sketch-wrap-up.md`, `spike-wrap-up.md` (184-414 diff lines).
Plugin has no workflows/ directory; all @~/.claude/get-shit-done/workflows/*
refs in plugin SKILL.md files dangle by design. This structural drift
is v1.2 Phase 7's target — not in scope for this sync.1 parent 256d206 commit b4e8796
3 files changed
Lines changed: 31 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
17 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
18 | 27 | | |
19 | 28 | | |
20 | 29 | | |
| |||
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
44 | | - | |
| 53 | + | |
45 | 54 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
18 | 27 | | |
19 | 28 | | |
20 | 29 | | |
| |||
33 | 42 | | |
34 | 43 | | |
35 | 44 | | |
| 45 | + | |
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
39 | 49 | | |
40 | | - | |
| 50 | + | |
41 | 51 | | |
0 commit comments