docs: update homepage RoleWeave downloads to v0.1.2 - #38
Merged
Merged
Conversation
Bindy-lbb
approved these changes
Sep 14, 2026
Bindy-lbb
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed. Diff is exactly the version-string refresh described: 4 lines changed in each of profile/README.md and profile/README.zh-CN.md, updating the three RoleWeave links (arm64 dmg, x64 exe, release notes tag) and the installer note from v0.1.1 to v0.1.2. No other content touched.
Independently verified:
- All three v0.1.2 URLs resolve with HTTP 200 (checked anonymously).
- The GitHub release
v0.1.2exists with both installer assets present (roleweave-0.1.2-arm64.dmg,roleweave-0.1.2-x64.exe). - Governance check is green.
LGTM, approving.
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.
Tracking record
Refs #37, R1. Follow-up to #28/#29/#30: RoleWeave v0.1.2 was published on 2026-09-12, but the merged homepage still offers the v0.1.1 installers. The owner authorized this version refresh before sharing the organization page with the company group.
Summary
Both profile READMEs (English and Simplified Chinese) now point the explicit RoleWeave download buttons and release-notes link at the published v0.1.2 assets, and the installer note states v0.1.2. The signing limitation text, Qoder CLI host requirement, and every other byte of the merged homepage are unchanged. No avatar, brand asset, copy rewrite, organization settings, permissions, CI, or other file changes.
Acceptance criteria
0.1.1occurrences per file;grep -c "0\.1\.1"returns 0 on both files at head; all three v0.1.2 URLs return HTTP 200 (checked anonymously with curl)Validation ledger
ruby scripts/validate-governance.rb(clean checkout of head, UTF-8 locale)ruby scripts/validate-brand-assets.rbgit diff --check 0aaff62…HEADgit diff --stat 0aaff62…HEADprofile/README.md,profile/README.zh-CN.mdGovernanceon the PR headTests and coverage
Change classification
Risk and rollback
Breaking or security notes
None.
Author checklist
GOVERNANCE.md.Reviewer notes
git diff origin/main...HEADthat only the two RoleWeave sections differ.grep -rn "0\.1\.1" profile/returns nothing at head, and the three v0.1.2 URLs resolve anonymously.