A loose federation of distributed, typed datasets
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

updated chainlink tool hooks to use workspace uv python

+3 -3
+3 -3
.claude/settings.json
··· 5 5 "hooks": [ 6 6 { 7 7 "type": "command", 8 - "command": "python .claude/hooks/prompt-guard.py", 8 + "command": "uv run -- python .claude/hooks/prompt-guard.py", 9 9 "timeout": 5 10 10 } 11 11 ] ··· 17 17 "hooks": [ 18 18 { 19 19 "type": "command", 20 - "command": "python .claude/hooks/post-edit-check.py", 20 + "command": "uv run -- python .claude/hooks/post-edit-check.py", 21 21 "timeout": 5 22 22 } 23 23 ] ··· 29 29 "hooks": [ 30 30 { 31 31 "type": "command", 32 - "command": "python .claude/hooks/session-start.py", 32 + "command": "uv run -- python .claude/hooks/session-start.py", 33 33 "timeout": 10 34 34 } 35 35 ]