@groeponline/pi-wishcraft 0.27.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [1.0.0] - 2026-08-20
6
+
7
+ ### Added
8
+ - Wishcraft 1.0 cockpit: README lists `/skills doctor`, `/skills new`, `wishcraft.policy`, and idea-review.
9
+
10
+ ## [0.27.2] - 2026-08-20
11
+
12
+ ### Added
13
+ - `examples/settings.example.json` — every setting at its default, including
14
+ `wishcraft.policy`, `readHints`, and other post-0.22 keys.
15
+ - ROADMAP top-15 maturity track rebaselined on 0.27.x (English); landed
16
+ 0.23–0.27 items moved to "Already shipped".
17
+
5
18
  ## [0.27.1] - 2026-08-20
6
19
 
7
20
  ### Changed
package/README.md CHANGED
@@ -34,11 +34,12 @@ Then restart pi or `/reload`. Peer range is `@earendil-works/pi-coding-agent` `>
34
34
  | --- | --- |
35
35
  | Status bar | Git, TPS (1s window over a 5s ring), context, cost, ports, queue. Default placement is the editor top border; `/powerline placement below` moves it. |
36
36
  | `alt+p` | Three overlays: Navigate, Configure, Status. In Navigate, `→` / `tab` opens per-segment detail (ports, git, cost, context). `alt+i` is the ports list. |
37
- | `# <idea>` | File-backed inbox. Does not send the prompt. `/ideas next` feeds the oldest active idea into the session. |
37
+ | `# <idea>` | File-backed inbox. Does not send the prompt. `/ideas` reviews status, tags, and skill insert. `/ideas next` feeds the oldest active idea into the session. |
38
38
  | `alt+s` | Stash the draft, ask something else, get it back when the run finishes. |
39
- | `/skills` | Substring search on name, description, and path. Enter inserts. |
39
+ | `/skills` | Overlay search on name, description, and path. Enter inserts. `/skills doctor` is the health table. `/skills new` writes a SKILL.md from a template. |
40
40
  | `!cmd` / bash mode | Managed shell with ghost suggestions from project history. No shell-native completion probes. |
41
41
  | Hooks + repairs | Command hooks on pi events. Custom-tool input repairs before execution. Kill-switch: `wishcraft.hooksEnabled`. |
42
+ | Policy | In-process deny/inject rules in global settings. No spawn. Kill-switch: `wishcraft.policyEnabled`. |
42
43
 
43
44
  Pi owns the footer chrome, feed scrolling, and input. Wishcraft supplies widgets, overlays, and the bash/stash/editor integrations. The bar is not clickable; actions are commands and overlays.
44
45
 
@@ -54,6 +55,9 @@ Activates on load. `/powerline` toggles it. `/powerline <preset>` switches look.
54
55
  /usage session / today / week from ~/.pi/agent/wishcraft-usage.json
55
56
  /repairs tool-input repair counters
56
57
  /skills skill manager
58
+ /skills doctor health table (broken frontmatter, dupes, unused, budget)
59
+ /skills new [name] write a SKILL.md from a template
60
+ /ideas idea review overlay (status, tags, skill insert)
57
61
  /wishcraft settings TUI
58
62
  /open-ports listening sockets
59
63
  /cd <path> continue this conversation in another directory
@@ -65,6 +69,7 @@ Queue:
65
69
 
66
70
  - `# <text>` current project; `# @global`, `# @current`, `# @alias`
67
71
  - `/idea`, `/ideas`, `/queue` for capture, send, retry, clear, archive
72
+ - `/ideas` overlay: `reviewStatus` (`idea` / `in-progress` / `done`), tags, Run with skill X
68
73
 
69
74
  Keybinds (`powerlineShortcuts`, applied after `/reload`; `null` disables):
70
75
 
@@ -91,7 +96,7 @@ Keybinds (`powerlineShortcuts`, applied after `/reload`; `null` disables):
91
96
  }
92
97
  ```
93
98
 
94
- `chef` is muted colors, slash separators, live TPS in/out, and TCP port count. Built-in presets: `default`, `minimal`, `compact`, `full`, `nerd`, `ascii`, `chef`. Custom segments, labels, layout, and presets are documented in [docs/configuration.md](docs/configuration.md).
99
+ `chef` is muted colors, slash separators, live TPS in/out, and TCP port count. Built-in presets: `default`, `minimal`, `compact`, `full`, `nerd`, `ascii`, `chef`. Custom segments, labels, layout, and presets are documented in [docs/configuration.md](docs/configuration.md). For every setting at its default, see [`examples/settings.example.json`](examples/settings.example.json).
95
100
 
96
101
  Nerd Fonts auto-detect for iTerm, WezTerm, Kitty, Ghostty, and Alacritty; ASCII otherwise. `POWERLINE_NERD_FONTS=0` forces ASCII.
97
102
 
package/ROADMAP.md CHANGED
@@ -98,6 +98,60 @@ Niet de fork. Niet de SaaS-agent.
98
98
  documentatie die waar is. Done = README dekt alles wat we shipten,
99
99
  geen kapotte footer-belofte.
100
100
 
101
+ ## Top-15 track: remaining maturity gaps
102
+
103
+ Written 2026-08-20, rebaselined on 0.27.1 (code review, not this ROADMAP
104
+ alone). Feature density is high; several original gaps closed in
105
+ 0.23–0.27. What remains is the maturity layer that separates a top-15 pi
106
+ extension from a feature-rich prototype.
107
+
108
+ ### Already shipped (0.22.x–0.27.x)
109
+ - **CHE-41 per-segment detail** — `→` in Navigate, snapshot on open (0.22.1).
110
+ - **CHE-42 drill-down** — #19 + Configure in #13.
111
+ - **Changelog roll** — version headers drive the what's-new panel.
112
+ - **Per-segment fault isolation** — throwing custom segments show `!id`
113
+ instead of blanking the footer (#34, 0.23.1).
114
+ - **macOS open_ports** — netstat dot-address parsing (#34, 0.23.1).
115
+ - **GitHub Release per npm tag** (#25, 0.23.2).
116
+ - **CodeQL proto-pollution hardening** (#27, 0.23.3).
117
+ - **setupHooks wired** (#26, 0.23.4).
118
+ - **Policy engine** — declarative deny/inject, no spawn (GRO-1418, #29,
119
+ 0.24.0).
120
+ - **`/skills doctor`** — broken frontmatter, dupes, unused, budget
121
+ (GRO-1416, #28, 0.24.0 / 0.25.0 tag).
122
+ - **`/skills new` templates** — no marketplace (GRO-1417, #32, 0.26.0).
123
+ - **`/ideas` review overlay** — status, tags, skill insert (GRO-1419, #31,
124
+ 0.27.0).
125
+ - **English operator UI** — overlays, skill manager, `/wishcraft` TUI
126
+ (GRO-1422, #24, 0.27.1).
127
+ - **`powerline.skills.count` + read hints + Status trim** (GRO-1420, 0.23.0).
128
+ - **1.0.0 cockpit cut** — README lists doctor, templates, policy, and
129
+ idea-review (GRO-1421). Semver leaves 0.x.
130
+
131
+ ### Remaining open gaps (maturity)
132
+ P1 — differentiation and quality:
133
+ 1. **Settings contract to pi core.** No `contributes.settings`/schema;
134
+ users hand-edit JSON. *Fix: typed settings schema + contributions.*
135
+ 2. **Zero-config first run.** Install still expects JSON edits for the most
136
+ useful features. *Fix: sensible defaults + first-run setup overlay.*
137
+ 3. **Perf budget / low-power mode.** Status renders every ~33ms; heavy
138
+ segments (bash-history, git) can hit the hot path. *Fix: configurable
139
+ refresh + lite mode.*
140
+ 4. **Accessibility (no-color / reduced-motion).** Truecolor + animations
141
+ (vibes, rainbow think) break on terminals without truecolor. *Fix:
142
+ `NO_COLOR`/8-color + reduced-motion respect.*
143
+
144
+ P2 — full product, post-1.0:
145
+ 5. **Preset editor in-menu** — custom JSON-only today.
146
+ 6. **Skill install from repo/npm** — discovery + doctor exist; install and
147
+ curate missing.
148
+ 7. **Host-status integration** — `ctx.ui.setStatus` beside the footer so
149
+ status also shows in host UI (`skills.count` is a start; full coverage
150
+ remains).
151
+
152
+ Linear tickets for open gaps are still to be filed (not invented in this
153
+ ROADMAP).
154
+
101
155
  ---
102
156
 
103
157
  ## 0.19.0 — Correctheid
@@ -267,31 +321,26 @@ the same ring as the segment (no second source of truth).
267
321
 
268
322
  ## 1.0 — Cockpit
269
323
 
270
- Pas na 0.20. Geen parallelle 1.0-tak.
271
-
272
- 1. **`/skills doctor`** — kapot frontmatter, te lange descriptions
273
- (prompt-budget), duplicates global/project, ongebruikte skills.
274
- Tabel, geen essay.
275
- 2. **`/skills new` templates**standaard, browser-workflow,
276
- CLI-workflow, review-checklist. Install-van-GitHub/npm is
277
- post-1.0; 1.0 is doctor + templates, geen markt.
278
- 3. **Policy engine** hooks zonder spawn: `deny bash matching
279
- "sudo rm"`, `context inject when reading .env`. Command-hooks
280
- blijven voor alles wat niet in een regel past.
281
- 4. **Preset editor** links/rechts segmenten kiezen in het menu,
282
- opslaan in settings. Vandaag is custom JSON-only.
283
- 5. **Per-segment detail** (CHE-41): `→` in de navigator opent
284
- ports-lijst, git-samenvatting, cost-breakdown, context-math.
285
- Snapshot bij openen, geen live timer.
286
- 6. **Idee-review**`/ideas` in dezelfde overlay-taal; status
287
- idea / in-progress / done; tags; "verwerk met skill X".
288
- Welcome queue-widget: item oppakken prompt.
289
- 7. **ChefGroep-keys** stabiel `powerline.tps`, `powerline.ports`,
290
- `powerline.preset`, `powerline.skills.count` via
291
- `ctx.ui.setStatus`.
292
- 8. **Read-tool hints** — `tool_result` op `read` verrijken met
293
- "N regels, M–K getoond, volgende offset" alleen als core dat
294
- niet zelf al geeft. Eerst meten, dan aanvullen.
324
+ Shipped. The 0.x train ends at this cut. Preset editor and skill
325
+ install-from-repo stay post-1.0 (top-15 P2).
326
+
327
+ - [x] `/skills doctor` — broken frontmatter, long descriptions, global/project
328
+ duplicates, unused skills. Table, not an essay. (GRO-1416, #28)
329
+ - [x] `/skills new` templates — standard, browser-workflow, CLI-workflow,
330
+ review-checklist. No marketplace. (GRO-1417, #32)
331
+ - [x] Policy engine in-process deny/inject, no spawn. Command hooks remain
332
+ for anything that needs a process. (GRO-1418, #29)
333
+ - [x] Per-segment detail (CHE-41) `→` in Navigate, snapshot on open.
334
+ - [x] Idea review `/ideas` overlay: idea / in-progress / done, tags,
335
+ Run with skill X. Welcome widget shows next idea + `/ideas next`.
336
+ (GRO-1419, #31)
337
+ - [x] Status keys `powerline.tps`, `powerline.ports`, `powerline.preset`,
338
+ `powerline.skills.count` via `ctx.ui.setStatus`. Not the public pitch.
339
+ (GRO-1420)
340
+ - [x] Read-tool hints continuation hint when core omits a range/offset
341
+ summary. (GRO-1420)
342
+ - [x] English operator UI. (GRO-1422, #24)
343
+ - [x] README lists doctor, new, policy, and idea-review. `banner.png` only.
295
344
 
296
345
  ---
297
346
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groeponline/pi-wishcraft",
3
- "version": "0.27.1",
3
+ "version": "1.0.0",
4
4
  "description": "Wishcraft cockpit for the pi coding agent — powerline status, vibes, idea inbox, bash mode, and full customization.",
5
5
  "type": "module",
6
6
  "files": [