@groeponline/pi-wishcraft 1.4.10 → 1.4.11
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 +2 -0
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -21,8 +21,7 @@ Guides live in [`docs/`](docs/index.md). This is the Pi extension contract: what
|
|
|
21
21
|
## Quick start tutorial
|
|
22
22
|
|
|
23
23
|
Install, restart Pi (or run `/reload`), then press `alt+p` for the Deck. Try `/signal menu`, `/skills`, `/ideas`, and `ctrl+shift+b`. Full setup: [docs/configuration.md](docs/configuration.md).
|
|
24
|
-
|
|
25
|
-
## v2 Platform (in this release)
|
|
24
|
+
**Portfolio boundary:** Wishcraft owns the operator cockpit and lightweight idea capture. Promote durable work to [`pi-missions`](https://github.com/GroepOnline/pi-missions), then use [`pi-agent-orchestrator`](https://github.com/GroepOnline/pi-agent-orchestrator) when parallel/isolated execution adds value: `idea -> mission -> orchestration run`.
|
|
26
25
|
|
|
27
26
|
## Install
|
|
28
27
|
|
|
@@ -222,11 +221,12 @@ No shell commands — pure in-process regex. Evaluated before command hooks. `wi
|
|
|
222
221
|
```
|
|
223
222
|
|
|
224
223
|
|
|
224
|
+
Privacy/network boundary: ideas, settings, usage ledgers, and normal cockpit state stay local; there is no package-owned telemetry backend. Optional exchange-rate/DeepWiki features and operator-defined hooks cross the network/process boundary only when used.
|
|
225
225
|
## Limits
|
|
226
226
|
|
|
227
227
|
- No mouse on the live footer. Pi core owns that surface.
|
|
228
228
|
- No second `alt+i` product. Ports stay on `alt+i`; other detail is `→` in the navigator.
|
|
229
|
-
-
|
|
229
|
+
- Compatibility status keys (`powerline.preset`, `powerline.tps`, `powerline.ports`) are available to peer extensions; normal Wishcraft use does not require them.
|
|
230
230
|
- The legacy `@groeponline/pi-powerline-footer` package is deprecated in favor of `@groeponline/pi-wishcraft`.
|
|
231
231
|
- Tags are not rewritten. 0.19.x through current stay on the timeline.
|
|
232
232
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@groeponline/pi-wishcraft",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.11",
|
|
4
4
|
"description": "Operator cockpit for Pi: live powerline status, searchable skills, idea queue, sticky Bash, hooks, policy controls, and session UX.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|