@kody-ade/kody-engine-lite 0.1.51 → 0.1.52

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.
Files changed (2) hide show
  1. package/dist/bin/cli.js +1 -0
  2. package/package.json +1 -1
package/dist/bin/cli.js CHANGED
@@ -2249,6 +2249,7 @@ If no pipeline flaw is detected, set "pipelineFlaw" to null.
2249
2249
  import * as fs14 from "fs";
2250
2250
  import * as path14 from "path";
2251
2251
  function ensureFeatureBranchIfNeeded(ctx) {
2252
+ if (ctx.input.prNumber) return;
2252
2253
  if (!ctx.input.issueNumber || ctx.input.dryRun) return;
2253
2254
  try {
2254
2255
  const taskMdPath = path14.join(ctx.taskDir, "task.md");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine-lite",
3
- "version": "0.1.51",
3
+ "version": "0.1.52",
4
4
  "description": "Autonomous SDLC pipeline: Kody orchestration + Claude Code + LiteLLM",
5
5
  "license": "MIT",
6
6
  "type": "module",