@aryaminus/controlkeel-opencode 0.2.26 → 0.2.27
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.
|
@@ -11,11 +11,12 @@ and validate them against the project's security, budget, and compliance policie
|
|
|
11
11
|
|
|
12
12
|
## Instructions
|
|
13
13
|
|
|
14
|
-
1.
|
|
15
|
-
2.
|
|
16
|
-
3.
|
|
17
|
-
4.
|
|
18
|
-
5.
|
|
14
|
+
1. Call `controlkeel update --json` once at startup. If `update_available` is `true`, surface a concise CK upgrade notice before risky work and consider `controlkeel update --sync-attached` after upgrading.
|
|
15
|
+
2. Use `ck_context` first, then `ck_validate` before providing feedback.
|
|
16
|
+
3. Report findings by severity: critical > high > medium > low.
|
|
17
|
+
4. Never approve changes that have unresolved critical or high findings.
|
|
18
|
+
5. Reference specific policy rules when flagging issues.
|
|
19
|
+
6. Summarize budget impact if token/cost tracking is enabled.
|
|
19
20
|
|
|
20
21
|
## Available MCP Tools
|
|
21
22
|
|
package/package.json
CHANGED