@kody-ade/kody-engine 0.4.260 → 0.4.261
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/bin/kody.js +4 -4
- package/package.json +1 -1
package/dist/bin/kody.js
CHANGED
|
@@ -15,7 +15,7 @@ var init_package = __esm({
|
|
|
15
15
|
"package.json"() {
|
|
16
16
|
package_default = {
|
|
17
17
|
name: "@kody-ade/kody-engine",
|
|
18
|
-
version: "0.4.
|
|
18
|
+
version: "0.4.261",
|
|
19
19
|
description: "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative agentAction profiles.",
|
|
20
20
|
license: "MIT",
|
|
21
21
|
type: "module",
|
|
@@ -22238,9 +22238,9 @@ Usage:
|
|
|
22238
22238
|
kody-engine help
|
|
22239
22239
|
kody-engine version
|
|
22240
22240
|
|
|
22241
|
-
Top-level work commands are
|
|
22242
|
-
and
|
|
22243
|
-
profiles
|
|
22241
|
+
Top-level work commands are capabilities. A capability owns the public command name
|
|
22242
|
+
and resolves the implementation that runs it. Use exec only for internal implementation
|
|
22243
|
+
profiles and legacy scheduled helpers.
|
|
22244
22244
|
|
|
22245
22245
|
Exit codes:
|
|
22246
22246
|
0 success (PR opened, verify passed \u2014 or resolve produced a merge commit)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kody-ade/kody-engine",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.261",
|
|
4
4
|
"description": "kody — autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative agentAction profiles.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|