@aryaminus/controlkeel-opencode 0.3.34 → 0.3.35
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/package.json
CHANGED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: policy-training
|
|
3
|
-
description: "Train, inspect, promote, and archive ControlKeel router and budget-hint policy artifacts. Use this only for operator-initiated policy work."
|
|
4
|
-
when_to_use: "Activate when the user explicitly requests policy training, policy promotion, or policy artifact management. Do not activate for general governance queries."
|
|
5
|
-
argument-hint: "[policy artifact or training dataset]"
|
|
6
|
-
license: Apache-2.0
|
|
7
|
-
compatibility:
|
|
8
|
-
- codex
|
|
9
|
-
- claude-standalone
|
|
10
|
-
- claude-plugin
|
|
11
|
-
- copilot-plugin
|
|
12
|
-
- github-repo
|
|
13
|
-
- open-standard
|
|
14
|
-
- cline-native
|
|
15
|
-
- cursor-native
|
|
16
|
-
- windsurf-native
|
|
17
|
-
- continue-native
|
|
18
|
-
- letta-code-native
|
|
19
|
-
- pi-native
|
|
20
|
-
- roo-native
|
|
21
|
-
- goose-native
|
|
22
|
-
- opencode-native
|
|
23
|
-
- gemini-cli-native
|
|
24
|
-
- kiro-native
|
|
25
|
-
- kilo-native
|
|
26
|
-
- amp-native
|
|
27
|
-
- augment-native
|
|
28
|
-
- hermes-native
|
|
29
|
-
- multica-native
|
|
30
|
-
- openclaw-native
|
|
31
|
-
- devin-terminal-native
|
|
32
|
-
- warp-native
|
|
33
|
-
- droid-bundle
|
|
34
|
-
- forge-acp
|
|
35
|
-
disable-model-invocation: true
|
|
36
|
-
metadata:
|
|
37
|
-
author: controlkeel
|
|
38
|
-
version: "2.0"
|
|
39
|
-
category: policy
|
|
40
|
-
ck_mcp_tools:
|
|
41
|
-
- ck_observability
|
|
42
|
-
- ck_outcome_tracker
|
|
43
|
-
---
|
|
44
|
-
|
|
45
|
-
# Policy Training Skill
|
|
46
|
-
|
|
47
|
-
Use this skill only when the task is offline policy training or artifact promotion.
|
|
48
|
-
|
|
49
|
-
## Workflow
|
|
50
|
-
|
|
51
|
-
1. Confirm whether you are training `router` or `budget_hint`.
|
|
52
|
-
2. Use public and held-out benchmark data appropriately.
|
|
53
|
-
3. Review promotion gates and never weaken deterministic controls.
|
|
54
|
-
4. Summarize held-out metrics against the heuristic baseline before promotion.
|
|
55
|
-
5. Consider real-world success inputs using `ck_outcome_tracker` (leaderboards, recorded session outcomes).
|
|
56
|
-
|
|
57
|
-
## Observability promotion evidence
|
|
58
|
-
|
|
59
|
-
Before policy artifact promotion, inspect `ck_observability` report `promotions` and `benchmark_history`. Promotion candidates are advisory and non-mutating; require human approval, successful held-out or generated benchmark evidence, and explicit policy-training intent before changing router, budget-hint, prompt, or policy artifacts.
|
|
60
|
-
|
|
61
|
-
## Additional resources
|
|
62
|
-
|
|
63
|
-
- [Promotion rules](references/promotion-rules.md)
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
interface:
|
|
2
|
-
display_name: "Policy Training"
|
|
3
|
-
short_description: "Operate CK router and budget-hint artifact training safely."
|
|
4
|
-
brand_color: "#7c2d12"
|
|
5
|
-
policy:
|
|
6
|
-
allow_implicit_invocation: false
|
|
7
|
-
dependencies:
|
|
8
|
-
tools:
|
|
9
|
-
- type: "mcp"
|
|
10
|
-
value: "controlkeel"
|
|
11
|
-
description: "ControlKeel MCP server"
|
|
12
|
-
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
# Promotion Rules
|
|
2
|
-
|
|
3
|
-
- Router artifacts must improve held-out utility without degrading catch rate or expected-rule hit rate.
|
|
4
|
-
- Budget-hint artifacts may raise `allow` to `warn`, but never weaken deterministic `warn` or `block`.
|
|
5
|
-
- Training is offline and operator initiated; runtime inference remains pure Elixir.
|
|
6
|
-
|