Skip to content

Commit fc006b6

Browse files
hyperpolymathclaude
andcommitted
refactor: extract verisimdb-data from source repo tracking
verisimdb-data/ contained application-specific data (scan results, dispatch logs, recipes, bot directives) that belongs in its own standalone repo, not embedded in the database source code. - Remove verisimdb-data/ from git tracking (git rm --cached) - Add /verisimdb-data/ to .gitignore - Files preserved on disk, migrated to standalone verisimdb-data repo Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 301c291 commit fc006b6

451 files changed

Lines changed: 3 additions & 439739 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ temp/
102102
/data/
103103
/storage/
104104

105+
# verisimdb-data is its own repo — do not track here
106+
/verisimdb-data/
107+
105108
# Container build artifacts
106109
*.tar
107110

verisimdb-data/.bot_directives/README.scm

Lines changed: 0 additions & 9 deletions
This file was deleted.

verisimdb-data/.bot_directives/echidnabot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

verisimdb-data/.bot_directives/finishbot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

verisimdb-data/.bot_directives/glambot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

verisimdb-data/.bot_directives/rhodibot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

verisimdb-data/.bot_directives/robot-repo-automaton.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

verisimdb-data/.bot_directives/seambot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

verisimdb-data/.bot_directives/sustainabot.scm

Lines changed: 0 additions & 7 deletions
This file was deleted.

verisimdb-data/.editorconfig

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)