@codyswann/lisa 1.46.2 → 1.46.3

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
@@ -95,7 +95,7 @@
95
95
  "axios": ">=1.13.5"
96
96
  },
97
97
  "name": "@codyswann/lisa",
98
- "version": "1.46.2",
98
+ "version": "1.46.3",
99
99
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
100
100
  "main": "dist/index.js",
101
101
  "bin": {
@@ -21,6 +21,7 @@ jobs:
21
21
  steps:
22
22
  - name: Auto-update pull request branches
23
23
  uses: chinthakagodawita/autoupdate@v1.7.0
24
+ continue-on-error: true
24
25
  env:
25
26
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
27
  PR_FILTER: 'all'