@codyswann/lisa 2.25.2 → 2.25.4

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.
Files changed (26) hide show
  1. package/cdk/create-only/.github/workflows/ci.yml +3 -2
  2. package/expo/create-only/.github/workflows/deploy.yml +4 -3
  3. package/harper-fabric/copy-overwrite/knip.json +1 -1
  4. package/harper-fabric/copy-overwrite/tsconfig.eslint.json +1 -0
  5. package/harper-fabric/deletions.json +3 -0
  6. package/nestjs/create-only/.github/workflows/deploy.yml +7 -6
  7. package/package.json +1 -1
  8. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  9. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  10. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  11. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  12. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  13. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  14. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  15. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  16. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  17. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  18. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  19. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  20. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  21. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  22. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  23. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  24. package/plugins/lisa-wiki/ci/lisa-wiki-validate.yml +3 -2
  25. package/plugins/src/wiki/ci/lisa-wiki-validate.yml +3 -2
  26. package/rails/create-only/.github/workflows/deploy.yml +1 -1
@@ -76,11 +76,12 @@ jobs:
76
76
  contents: read
77
77
  steps:
78
78
  - name: 📥 Checkout
79
- uses: actions/checkout@v4
79
+ uses: actions/checkout@v6
80
80
 
81
81
  - name: 🔧 Setup Node.js
82
- uses: actions/setup-node@v4
82
+ uses: actions/setup-node@v6
83
83
  with:
84
+ package-manager-cache: false
84
85
  node-version: '22.21.1'
85
86
 
86
87
  - name: 📦 Install dependencies
@@ -107,7 +107,7 @@ jobs:
107
107
  app_config_changed: ${{ steps.check_changes.outputs.app_config_changed }}
108
108
  steps:
109
109
  - name: 📥 Checkout
110
- uses: actions/checkout@v4
110
+ uses: actions/checkout@v6
111
111
  with:
112
112
  fetch-depth: 2
113
113
 
@@ -151,12 +151,13 @@ jobs:
151
151
  needs.release.result == 'success'
152
152
  steps:
153
153
  - name: Checkout repository
154
- uses: actions/checkout@v4
154
+ uses: actions/checkout@v6
155
155
  with:
156
156
  ref: ${{ github.ref }} # Use branch HEAD to include version bump from release job
157
157
  - name: 🔧 Setup Node.js
158
- uses: actions/setup-node@v4
158
+ uses: actions/setup-node@v6
159
159
  with:
160
+ package-manager-cache: false
160
161
  node-version: '22.21.1'
161
162
  - name: 🍞 Setup Bun
162
163
  uses: oven-sh/setup-bun@v2
@@ -17,7 +17,7 @@
17
17
  "harper-app/web/**/*.js"
18
18
  ],
19
19
  "ignoreDependencies": ["@types/node", "@vitest/coverage-v8"],
20
- "ignoreBinaries": ["harperdb", "playwright", "tsx"],
20
+ "ignoreBinaries": ["audit", "harperdb", "knip", "playwright", "tsx"],
21
21
  "rules": {
22
22
  "devDependencies": "off"
23
23
  }
@@ -12,6 +12,7 @@
12
12
  "tests/**/*.ts",
13
13
  "eslint.config.ts",
14
14
  "eslint.config.local.ts",
15
+ "eslint.slow.config.ts",
15
16
  "vitest.config.ts",
16
17
  "vitest.config.local.ts"
17
18
  ],
@@ -0,0 +1,3 @@
1
+ {
2
+ "paths": ["jest.config.local.ts"]
3
+ }
@@ -86,7 +86,7 @@ jobs:
86
86
  has_aws_credentials: ${{ steps.check.outputs.has_aws_credentials }}
87
87
  steps:
88
88
  - name: Checkout
89
- uses: actions/checkout@v4
89
+ uses: actions/checkout@v6
90
90
  - uses: noliran/branch-based-secrets@v1
91
91
  with:
92
92
  secrets: AWS_ACCOUNT_ID
@@ -110,7 +110,7 @@ jobs:
110
110
  requires_migration: ${{ steps.check.outputs.requires_migration }}
111
111
  steps:
112
112
  - name: Checkout
113
- uses: actions/checkout@v4
113
+ uses: actions/checkout@v6
114
114
  - id: check
115
115
  run: |
116
116
  if [[ -z "${SKIP_MIGRATIONS}" ]]; then
@@ -132,7 +132,7 @@ jobs:
132
132
  has_vpn_setup: ${{ steps.check.outputs.has_vpn_setup }}
133
133
  steps:
134
134
  - name: Checkout
135
- uses: actions/checkout@v4
135
+ uses: actions/checkout@v6
136
136
  - uses: noliran/branch-based-secrets@v1
137
137
  with:
138
138
  secrets: OVPN_CONFIG
@@ -155,7 +155,7 @@ jobs:
155
155
  id-token: write # needed to interact with GitHub's OIDC Token endpoint.
156
156
  contents: read
157
157
  steps:
158
- - uses: actions/checkout@v2
158
+ - uses: actions/checkout@v6
159
159
  - uses: noliran/branch-based-secrets@v1
160
160
  with:
161
161
  secrets: AWS_ACCOUNT_ID
@@ -205,11 +205,12 @@ jobs:
205
205
  id-token: write # needed to interact with GitHub's OIDC Token endpoint
206
206
  contents: read
207
207
  steps:
208
- - uses: actions/checkout@v3
208
+ - uses: actions/checkout@v6
209
209
  - name: Use Node.js 22.21.1
210
- uses: actions/setup-node@v3
210
+ uses: actions/setup-node@v6
211
211
  with:
212
212
  node-version: 22.21.1
213
+ package-manager-cache: false
213
214
  - uses: noliran/branch-based-secrets@v1
214
215
  with:
215
216
  secrets: AWS_ACCOUNT_ID
package/package.json CHANGED
@@ -82,7 +82,7 @@
82
82
  "lodash": ">=4.18.1"
83
83
  },
84
84
  "name": "@codyswann/lisa",
85
- "version": "2.25.2",
85
+ "version": "2.25.4",
86
86
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
87
87
  "main": "dist/index.js",
88
88
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "Universal governance: agents, skills, commands, hooks, and rules for all projects.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "AWS CDK-specific Lisa plugin.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "Expo and React Native-specific skills, agents, rules, and MCP servers.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "Harper/Fabric-specific Lisa rules for TypeScript component apps.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "NestJS-specific skills and migration write-protection hooks.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "Ruby on Rails-specific skills and hooks for RuboCop and ast-grep scanning on edit.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "TypeScript-specific hooks for formatting, linting, and ast-grep scanning on edit.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.25.2",
3
+ "version": "2.25.4",
4
4
  "description": "Distributable LLM Wiki kernel — ingest, query, lint, and maintain a git-native markdown knowledge base across Claude and Codex.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -20,10 +20,11 @@ jobs:
20
20
  env:
21
21
  LISA_WIKI_SCRIPTS: ${{ vars.LISA_WIKI_SCRIPTS || '.lisa-wiki/scripts' }}
22
22
  steps:
23
- - uses: actions/checkout@v4
24
- - uses: actions/setup-node@v4
23
+ - uses: actions/checkout@v6
24
+ - uses: actions/setup-node@v6
25
25
  with:
26
26
  node-version: '22'
27
+ package-manager-cache: false
27
28
 
28
29
  - name: Validate config
29
30
  run: node "$LISA_WIKI_SCRIPTS/validate-config.mjs" wiki/lisa-wiki.config.json
@@ -20,10 +20,11 @@ jobs:
20
20
  env:
21
21
  LISA_WIKI_SCRIPTS: ${{ vars.LISA_WIKI_SCRIPTS || '.lisa-wiki/scripts' }}
22
22
  steps:
23
- - uses: actions/checkout@v4
24
- - uses: actions/setup-node@v4
23
+ - uses: actions/checkout@v6
24
+ - uses: actions/setup-node@v6
25
25
  with:
26
26
  node-version: '22'
27
+ package-manager-cache: false
27
28
 
28
29
  - name: Validate config
29
30
  run: node "$LISA_WIKI_SCRIPTS/validate-config.mjs" wiki/lisa-wiki.config.json
@@ -49,7 +49,7 @@ jobs:
49
49
 
50
50
  steps:
51
51
  - name: Checkout code
52
- uses: actions/checkout@v4
52
+ uses: actions/checkout@v6
53
53
  with:
54
54
  fetch-depth: 0
55
55
  ref: ${{ github.ref_name }}