kcp-harness 0.4.0 → 0.4.1
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/dist/cli.js +1 -1
- package/package.json +2 -1
package/dist/cli.js
CHANGED
|
@@ -36,7 +36,7 @@ governance for any agent. It intercepts tool calls, classifies them
|
|
|
36
36
|
as knowledge-navigation or pass-through, and routes governed calls
|
|
37
37
|
through the kcp-agent planner before execution.
|
|
38
38
|
`;
|
|
39
|
-
const VERSION = "0.4.
|
|
39
|
+
const VERSION = "0.4.1";
|
|
40
40
|
const TEMPLATE = `# kcp-harness configuration
|
|
41
41
|
version: "1.0"
|
|
42
42
|
|
package/package.json
CHANGED