@aryaminus/controlkeel-pi-extension 0.2.45 → 0.2.47

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/PI.md CHANGED
@@ -11,8 +11,9 @@ Required workflow:
11
11
  2. Call `ck_validate` before writing code, config, shell, or deploy content.
12
12
  3. Submit plans or approval packets with `ck_review_submit` and check `ck_review_status` before execution.
13
13
  4. Record any human-review issue with `ck_finding`.
14
- 5. Check `ck_budget` before expensive model or multi-agent work.
15
- 6. Use `ck_route`, `ck_skill_list`, and `ck_skill_load` to delegate or activate specialized CK workflows.
14
+ 5. Check `ck_budget` before expensive model or multi-agent work, and keep `ck_context` compact unless full raw context is needed.
15
+ 6. Before AFK or delegated implementation, split large work into human-approved vertical slices with explicit dependencies; prefer durable behavior-first issues, stable deep-module interfaces, and branch-level automated review plus human QA before merge.
16
+ 7. Use `ck_route`, `ck_skill_list`, and `ck_skill_load` to delegate or activate specialized CK workflows.
16
17
 
17
18
  Install ControlKeel:
18
19
  - Homebrew: `brew tap aryaminus/controlkeel && brew install controlkeel`
package/package.json CHANGED
@@ -36,5 +36,5 @@
36
36
  "type": "git",
37
37
  "url": "git+https://github.com/aryaminus/controlkeel.git"
38
38
  },
39
- "version": "0.2.45"
39
+ "version": "0.2.47"
40
40
  }
package/pi-extension.json CHANGED
@@ -31,5 +31,5 @@
31
31
  "review_state_file": ".pi/controlkeel-state.json"
32
32
  },
33
33
  "submit_command": "controlkeel-submit-plan",
34
- "version": "0.2.45"
34
+ "version": "0.2.47"
35
35
  }