Skip to content

docs: close Step 3.3 — Homebrew tap is live, install paths validated#8

Merged
marlian merged 1 commit intomainfrom
docs/close-step-3.3
Apr 16, 2026
Merged

docs: close Step 3.3 — Homebrew tap is live, install paths validated#8
marlian merged 1 commit intomainfrom
docs/close-step-3.3

Conversation

@marlian
Copy link
Copy Markdown
Owner

@marlian marlian commented Apr 16, 2026

Summary

  • Marks Phase 3 and Step 3.3 as complete in IMPLEMENTATION.md now that the Homebrew tap is published and the install walkthrough is green end-to-end
  • Drops the "tap is published once the first tagged release exists" placeholder in README.md and points readers at marlian/homebrew-tap directly

Validation (performed before this PR)

  • v0.2.0 release workflow ran end-to-end and produced 5 archives + SHA256SUMS (prerelease=false, marked Latest)
  • brew tap marlian/tap && brew install workmem installs from the tap on macOS arm64 using the published darwin-arm64 tarball
  • workmem version reports v0.2.0 commit=f748e6c built=2026-04-16T04:34:42Z — ldflags injection verified
  • brew test workmem passes (exit 0) against the assert_match "workmem v#{version}" check in the formula

Test plan

  • Reviewer re-reads the two changed files for wording
  • CI green on Ubuntu / macOS / Windows (no code changes, should be trivial)

🤖 Generated with Claude Code

- IMPLEMENTATION.md: flip Phase 3 and Step 3.3 from [🔧] to [✅]. Mark
  the two remaining items checked with the concrete artifacts: tap
  repo marlian/homebrew-tap published with Formula/workmem.rb and
  a `brew test` block that exercises `workmem version`, and the
  fresh-machine walkthrough (brew tap + install + test) green on
  macOS arm64 against v0.2.0.
- README.md: drop the "tap is published once the first tagged
  release exists" placeholder — the tap is live now. Point readers
  at marlian/homebrew-tap for the source and mention the standard
  `brew update && brew upgrade workmem` update flow.
Copilot AI review requested due to automatic review settings April 16, 2026 04:47
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Closes documentation tasks for Phase 3 / Step 3.3 now that the Homebrew tap is published and the end-to-end install paths have been validated, and updates the README to link directly to the live tap.

Changes:

  • Updates README Homebrew install snippet to include workmem version and links directly to the published marlian/homebrew-tap.
  • Marks Phase 3 and Step 3.3 as completed in IMPLEMENTATION.md, and checks off the Homebrew + install-path validation bullets with updated wording.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
README.md Replaces the “tap will be published later” placeholder with a direct link to the live tap and adds a quick post-install verification command.
IMPLEMENTATION.md Marks Phase 3 / Step 3.3 as complete and updates checklist items to reflect the now-live Homebrew tap and validated install paths.

@marlian marlian merged commit bf79b33 into main Apr 16, 2026
12 checks passed
@marlian marlian deleted the docs/close-step-3.3 branch April 16, 2026 04:49
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.

2 participants