@codyswann/lisa 1.23.1 → 1.24.0
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
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@isaacs/brace-expansion": "^5.0.1"
|
|
89
89
|
},
|
|
90
90
|
"name": "@codyswann/lisa",
|
|
91
|
-
"version": "1.
|
|
91
|
+
"version": "1.24.0",
|
|
92
92
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
93
93
|
"main": "dist/index.js",
|
|
94
94
|
"bin": {
|
|
@@ -235,9 +235,13 @@
|
|
|
235
235
|
"env": {
|
|
236
236
|
"BASH_DEFAULT_TIMEOUT_MS": "1800000",
|
|
237
237
|
"BASH_MAX_TIMEOUT_MS": "7200000",
|
|
238
|
-
"CLAUDE_DEBUG": "0"
|
|
238
|
+
"CLAUDE_DEBUG": "0",
|
|
239
|
+
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
|
|
240
|
+
},
|
|
241
|
+
"attribution": {
|
|
242
|
+
"commit": "🤖 Generated with Claude Code\n\nCo-Authored-By: Claude",
|
|
243
|
+
"pr": "🤖 Generated with Claude Code"
|
|
239
244
|
},
|
|
240
|
-
"includeCoAuthoredBy": true,
|
|
241
245
|
"plansDirectory": "./plans",
|
|
242
246
|
"enabledPlugins": {
|
|
243
247
|
"typescript-lsp@claude-plugins-official": true,
|
|
@@ -29,3 +29,6 @@ firebase-web-staging.json:gcp-api-key:2
|
|
|
29
29
|
google-services-prod.json:gcp-api-key:18
|
|
30
30
|
google-services-staging.json:gcp-api-key:18
|
|
31
31
|
firebase-web-prod.json:gcp-api-key:2
|
|
32
|
+
|
|
33
|
+
# Quality workflow curl uses $SONAR_TOKEN variable reference, not a real secret
|
|
34
|
+
.github/workflows/quality.yml:curl-auth-user:1093
|