Files
moebiusbandandClaude Opus 5 e63cafc877 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>
2026-08-27 09:04:53 +02:00

39 lines
498 B
Plaintext

/cc-backend
/.env
/config.json
/uiConfig.json
/var/job-archive
/var/machine-state
/var/*.db-shm
/var/*.db-wal
/var/*.db
/var/*.txt
/var/checkpoints*
migrateTimestamps.pl
test_ccms_*
/web/frontend/public/build
/web/frontend/node_modules
/archive-migration
/archive-manager
/internal/repository/testdata/job.db-shm
/internal/repository/testdata/job.db-wal
/.vscode/*
dist/
*.db
.idea
tools/archive-migration/archive-migration
tools/archive-manager/archive-manager
docs
.claude
.superpowers