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) <noreply@anthropic.com>
This commit is contained in:
2026-08-27 09:04:53 +02:00
co-authored by Claude Opus 5
parent b0fb86cd4d
commit e63cafc877
4 changed files with 0 additions and 95 deletions
-84
View File
@@ -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/**)"
]
}
}
-5
View File
@@ -1,5 +0,0 @@
tmp/
settings.local.json
metadata/
logs/
redactors/local/
-4
View File
@@ -1,4 +0,0 @@
{
"enabled": true,
"telemetry": true
}
-2
View File
@@ -36,5 +36,3 @@ docs
.claude
.superpowers
.entire