@codyswann/lisa 1.53.5 → 1.53.8

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/README.md CHANGED
@@ -25,7 +25,7 @@ brew install claude-code
25
25
 
26
26
  > Ask Claude: "I have Jira ticket [TICKET-ID]. Research the codebase, create a plan, and implement it."
27
27
 
28
- Or use utility commands:
28
+ Or with utility commands:
29
29
 
30
30
  - `/plan:add-test-coverage` - Increase test coverage to a threshold
31
31
  - `/plan:fix-linter-error` - Fix ESLint rule violations
package/package.json CHANGED
@@ -72,7 +72,7 @@
72
72
  "axios": ">=1.13.5"
73
73
  },
74
74
  "name": "@codyswann/lisa",
75
- "version": "1.53.5",
75
+ "version": "1.53.8",
76
76
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
77
77
  "main": "dist/index.js",
78
78
  "exports": {
@@ -15,6 +15,7 @@ on:
15
15
  permissions:
16
16
  contents: write
17
17
  pull-requests: write
18
+ id-token: write
18
19
 
19
20
  jobs:
20
21
  autoupdate:
@@ -26,4 +27,4 @@ jobs:
26
27
  pr_number: ${{ github.event.pull_request.number || 0 }}
27
28
  repo_full_name: ${{ github.repository }}
28
29
  secrets:
29
- TRIGGER_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
30
+ CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}