@groeponline/pi-wishcraft 1.4.13 → 1.4.14
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 +22 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [1.4.14] - 2026-09-05
|
|
6
|
+
|
|
5
7
|
## [1.4.13] - 2026-09-05
|
|
6
8
|
|
|
9
|
+
### Added
|
|
10
|
+
- Skill Studio panes wired end-to-end (`/studio`): the fullscreen workbench now connects the registry-backed list, a detail pane (health, category override, usage count, frontmatter keys, model-invocation flag, and resolved local references with ✓/✗), actions (create from template, edit in-app with cache invalidation, doctor), and AI advice with explain/integrate/examples/improve modes — streamed through the advise engine with DeepWiki wiki context and insert-into-editor. The fail-closed placeholder gate is lifted; the entrypoint keeps its guards (closed without UI, warning + closed in RPC mode).
|
|
11
|
+
- DeepWiki disk cache gains bounded LRU eviction (`maxEntries`, default 64) on top of the existing TTL + stale-fallback behavior.
|
|
12
|
+
- Tests: studio pane render, key routing + refresh, entrypoint guards, and LRU eviction covered; 723 passing.
|
|
13
|
+
|
|
7
14
|
## [1.4.12] - 2026-09-05
|
|
8
15
|
|
|
16
|
+
### Added
|
|
17
|
+
- Skill Studio: browse the ChefGroep global skill registry alongside local skills (`loadSkillStudioCatalog`): registry-only skills surface with routing metadata and a "registry source not readable" warning when the file is unavailable on this host.
|
|
18
|
+
- Motion rail: impressive adaptive rail with motion-driven routing (#83).
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
- AGENTS.md rewritten to the current architecture (#80).
|
|
22
|
+
- Compound Engineering overlay example clarified: explainer archival and sweep state paths now reference `<docs_root>` (#68); devDependency `@earendil-works/pi-coding-agent` bumped to 0.84.3.
|
|
23
|
+
|
|
24
|
+
### Removed
|
|
25
|
+
- Dead agent-tools (patch, ripgrep) with no runtime consumers (#81).
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
- Rail/render fixes shipped with the studio registry work (#79).
|
|
29
|
+
- Tests: `session_compact_failed` regression coverage — clearing compacting state, settling the signal, and blocking post-compact queue items with the error (#68).
|
|
30
|
+
|
|
9
31
|
## [1.4.11] - 2026-08-30
|
|
10
32
|
|
|
11
33
|
## [1.4.10] - 2026-08-30
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@groeponline/pi-wishcraft",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.14",
|
|
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": [
|