@kody-ade/kody-engine 0.4.546 → 0.4.547

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 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.546",
18
+ version: "0.4.547",
19
19
  description: "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative implementation profiles.",
20
20
  license: "MIT",
21
21
  type: "module",
@@ -2,8 +2,10 @@
2
2
 
3
3
  ## Delivery
4
4
 
5
- The delivery wrapper owns git commits, pushes, and pull requests. Do not run
6
- git or GitHub write commands.
5
+ The delivery wrapper has already checked out the requested target before you
6
+ start. Inspect and edit the current working tree. Do not fetch, checkout, sync,
7
+ merge, commit, push, or run any other git or GitHub write command; the wrapper
8
+ owns those operations.
7
9
 
8
10
  After completing the capability work, finish with exactly this structure:
9
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine",
3
- "version": "0.4.546",
3
+ "version": "0.4.547",
4
4
  "description": "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative implementation profiles.",
5
5
  "license": "MIT",
6
6
  "type": "module",