@codyswann/lisa 1.38.0 → 1.39.1

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 (59) hide show
  1. package/all/copy-overwrite/.claude/README.md +11 -5
  2. package/all/copy-overwrite/.claude/agents/agent-architect.md +0 -1
  3. package/all/copy-overwrite/.claude/agents/{architecture-planner.md → architecture-specialist.md} +7 -12
  4. package/all/copy-overwrite/.claude/agents/debug-specialist.md +204 -0
  5. package/all/copy-overwrite/.claude/agents/implementer.md +35 -23
  6. package/all/copy-overwrite/.claude/agents/learner.md +0 -1
  7. package/all/copy-overwrite/.claude/agents/performance-specialist.md +95 -0
  8. package/all/copy-overwrite/.claude/agents/{product-planner.md → product-specialist.md} +19 -14
  9. package/all/copy-overwrite/.claude/agents/{tech-reviewer.md → quality-specialist.md} +9 -11
  10. package/all/copy-overwrite/.claude/agents/{security-planner.md → security-specialist.md} +8 -13
  11. package/all/copy-overwrite/.claude/agents/{test-strategist.md → test-specialist.md} +20 -15
  12. package/all/copy-overwrite/.claude/agents/verification-specialist.md +189 -0
  13. package/all/copy-overwrite/.claude/commands/plan/create.md +1 -1
  14. package/all/copy-overwrite/.claude/commands/plan/execute.md +7 -0
  15. package/all/copy-overwrite/.claude/hooks/README.md +2 -2
  16. package/all/copy-overwrite/.claude/hooks/setup-jira-cli.sh +2 -2
  17. package/all/copy-overwrite/.claude/hooks/sync-tasks.sh +3 -0
  18. package/all/copy-overwrite/.claude/hooks/ticket-sync-reminder.sh +3 -0
  19. package/all/copy-overwrite/.claude/hooks/track-plan-sessions.sh +3 -0
  20. package/all/copy-overwrite/.claude/rules/lisa.md +2 -4
  21. package/all/copy-overwrite/.claude/rules/verfication.md +104 -1
  22. package/all/copy-overwrite/.claude/settings.json +219 -26
  23. package/all/copy-overwrite/.claude/skills/agent-design-best-practices/SKILL.md +219 -0
  24. package/all/copy-overwrite/.claude/skills/plan-add-test-coverage/SKILL.md +1 -1
  25. package/all/copy-overwrite/.claude/skills/plan-execute/SKILL.md +89 -0
  26. package/all/copy-overwrite/.claude/skills/plan-fix-linter-error/SKILL.md +1 -1
  27. package/all/copy-overwrite/.claude/skills/plan-lower-code-complexity/SKILL.md +1 -1
  28. package/all/copy-overwrite/.claude/skills/plan-reduce-max-lines/SKILL.md +1 -1
  29. package/all/copy-overwrite/.claude/skills/plan-reduce-max-lines-per-function/SKILL.md +1 -1
  30. package/all/copy-overwrite/README.md +6 -2
  31. package/all/deletions.json +19 -1
  32. package/dist/utils/fibonacci.d.ts +30 -22
  33. package/dist/utils/fibonacci.d.ts.map +1 -1
  34. package/dist/utils/fibonacci.js +40 -34
  35. package/dist/utils/fibonacci.js.map +1 -1
  36. package/package.json +1 -1
  37. package/rails/copy-overwrite/.claude/skills/plan-add-test-coverage/SKILL.md +1 -1
  38. package/rails/copy-overwrite/.claude/skills/plan-fix-linter-error/SKILL.md +1 -1
  39. package/rails/copy-overwrite/.claude/skills/plan-lower-code-complexity/SKILL.md +1 -1
  40. package/rails/copy-overwrite/.claude/skills/plan-reduce-max-lines/SKILL.md +1 -1
  41. package/rails/copy-overwrite/.claude/skills/plan-reduce-max-lines-per-function/SKILL.md +1 -1
  42. package/typescript/copy-contents/.husky/pre-push +1 -5
  43. package/typescript/copy-overwrite/.claude/settings.json +112 -78
  44. package/typescript/copy-overwrite/.github/workflows/quality.yml +1 -5
  45. package/typescript/deletions.json +2 -1
  46. package/all/copy-overwrite/.claude/REFERENCE.md +0 -519
  47. package/all/copy-overwrite/.claude/agents/codebase-analyzer.md +0 -146
  48. package/all/copy-overwrite/.claude/agents/codebase-locator.md +0 -125
  49. package/all/copy-overwrite/.claude/agents/codebase-pattern-finder.md +0 -237
  50. package/all/copy-overwrite/.claude/agents/consistency-checker.md +0 -58
  51. package/all/copy-overwrite/.claude/agents/product-reviewer.md +0 -47
  52. package/all/copy-overwrite/.claude/agents/spec-analyst.md +0 -41
  53. package/all/copy-overwrite/.claude/agents/test-coverage-agent.md +0 -17
  54. package/all/copy-overwrite/.claude/commands/plan/implement.md +0 -6
  55. package/all/copy-overwrite/.claude/rules/plan-governance.md +0 -96
  56. package/all/copy-overwrite/.claude/rules/plan.md +0 -79
  57. package/all/copy-overwrite/.claude/skills/plan-create/SKILL.md +0 -238
  58. package/all/copy-overwrite/.claude/skills/plan-implement/SKILL.md +0 -114
  59. /package/typescript/copy-overwrite/.claude/hooks/{install_pkgs.sh → install-pkgs.sh} +0 -0
@@ -1,13 +1,31 @@
1
1
  {
2
+ "attribution": {
3
+ "commit": "🤖 Generated with Claude Code\n\nCo-Authored-By: Claude",
4
+ "pr": "🤖 Generated with Claude Code"
5
+ },
6
+ "enabledPlugins": {
7
+ "typescript-lsp@claude-plugins-official": true,
8
+ "safety-net@cc-marketplace": true,
9
+ "code-simplifier@claude-plugins-official": true,
10
+ "code-review@claude-plugins-official": true,
11
+ "playwright@claude-plugins-official": true,
12
+ "coderabbit@claude-plugins-official": true
13
+ },
14
+ "env": {
15
+ "BASH_DEFAULT_TIMEOUT_MS": "1800000",
16
+ "BASH_MAX_TIMEOUT_MS": "7200000",
17
+ "CLAUDE_DEBUG": "0",
18
+ "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
19
+ },
2
20
  "hooks": {
3
- "UserPromptSubmit": [
21
+ "Notification": [
4
22
  {
5
- "matcher": "",
23
+ "matcher": "permission_prompt|idle_prompt",
6
24
  "hooks": [
7
25
  {
8
26
  "type": "command",
9
- "command": "echo 'REMINDER: Start your response with \"I'\\''m tired boss\" as required by CLAUDE.md.'",
10
- "timeout": 1
27
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/notify-ntfy.sh",
28
+ "timeout": 5
11
29
  }
12
30
  ]
13
31
  },
@@ -16,11 +34,13 @@
16
34
  "hooks": [
17
35
  {
18
36
  "type": "command",
19
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/enforce-plan-rules.sh",
37
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
20
38
  "timeout": 5
21
39
  }
22
40
  ]
23
- },
41
+ }
42
+ ],
43
+ "PermissionRequest": [
24
44
  {
25
45
  "matcher": "",
26
46
  "hooks": [
@@ -32,24 +52,26 @@
32
52
  ]
33
53
  }
34
54
  ],
35
- "SessionStart": [
55
+ "PostToolUse": [
36
56
  {
37
- "matcher": "startup",
57
+ "matcher": "Write|Edit",
38
58
  "hooks": [
39
59
  {
40
60
  "type": "command",
41
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/install_pkgs.sh",
42
- "timeout": 480
61
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/format-on-edit.sh"
62
+ },
63
+ {
64
+ "type": "command",
65
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/sg-scan-on-edit.sh"
43
66
  }
44
67
  ]
45
68
  },
46
69
  {
47
- "matcher": "",
70
+ "matcher": "TaskCreate|TaskUpdate",
48
71
  "hooks": [
49
72
  {
50
73
  "type": "command",
51
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/setup-jira-cli.sh",
52
- "timeout": 5
74
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/sync-tasks.sh"
53
75
  }
54
76
  ]
55
77
  },
@@ -58,13 +80,30 @@
58
80
  "hooks": [
59
81
  {
60
82
  "type": "command",
61
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
62
- "timeout": 5
83
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh"
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "matcher": "Task",
89
+ "hooks": [
90
+ {
91
+ "type": "command",
92
+ "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-task || true"
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "matcher": "TodoWrite",
98
+ "hooks": [
99
+ {
100
+ "type": "command",
101
+ "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code post-todo || true"
63
102
  }
64
103
  ]
65
104
  }
66
105
  ],
67
- "SessionEnd": [
106
+ "PostToolUseFailure": [
68
107
  {
69
108
  "matcher": "",
70
109
  "hooks": [
@@ -76,7 +115,7 @@
76
115
  ]
77
116
  }
78
117
  ],
79
- "Setup": [
118
+ "PreCompact": [
80
119
  {
81
120
  "matcher": "",
82
121
  "hooks": [
@@ -94,35 +133,42 @@
94
133
  "hooks": [
95
134
  {
96
135
  "type": "command",
97
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
98
- "timeout": 5
136
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh"
137
+ }
138
+ ]
139
+ },
140
+ {
141
+ "matcher": "Task",
142
+ "hooks": [
143
+ {
144
+ "type": "command",
145
+ "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code pre-task || true"
99
146
  }
100
147
  ]
101
148
  }
102
149
  ],
103
- "PostToolUse": [
150
+ "SessionEnd": [
104
151
  {
105
- "matcher": "Write|Edit",
152
+ "matcher": "",
106
153
  "hooks": [
107
154
  {
108
155
  "type": "command",
109
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/format-on-edit.sh",
110
- "timeout": 10
156
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh"
111
157
  },
112
158
  {
113
159
  "type": "command",
114
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/sg-scan-on-edit.sh",
115
- "timeout": 30
160
+ "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-end || true"
116
161
  }
117
162
  ]
118
- },
163
+ }
164
+ ],
165
+ "SessionStart": [
119
166
  {
120
- "matcher": "TaskCreate|TaskUpdate",
167
+ "matcher": "startup",
121
168
  "hooks": [
122
169
  {
123
170
  "type": "command",
124
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/sync-tasks.sh",
125
- "timeout": 10
171
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/install-pkgs.sh"
126
172
  }
127
173
  ]
128
174
  },
@@ -131,25 +177,25 @@
131
177
  "hooks": [
132
178
  {
133
179
  "type": "command",
134
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
135
- "timeout": 5
180
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/setup-jira-cli.sh"
181
+ },
182
+ {
183
+ "type": "command",
184
+ "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code session-start || true"
136
185
  }
137
186
  ]
138
- }
139
- ],
140
- "PostToolUseFailure": [
187
+ },
141
188
  {
142
189
  "matcher": "",
143
190
  "hooks": [
144
191
  {
145
192
  "type": "command",
146
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
147
- "timeout": 5
193
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh"
148
194
  }
149
195
  ]
150
196
  }
151
197
  ],
152
- "PermissionRequest": [
198
+ "Setup": [
153
199
  {
154
200
  "matcher": "",
155
201
  "hooks": [
@@ -161,41 +207,43 @@
161
207
  ]
162
208
  }
163
209
  ],
164
- "SubagentStart": [
210
+ "Stop": [
165
211
  {
166
212
  "matcher": "",
167
213
  "hooks": [
168
214
  {
169
215
  "type": "command",
170
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
171
- "timeout": 5
216
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/notify-ntfy.sh"
217
+ },
218
+ {
219
+ "type": "command",
220
+ "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code stop || true"
172
221
  }
173
222
  ]
174
- }
175
- ],
176
- "SubagentStop": [
223
+ },
177
224
  {
178
225
  "matcher": "",
179
226
  "hooks": [
180
227
  {
181
228
  "type": "command",
182
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
183
- "timeout": 5
229
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh"
184
230
  }
185
231
  ]
186
232
  }
187
233
  ],
188
- "Notification": [
234
+ "SubagentStart": [
189
235
  {
190
- "matcher": "permission_prompt|idle_prompt",
236
+ "matcher": "",
191
237
  "hooks": [
192
238
  {
193
239
  "type": "command",
194
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/notify-ntfy.sh",
240
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
195
241
  "timeout": 5
196
242
  }
197
243
  ]
198
- },
244
+ }
245
+ ],
246
+ "SubagentStop": [
199
247
  {
200
248
  "matcher": "",
201
249
  "hooks": [
@@ -207,14 +255,17 @@
207
255
  ]
208
256
  }
209
257
  ],
210
- "Stop": [
258
+ "UserPromptSubmit": [
211
259
  {
212
260
  "matcher": "",
213
261
  "hooks": [
214
262
  {
215
263
  "type": "command",
216
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/notify-ntfy.sh",
217
- "timeout": 5
264
+ "command": "echo 'REMINDER: Start your response with \"I'\\''m tired boss\" as required by CLAUDE.md.'"
265
+ },
266
+ {
267
+ "type": "command",
268
+ "command": "command -v entire >/dev/null 2>&1 && entire hooks claude-code user-prompt-submit || true"
218
269
  }
219
270
  ]
220
271
  },
@@ -223,42 +274,25 @@
223
274
  "hooks": [
224
275
  {
225
276
  "type": "command",
226
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
227
- "timeout": 5
277
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/enforce-plan-rules.sh"
228
278
  }
229
279
  ]
230
- }
231
- ],
232
- "PreCompact": [
280
+ },
233
281
  {
234
282
  "matcher": "",
235
283
  "hooks": [
236
284
  {
237
285
  "type": "command",
238
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh",
239
- "timeout": 5
286
+ "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/debug-hook.sh"
240
287
  }
241
288
  ]
242
289
  }
243
290
  ]
244
291
  },
245
- "env": {
246
- "BASH_DEFAULT_TIMEOUT_MS": "1800000",
247
- "BASH_MAX_TIMEOUT_MS": "7200000",
248
- "CLAUDE_DEBUG": "0",
249
- "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
250
- },
251
- "attribution": {
252
- "commit": "🤖 Generated with Claude Code\n\nCo-Authored-By: Claude",
253
- "pr": "🤖 Generated with Claude Code"
292
+ "permissions": {
293
+ "deny": [
294
+ "Read(./.entire/metadata/**)"
295
+ ]
254
296
  },
255
- "plansDirectory": "./plans",
256
- "enabledPlugins": {
257
- "typescript-lsp@claude-plugins-official": true,
258
- "safety-net@cc-marketplace": true,
259
- "code-simplifier@claude-plugins-official": true,
260
- "code-review@claude-plugins-official": true,
261
- "playwright@claude-plugins-official": true,
262
- "coderabbit@claude-plugins-official": true
263
- }
264
- }
297
+ "plansDirectory": "./plans"
298
+ }
@@ -1015,11 +1015,7 @@ jobs:
1015
1015
  # Parent packages pin ^4.4.1; fix requires major version 5.x (incompatible)
1016
1016
  # Risk: None - CLI build tool, not a production runtime dependency
1017
1017
 
1018
- # Excluding GHSA-43fc-jf86-j433: axios DoS via __proto__ key in mergeConfig
1019
- # Transitive dependency via aws-amplify > @aws-amplify/api-rest > axios
1020
- # bun overrides/resolutions cannot reach nested node_modules copies
1021
- # Risk: Low - only affects server-side mergeConfig with attacker-controlled input
1022
- if ! bun audit --audit-level=high --ignore GHSA-5j98-mcp5-4vw2 --ignore GHSA-8qq5-rm4j-mr97 --ignore GHSA-37qj-frw5-hhjh --ignore GHSA-43fc-jf86-j433; then
1018
+ if ! bun audit --audit-level=high --ignore GHSA-5j98-mcp5-4vw2 --ignore GHSA-8qq5-rm4j-mr97 --ignore GHSA-37qj-frw5-hhjh; then
1023
1019
  echo "::warning::Found high or critical vulnerabilities"
1024
1020
  exit 1
1025
1021
  fi
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "paths": [
3
- "jest.config.js"
3
+ "jest.config.js",
4
+ ".claude/hooks/install_pkgs.sh"
4
5
  ]
5
6
  }