@groeponline/pi-wishcraft 0.27.1 → 0.27.2
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 +8 -0
- package/README.md +1 -1
- package/ROADMAP.md +57 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.27.2] - 2026-08-20
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- `examples/settings.example.json` — every setting at its default, including
|
|
9
|
+
`wishcraft.policy`, `readHints`, and other post-0.22 keys.
|
|
10
|
+
- ROADMAP top-15 maturity track rebaselined on 0.27.x (English); landed
|
|
11
|
+
0.23–0.27 items moved to "Already shipped".
|
|
12
|
+
|
|
5
13
|
## [0.27.1] - 2026-08-20
|
|
6
14
|
|
|
7
15
|
### Changed
|
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ Keybinds (`powerlineShortcuts`, applied after `/reload`; `null` disables):
|
|
|
91
91
|
}
|
|
92
92
|
```
|
|
93
93
|
|
|
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).
|
|
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). For every setting at its default, see [`examples/settings.example.json`](examples/settings.example.json).
|
|
95
95
|
|
|
96
96
|
Nerd Fonts auto-detect for iTerm, WezTerm, Kitty, Ghostty, and Alacritty; ASCII otherwise. `POWERLINE_NERD_FONTS=0` forces ASCII.
|
|
97
97
|
|
package/ROADMAP.md
CHANGED
|
@@ -98,6 +98,63 @@ 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
|
+
|
|
129
|
+
### Remaining open gaps (maturity)
|
|
130
|
+
P0 — release gate for 1.0:
|
|
131
|
+
1. **Settings contract to pi core.** No `contributes.settings`/schema;
|
|
132
|
+
users hand-edit JSON. *Fix: typed settings schema + contributions.*
|
|
133
|
+
|
|
134
|
+
P1 — differentiation and quality:
|
|
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
|
+
5. **Semver policy / public API stability.** Still 0.x; top-15 extensions
|
|
144
|
+
ship a stability contract + deprecation path. *Fix: documented API
|
|
145
|
+
surface + semver policy. **1.0 cut: GRO-1421 (next).***
|
|
146
|
+
|
|
147
|
+
P2 — full product, post-1.0 or ride-along on GRO-1415:
|
|
148
|
+
6. **Preset editor in-menu** — custom JSON-only today.
|
|
149
|
+
7. **Skill install from repo/npm** — discovery + doctor exist; install and
|
|
150
|
+
curate missing.
|
|
151
|
+
8. **Host-status integration** — `ctx.ui.setStatus` beside the footer so
|
|
152
|
+
status also shows in host UI (`skills.count` is a start; full coverage
|
|
153
|
+
remains).
|
|
154
|
+
|
|
155
|
+
Linear tickets for open gaps are still to be filed (not invented in this
|
|
156
|
+
ROADMAP).
|
|
157
|
+
|
|
101
158
|
---
|
|
102
159
|
|
|
103
160
|
## 0.19.0 — Correctheid
|
package/package.json
CHANGED