@leing2021/super-pi 0.19.6 → 0.19.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -421,7 +421,7 @@ Not a fork. Not a wrapper. Methodologies extracted and rebuilt with Pi's native
421
421
 
422
422
  ## Changelog
423
423
 
424
- ### 0.19.6 — pi-subagents integration extension
424
+ ### 0.19.7 — pi-subagents integration extension
425
425
  - New `super-pi-extension`: pre-configured CE Agents (ce-scout, ce-planner, ce-worker, ce-reviewer, ce-oracle) and CE Chains (ce-standard, ce-review-only, ce-parallel-review).
426
426
  - New `thinkingStrategy` setting: per-stage thinking level sync (`modelStrategy` + `thinkingStrategy` → `subagents.agentOverrides`).
427
427
  - Removed hardcoded `model` and `thinking` from CE Agent frontmatter — now fully driven by settings.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leing2021/super-pi",
3
- "version": "0.19.6",
3
+ "version": "0.19.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Pi-native Compound Engineering package for iterative development workflows",