@aryaminus/controlkeel-opencode 0.3.62 → 0.3.64
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.
|
@@ -14,7 +14,7 @@ metadata:
|
|
|
14
14
|
author: controlkeel
|
|
15
15
|
version: "1.1"
|
|
16
16
|
category: reporting
|
|
17
|
-
ck_mcp_tools: [ck_session_digest,
|
|
17
|
+
ck_mcp_tools: [ck_session_digest, ck_outcome_tracker, ck_memory_search]
|
|
18
18
|
related_skills: [proof-memory]
|
|
19
19
|
---
|
|
20
20
|
|
|
@@ -35,7 +35,7 @@ Summarize work over a time period. Enriches git log with CK session data for ric
|
|
|
35
35
|
```
|
|
36
36
|
3. Enrich with CK data:
|
|
37
37
|
- `ck_session_digest` (mode: `generate`) for session tasks, findings, budget
|
|
38
|
-
- `
|
|
38
|
+
- `ck_outcome_tracker` (mode: `get_session`) for session outcomes and approval patterns
|
|
39
39
|
- `ck_memory_search` for active decisions in the time window
|
|
40
40
|
4. Synthesize: prioritize substantial changes, omit cosmetic-only.
|
|
41
41
|
5. Output format:
|
package/package.json
CHANGED