chore: remove Entire.io git integration

Remove all Entire.io tool artifacts: the .entire/ config directory, the
.claude/settings.json hooks that invoked `entire hooks claude-code ...`,
and a stray plan dump left in the repo root. Also removed the Entire CLI
git hooks (commit-msg, post-commit, pre-push, prepare-commit-msg).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-23 10:26:03 +02:00
co-authored by Claude Opus 4.8
parent 1bd3f25371
commit 44a4b279bb
3 changed files with 0 additions and 93 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
}