@kody-ade/kody-engine 0.2.50 → 0.2.51

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.50",
6
+ version: "0.2.51",
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",
@@ -3368,7 +3368,7 @@ var loadCoverageRules = async (ctx) => {
3368
3368
 
3369
3369
  // src/scripts/loadIssueContext.ts
3370
3370
  var DEFAULT_COMMENT_LIMIT = 12;
3371
- var DEFAULT_COMMENT_MAX_BYTES = 4e3;
3371
+ var DEFAULT_COMMENT_MAX_BYTES = 16e3;
3372
3372
  var loadIssueContext = async (ctx) => {
3373
3373
  const issueNumber = ctx.args.issue;
3374
3374
  if (typeof issueNumber !== "number" || issueNumber <= 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine",
3
- "version": "0.2.50",
3
+ "version": "0.2.51",
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",