@kody-ade/kody-engine-lite 0.1.107 → 0.1.108

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.107",
3
+ "version": "0.1.108",
4
4
  "description": "Autonomous SDLC pipeline: Kody orchestration + Claude Code + LiteLLM",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -105,7 +105,7 @@ jobs:
105
105
  env:
106
106
  COMMENT_BODY: ${{ github.event.comment.body }}
107
107
  ISSUE_NUMBER: ${{ github.event.issue.number }}
108
- ISSUE_IS_PR: ${{ github.event.issue.pull_request }}
108
+ ISSUE_IS_PR: ${{ github.event.issue.pull_request && 'true' || '' }}
109
109
  TRIGGER_TYPE: comment
110
110
  run: kody-engine-lite ci-parse
111
111