@prism-d1/cli 1.0.10 → 1.0.11

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.
@@ -40,8 +40,8 @@ if [[ -n "${CLAUDE_CODE:-}" || -n "${CLAUDE_CODE_SESSION_ID:-}" ]]; then
40
40
  fi
41
41
 
42
42
  # Check for Kiro markers
43
- # Kiro leaves .kiro/ directory artifacts and may set environment variables
44
- if [[ -n "${KIRO_SESSION:-}" ]]; then
43
+ # Kiro CLI sets KIRO_SESSION_ID in its terminal sessions
44
+ if [[ -n "${KIRO_SESSION_ID:-}" || -n "${KIRO_SESSION:-}" ]]; then
45
45
  AI_ORIGIN="ai-assisted"
46
46
  AI_TOOL="kiro"
47
47
  fi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prism-d1/cli",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "PRISM D1 Velocity CLI — AI development lifecycle assessment tool",
5
5
  "author": "andklee",
6
6
  "license": "MIT",