thrivekit 2.0.0 → 2.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thrivekit",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Tools to thrive with agentic coding - RALPH autonomous loop, Claude Code hooks, PRD-driven development",
5
5
  "author": "Allie Jones <allie@allthrive.ai>",
6
6
  "license": "MIT",
@@ -1,75 +0,0 @@
1
- {
2
- "hooks": {
3
- "PreToolUse": [
4
- {
5
- "matcher": "Edit|Write",
6
- "hooks": [
7
- {
8
- "type": "command",
9
- "command": "/Users/allierays/Sites/vibe-and-thrive/ralph/hooks/protect-prd.sh",
10
- "timeout": 5
11
- }
12
- ]
13
- }
14
- ],
15
- "PostToolUse": [
16
- {
17
- "matcher": "Edit|Write",
18
- "hooks": [
19
- {
20
- "type": "command",
21
- "command": "/Users/allierays/Sites/vibe-and-thrive/ralph/hooks/warn-debug.sh",
22
- "timeout": 5
23
- },
24
- {
25
- "type": "command",
26
- "command": "/Users/allierays/Sites/vibe-and-thrive/ralph/hooks/warn-secrets.sh",
27
- "timeout": 5
28
- },
29
- {
30
- "type": "command",
31
- "command": "/Users/allierays/Sites/vibe-and-thrive/ralph/hooks/warn-urls.sh",
32
- "timeout": 5
33
- },
34
- {
35
- "type": "command",
36
- "command": "/Users/allierays/Sites/vibe-and-thrive/ralph/hooks/warn-empty-catch.sh",
37
- "timeout": 5
38
- }
39
- ]
40
- },
41
- {
42
- "matcher": "*",
43
- "hooks": [
44
- {
45
- "type": "command",
46
- "command": "/Users/allierays/Sites/vibe-and-thrive/ralph/hooks/log-tools.sh",
47
- "timeout": 3
48
- }
49
- ]
50
- }
51
- ],
52
- "SessionStart": [
53
- {
54
- "hooks": [
55
- {
56
- "type": "command",
57
- "command": "/Users/allierays/Sites/vibe-and-thrive/ralph/hooks/inject-context.sh",
58
- "timeout": 5
59
- }
60
- ]
61
- }
62
- ],
63
- "Stop": [
64
- {
65
- "hooks": [
66
- {
67
- "type": "command",
68
- "command": "/Users/allierays/Sites/vibe-and-thrive/ralph/hooks/save-learnings.sh",
69
- "timeout": 10
70
- }
71
- ]
72
- }
73
- ]
74
- }
75
- }
@@ -1,12 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "WebFetch(domain:x.com)",
5
- "WebSearch",
6
- "WebFetch(domain:creatoreconomy.so)",
7
- "Bash(cat:*)"
8
- ],
9
- "deny": [],
10
- "ask": []
11
- }
12
- }