Skip to content

chore: remove stale macOS arm64 binary from project root - #103

Open
gxmiranda wants to merge 1 commit into
unbound-force:mainfrom
gxmiranda:chore/remove-stale-binary
Open

gxmiranda wants to merge 1 commit into
unbound-force:mainfrom
gxmiranda:chore/remove-stale-binary

Conversation

@gxmiranda

Copy link
Copy Markdown
Contributor

Summary

Removes a stale Mach-O 64-bit arm64 replicator binary that was accidentally committed at the project root in 5b2ccf1 (PR #9). This binary causes Exec format error on any non-macOS-arm64 machine.

make build correctly outputs to bin/replicator, which is already covered by .gitignore.

Changes

  • git rm replicator — removed the stale binary from tracking
  • Added /replicator to .gitignore to prevent reoccurrence

Verification

  • make build still outputs correctly to bin/replicator
  • No other files affected

References

Closes #102
Same category as #34 (runtime artifact tracked in git)

The replicator binary at the project root was a Mach-O arm64
executable accidentally committed in 5b2ccf1 (PR unbound-force#9). It causes
'Exec format error' on non-macOS-arm64 machines.

make build correctly outputs to bin/replicator (already gitignored).
Added /replicator to .gitignore to prevent reoccurrence.

Closes unbound-force#102
@gxmiranda
gxmiranda requested a review from a team as a code owner September 14, 2026 11:20
@fullsend-ai-review

fullsend-ai-review Bot commented Sep 14, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 11:22 AM UTC · Completed 11:31 AM UTC

Commit: 52ad1a6 · View workflow run →

Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.15

@fullsend-ai-review fullsend-ai-review Bot added the risk/low PR risk: low label Sep 14, 2026
@fullsend-ai-review

Copy link
Copy Markdown

Risk Assessment: low (1/5)

Details

Minimal two-file housekeeping change removing a stale binary and adding a gitignore entry, with no protected paths, no security-sensitive files, no dependency changes, and complete alignment with linked issue scope.

@fullsend-ai-review

Copy link
Copy Markdown

Looks good to me

@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-merge All reviewers approved — ready to merge risk/low PR risk: low

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: remove stale macOS arm64 binary tracked at project root

2 participants