@kody-ade/kody-engine-lite 0.1.113 → 0.1.115

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine-lite",
3
- "version": "0.1.113",
3
+ "version": "0.1.115",
4
4
  "description": "Autonomous SDLC pipeline: Kody orchestration + Claude Code + LiteLLM",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -215,6 +215,7 @@ jobs:
215
215
  [ "$MODE" = "fix-ci" ] && CMD="fix-ci"
216
216
  [ "$MODE" = "review" ] && CMD="review"
217
217
  [ "$MODE" = "resolve" ] && CMD="resolve"
218
+ [ "$MODE" = "status" ] && CMD="status"
218
219
  ARGS="--issue-number $ISSUE_NUMBER"
219
220
  [ -n "$TASK_ID" ] && ARGS="$ARGS --task-id $TASK_ID"
220
221
  [ -n "$PR_NUMBER" ] && ARGS="$ARGS --pr-number $PR_NUMBER"