From e63cafc8772ff576eb7187a077b1d33188ea2e9c Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Thu, 27 Aug 2026 09:04:53 +0200 Subject: [PATCH] chore: remove entire.io integration Reverts 22c442db "Enable entire integration" and drops the accompanying .gitignore entry: - .claude/settings.json: removes all seven "entire hooks claude-code ..." command hooks (PostToolUse on Task and TodoWrite, PreToolUse on Task, SessionEnd, SessionStart, Stop, UserPromptSubmit) and the Read(./.entire/metadata/**) deny rule. The file held nothing else, so it is deleted rather than left as an empty object. - .entire/settings.json, .entire/.gitignore: untracked and removed. - .gitignore: drops the now-pointless .entire entry. .claude/settings.local.json is untouched; it carries unrelated local permission settings. Co-Authored-By: Claude Opus 5 (1M context) --- .claude/settings.json | 84 ------------------------------------------- .entire/.gitignore | 5 --- .entire/settings.json | 4 --- .gitignore | 2 -- 4 files changed, 95 deletions(-) delete mode 100644 .claude/settings.json delete mode 100644 .entire/.gitignore delete mode 100644 .entire/settings.json diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index 5cfa5854..00000000 --- a/.claude/settings.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "hooks": { - "PostToolUse": [ - { - "matcher": "Task", - "hooks": [ - { - "type": "command", - "command": "entire hooks claude-code post-task" - } - ] - }, - { - "matcher": "TodoWrite", - "hooks": [ - { - "type": "command", - "command": "entire hooks claude-code post-todo" - } - ] - } - ], - "PreToolUse": [ - { - "matcher": "Task", - "hooks": [ - { - "type": "command", - "command": "entire hooks claude-code pre-task" - } - ] - } - ], - "SessionEnd": [ - { - "matcher": "", - "hooks": [ - { - "type": "command", - "command": "entire hooks claude-code session-end" - } - ] - } - ], - "SessionStart": [ - { - "matcher": "", - "hooks": [ - { - "type": "command", - "command": "entire hooks claude-code session-start" - } - ] - } - ], - "Stop": [ - { - "matcher": "", - "hooks": [ - { - "type": "command", - "command": "entire hooks claude-code stop" - } - ] - } - ], - "UserPromptSubmit": [ - { - "matcher": "", - "hooks": [ - { - "type": "command", - "command": "entire hooks claude-code user-prompt-submit" - } - ] - } - ] - }, - "permissions": { - "deny": [ - "Read(./.entire/metadata/**)" - ] - } -} diff --git a/.entire/.gitignore b/.entire/.gitignore deleted file mode 100644 index e66987d2..00000000 --- a/.entire/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -tmp/ -settings.local.json -metadata/ -logs/ -redactors/local/ diff --git a/.entire/settings.json b/.entire/settings.json deleted file mode 100644 index 7cce5590..00000000 --- a/.entire/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enabled": true, - "telemetry": true -} diff --git a/.gitignore b/.gitignore index b1c40675..6db4e843 100644 --- a/.gitignore +++ b/.gitignore @@ -36,5 +36,3 @@ docs .claude .superpowers - -.entire