Skip to content

Commit d3d18bc

Browse files
committed
[DATALAD RUNCMD] We will try to aim for max of prov collection from now on
See stamped-principles/stamped-examples#9 for an intro into entire === Do not change lines below === { "chain": [], "cmd": "entire enable", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent eb02eeb commit d3d18bc

3 files changed

Lines changed: 92 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"hooks": {
3+
"PostToolUse": [
4+
{
5+
"matcher": "Task",
6+
"hooks": [
7+
{
8+
"type": "command",
9+
"command": "entire hooks claude-code post-task"
10+
}
11+
]
12+
},
13+
{
14+
"matcher": "TodoWrite",
15+
"hooks": [
16+
{
17+
"type": "command",
18+
"command": "entire hooks claude-code post-todo"
19+
}
20+
]
21+
}
22+
],
23+
"PreToolUse": [
24+
{
25+
"matcher": "Task",
26+
"hooks": [
27+
{
28+
"type": "command",
29+
"command": "entire hooks claude-code pre-task"
30+
}
31+
]
32+
}
33+
],
34+
"SessionEnd": [
35+
{
36+
"matcher": "",
37+
"hooks": [
38+
{
39+
"type": "command",
40+
"command": "entire hooks claude-code session-end"
41+
}
42+
]
43+
}
44+
],
45+
"SessionStart": [
46+
{
47+
"matcher": "",
48+
"hooks": [
49+
{
50+
"type": "command",
51+
"command": "entire hooks claude-code session-start"
52+
}
53+
]
54+
}
55+
],
56+
"Stop": [
57+
{
58+
"matcher": "",
59+
"hooks": [
60+
{
61+
"type": "command",
62+
"command": "entire hooks claude-code stop"
63+
}
64+
]
65+
}
66+
],
67+
"UserPromptSubmit": [
68+
{
69+
"matcher": "",
70+
"hooks": [
71+
{
72+
"type": "command",
73+
"command": "entire hooks claude-code user-prompt-submit"
74+
}
75+
]
76+
}
77+
]
78+
},
79+
"permissions": {
80+
"deny": [
81+
"Read(./.entire/metadata/**)"
82+
]
83+
}
84+
}

.entire/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tmp/
2+
settings.local.json
3+
metadata/
4+
logs/

.entire/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"enabled": true,
3+
"telemetry": false
4+
}

0 commit comments

Comments
 (0)