Skip to content

refactor: remove tracked binary artifacts and stale CI files#629

Merged
AlexMikhalev merged 1 commit intomainfrom
cleanup/phase-1-binary-artifacts
Mar 5, 2026
Merged

refactor: remove tracked binary artifacts and stale CI files#629
AlexMikhalev merged 1 commit intomainfrom
cleanup/phase-1-binary-artifacts

Conversation

@AlexMikhalev
Copy link
Contributor

Summary

  • Remove releases/ directory from git tracking (422MB of .app bundles, .tar.gz archives)
  • Remove .docs/ from git tracking (98 files, already in .gitignore)
  • Remove disabled/backup CI files (*.disabled, *.backup, *.template)
  • Remove .github/workflows/archive/ (28 old workflow backups)
  • Add .beads/ to .gitignore
  • Fix duplicate .cachebro/ entry in .gitignore

Impact

~430MB reduction in tracked files. GitHub Releases should hold binaries instead.

Test plan

  • cargo build -p terraphim_server succeeds (rust-embed still finds dist/ assets)
  • CI workflows unaffected (no active workflows removed)

Closes #621

Generated with Terraphim AI

- Remove releases/ directory from git tracking (422MB of .app bundles,
  .tar.gz archives). GitHub Releases should hold binaries instead.
- Remove .docs/ from git tracking (98 files, already in .gitignore)
- Remove disabled/backup CI files (*.disabled, *.backup, *.template)
- Remove .github/workflows/archive/ (28 old workflow backups)
- Add .beads/ to .gitignore (local task database state)
- Fix duplicate .cachebro/ entry in .gitignore

Refs: #621

Co-Authored-By: Terraphim AI <noreply@anthropic.com>
@AlexMikhalev AlexMikhalev merged commit 8502a8f into main Mar 5, 2026
18 of 20 checks passed
@AlexMikhalev AlexMikhalev deleted the cleanup/phase-1-binary-artifacts branch March 5, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[cleanup] Phase 1: Remove tracked binary artifacts (releases/, dist/ cleanup)

1 participant