@kody-ade/kody-engine 0.2.41 → 0.2.42
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
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.42",
|
|
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",
|
|
@@ -32,9 +32,15 @@ PR_SUMMARY:
|
|
|
32
32
|
One paragraph restating what the issue is asking for, in your own words.
|
|
33
33
|
|
|
34
34
|
## Repo context
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
**Issue-specific only.** Surface whatever you actually discover during your
|
|
36
|
+
read-only exploration — files, modules, or existing patterns the implementer
|
|
37
|
+
would have to find by hand for *this* issue. Use real `path/to/file` references
|
|
38
|
+
from the repo (no placeholders or invented paths).
|
|
39
|
+
|
|
40
|
+
Do NOT restate general architecture, tech stack, or conventions already
|
|
41
|
+
documented in `AGENTS.md` / `CLAUDE.md` — reference those files by path
|
|
42
|
+
("see AGENTS.md") and move on. If a constraint lives in one of those files,
|
|
43
|
+
cite it; don't copy it.
|
|
38
44
|
|
|
39
45
|
## Clarifying questions
|
|
40
46
|
Numbered list. Each question must include a one-line "Why:" explaining why
|
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.42",
|
|
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",
|