@codyswann/lisa 1.12.5 → 1.12.7

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.
@@ -40,11 +40,6 @@
40
40
  {
41
41
  "matcher": "",
42
42
  "hooks": [
43
- {
44
- "type": "command",
45
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/check-tired-boss.sh",
46
- "timeout": 5
47
- },
48
43
  {
49
44
  "type": "command",
50
45
  "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/notify-ntfy.sh",
@@ -1,4 +1,11 @@
1
1
  {
2
+ "defaults": {
3
+ "scripts": {
4
+ "migration:generate": "typeorm-ts-node-commonjs migration:generate -d typeorm.config.ts src/database/migrations/$npm_config_name",
5
+ "migration:run": "typeorm-ts-node-commonjs migration:run -d typeorm.config.ts",
6
+ "migration:revert": "typeorm-ts-node-commonjs migration:revert -d typeorm.config.ts"
7
+ }
8
+ },
2
9
  "force": {
3
10
  "scripts": {
4
11
  "k6": "./scripts/k6-run.sh",
package/package.json CHANGED
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "resolutions": {},
87
87
  "name": "@codyswann/lisa",
88
- "version": "1.12.5",
88
+ "version": "1.12.7",
89
89
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
90
90
  "main": "dist/index.js",
91
91
  "bin": {
@@ -191,11 +191,6 @@
191
191
  {
192
192
  "matcher": "",
193
193
  "hooks": [
194
- {
195
- "type": "command",
196
- "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/check-tired-boss.sh",
197
- "timeout": 5
198
- },
199
194
  {
200
195
  "type": "command",
201
196
  "command": "$CLAUDE_PROJECT_DIR/.claude/hooks/notify-ntfy.sh",
@@ -240,4 +235,4 @@
240
235
  "code-review@claude-plugins-official": true,
241
236
  "playwright@claude-plugins-official": true
242
237
  }
243
- }
238
+ }