Skip to content

refactor: consolidate paths under .uf/replicator/ namespace#10

Merged
jflowers merged 1 commit into
mainfrom
opsx/rename-paths
Apr 6, 2026
Merged

refactor: consolidate paths under .uf/replicator/ namespace#10
jflowers merged 1 commit into
mainfrom
opsx/rename-paths

Conversation

@jflowers
Copy link
Copy Markdown
Contributor

@jflowers jflowers commented Apr 6, 2026

Summary

Consolidates three inconsistent directory names from the upstream fork into a single namespace:

Before After
[repo]/.hive/cells.json [repo]/.uf/replicator/cells.json
[repo]/.unbound-force/replicator.log [repo]/.uf/replicator/replicator.log
~/.config/swarm-tools/swarm.db ~/.config/uf/replicator/replicator.db
  • Pure find-and-replace across 19 files (no logic changes)
  • Clean break from cyborg-swarm (no auto-migration)
  • All Go source, tests, documentation, and spec artifacts updated
  • Zero remaining old path references (verified by grep)

Align all filesystem paths with the uf CLI ecosystem:
- Per-repo: .hive/ and .unbound-force/ → .uf/replicator/
- Per-machine: ~/.config/swarm-tools/swarm.db → ~/.config/uf/replicator/replicator.db
- Clean break from cyborg-swarm -- no auto-migration
- All tests, docs, and spec artifacts updated
@jflowers jflowers merged commit 008faa2 into main Apr 6, 2026
1 check passed
@jflowers jflowers deleted the opsx/rename-paths branch April 6, 2026 20:05
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.

1 participant