@kody-ade/kody-engine 0.2.43 → 0.2.44
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/kody2.js +1 -1
- package/dist/executables/research/prompt.md +19 -16
- package/package.json +1 -1
package/dist/bin/kody2.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// package.json
|
|
4
4
|
var package_default = {
|
|
5
5
|
name: "@kody-ade/kody-engine",
|
|
6
|
-
version: "0.2.
|
|
6
|
+
version: "0.2.44",
|
|
7
7
|
description: "kody2 \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
|
|
8
8
|
license: "MIT",
|
|
9
9
|
type: "module",
|
|
@@ -63,24 +63,27 @@ research stops at findings.>
|
|
|
63
63
|
|
|
64
64
|
Before writing your findings, scan the "Recent comments" block above for a
|
|
65
65
|
previous comment whose body starts with `## Research for issue`. If one
|
|
66
|
-
exists, you are in **delta mode
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
66
|
+
exists, you are in **delta mode**. In delta mode your ENTIRE PR_SUMMARY is
|
|
67
|
+
ONLY the following, and nothing else:
|
|
68
|
+
|
|
69
|
+
```
|
|
70
|
+
## Delta since last research
|
|
71
|
+
**Answered:** <one bullet per prior question whose answer appears in a later comment, with the answer>
|
|
72
|
+
**Still open:** <one bullet per prior question nobody has answered>
|
|
73
|
+
**New:** <one bullet per newly surfaced gap or question from the latest comments — only if genuinely new>
|
|
74
|
+
|
|
75
|
+
## Updated scope (only if materially changed)
|
|
76
|
+
Short bullet list of what's now in or out of scope because of the answers.
|
|
77
|
+
If scope is unchanged, write: "Unchanged — see prior research."
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
Do NOT re-emit Understood request, Repo context, Clarifying questions, or
|
|
81
|
+
Gaps & assumptions — they live in the prior comment. Keep the whole delta
|
|
82
|
+
under 25 lines. If nothing has changed since the prior research, output
|
|
83
|
+
`FAILED: no new information since last research` instead.
|
|
81
84
|
|
|
82
85
|
If no prior `## Research for issue` comment exists in the thread, produce
|
|
83
|
-
the full first-pass structure
|
|
86
|
+
the full first-pass structure below.
|
|
84
87
|
|
|
85
88
|
# Rules
|
|
86
89
|
- Read-only. Do NOT modify any file.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kody-ade/kody-engine",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.44",
|
|
4
4
|
"description": "kody2 — autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|