@aryaminus/controlkeel-opencode 0.1.21 → 0.1.23

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/AGENTS.md +1 -0
  2. package/package.json +1 -1
package/AGENTS.md CHANGED
@@ -4,6 +4,7 @@ This project is governed by ControlKeel. Prefer the ControlKeel MCP server for v
4
4
 
5
5
  Project root: `.`
6
6
  Target: `opencode`
7
+ Primary CK loop: `ck_context -> ck_validate -> ck_review_submit/ck_finding -> ck_budget/ck_route/ck_delegate`
7
8
 
8
9
  Required workflow:
9
10
  1. Call `ck_context` at the start of a task for mission, workspace, transcript, and resume context.
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "url": "git+https://github.com/aryaminus/controlkeel.git"
33
33
  },
34
34
  "type": "module",
35
- "version": "0.1.21"
35
+ "version": "0.1.23"
36
36
  }