@slamb2k/mad-skills 2.0.8 → 2.0.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "slamb2k",
3
3
  "description": "Claude Code plugins by Simon Lamb",
4
- "version": "2.0.8",
4
+ "version": "2.0.9",
5
5
  "owner": {
6
6
  "name": "Simon Lamb",
7
7
  "url": "https://github.com/slamb2k"
@@ -10,7 +10,7 @@
10
10
  {
11
11
  "name": "mad-skills",
12
12
  "description": "AI-assisted planning, development and governance tools",
13
- "version": "2.0.8",
13
+ "version": "2.0.9",
14
14
  "author": {
15
15
  "name": "slamb2k",
16
16
  "url": "https://github.com/slamb2k"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mad-skills",
3
3
  "description": "AI-assisted planning, development and governance tools",
4
- "version": "2.0.8",
4
+ "version": "2.0.9",
5
5
  "author": {
6
6
  "name": "slamb2k",
7
7
  "url": "https://github.com/slamb2k"
package/hooks/hooks.json CHANGED
@@ -2,16 +2,24 @@
2
2
  "hooks": {
3
3
  "SessionStart": [
4
4
  {
5
- "type": "command",
6
- "command": "./hooks/session-guard.sh",
7
- "timeout": 30000
5
+ "hooks": [
6
+ {
7
+ "type": "command",
8
+ "command": "./hooks/session-guard.sh",
9
+ "timeout": 30000
10
+ }
11
+ ]
8
12
  }
9
13
  ],
10
14
  "UserPromptSubmit": [
11
15
  {
12
- "type": "command",
13
- "command": "./hooks/session-guard-prompt.sh",
14
- "timeout": 10000
16
+ "hooks": [
17
+ {
18
+ "type": "command",
19
+ "command": "./hooks/session-guard-prompt.sh",
20
+ "timeout": 10000
21
+ }
22
+ ]
15
23
  }
16
24
  ]
17
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slamb2k/mad-skills",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "Claude Code skills collection — planning, development and governance tools",
5
5
  "type": "module",
6
6
  "repository": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2026-03-08T22:06:12.122Z",
2
+ "generated": "2026-03-08T22:23:01.948Z",
3
3
  "count": 8,
4
4
  "skills": [
5
5
  {