Conversation
- Add "Build from Source" subsection after Binary Download - Document prerequisites (Go 1.25+, make), clone + build commands, binary output location, and verification step - Consistent with gaze and dewey build-from-source sections - Include OpenSpec change artifacts (proposal, design, specs, tasks) Closes unbound-force#90 Assisted-by: claude-opus Generated with AI assistance (claude-opus)
|
🤖 Finished Review · ✅ Success · Started 12:25 PM UTC · Completed 12:37 PM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $3.39 |
|
Risk Assessment: low (1/5) DetailsDocumentation-only PR adding build-from-source instructions to README and OpenSpec planning artifacts. No source code, tests, CI, dependencies, or security-sensitive files are touched. Linked issue scope matches the PR exactly with all acceptance criteria covered. |
|
Looks good to me |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a "Build from Source" subsection to the README
## Installsection, filling a documentation gap tracked by #90. The replicator
README listed Homebrew,
go install, and binary download but omittedbuild-from-source instructions — inconsistent with gaze and dewey
which both document this path.
The new subsection documents prerequisites (Go 1.25+, make), clone +
build commands (
make build), output location (bin/replicator), anda verification step (
bin/replicator version). Usesmake buildrather than bare
go buildbecause the Makefile injects version,commit, and date via ldflags.
Closes #90
How to Test
make buildbin/replicator version— should show version, commit, andbuild date (not
dev/unknown)build-from-source sections for structural consistency
How to Demo
Read the README
## Installsection — the new "Build from Source"subsection should appear after "Binary Download" with a code block
containing clone, cd, and make build commands, followed by a
prerequisites note.
Key Files Changed
README.md— Added "Build from Source" subsection (10 lines)openspec/changes/build-from-source-readme/— OpenSpec changeartifacts (proposal, design, specs, tasks)
This PR was generated by /uf.finale (AI-assisted).