@prism-d1/cli 1.0.9 → 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
|
|
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.
|
|
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",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-sdk/client-bedrock-runtime": "^3.700.0",
|
|
29
29
|
"chalk": "^4.1.2",
|
|
30
|
+
"codeburn": "^0.9.11",
|
|
30
31
|
"commander": "^12.1.0",
|
|
31
32
|
"glob": "^13.0.6",
|
|
32
33
|
"simple-git": "^3.36.0"
|