@codyswann/lisa 1.53.7 → 1.53.9

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
@@ -36,7 +36,7 @@ Or with utility commands:
36
36
 
37
37
  ## Lisa Commands
38
38
 
39
- > Ask Claude: "What Lisa commands are available and how do I use them? Read HUMAN.md and give me a summary."
39
+ > Ask Claude: "What Lisa commands are available, and how do I use them? Read HUMAN.md and give me a summary."
40
40
 
41
41
  ## Common Tasks
42
42
 
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.7",
75
+ "version": "1.53.9",
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 }}