@kody-ade/kody-engine 0.4.273 → 0.4.275
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 +438 -265
- package/dist/executables/types.ts +1 -1
- package/package.json +1 -1
|
@@ -498,6 +498,6 @@ export interface Job {
|
|
|
498
498
|
flavor: JobFlavor
|
|
499
499
|
/** Manual force-run (bypass cadence) for a scheduled job. */
|
|
500
500
|
force?: boolean
|
|
501
|
-
/** Ask the owning goal/loop to
|
|
501
|
+
/** Ask the owning goal/loop to write a report run after its persisted decision. */
|
|
502
502
|
saveReport?: boolean
|
|
503
503
|
}
|
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.275",
|
|
4
4
|
"description": "kody — autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|