docs(v3): update README — replace 'v3 Alpha' with Beta scope statement#5490
Conversation
Co-authored-by: multica-agent <github@multica.ai>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughThe v3/README.md file is updated from an Alpha overview to a Beta release announcement. Changes include stability policy references, revised getting-started instructions pointing to v3.wails.io and the Changesv3 Beta Release Documentation
🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs:
Suggested labels:
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the v3 README to reflect the v3 Beta status and clearly communicate what is (and is not) covered by the beta stability guarantee, along with updated onboarding and feedback links.
Changes:
- Renames “v3 Alpha” README header to “Wails v3 Beta” and adds a “What Beta means” stability statement.
- Replaces the old “read mkdocs-website” getting-started text with a docs-site link and
wails3install/init commands. - Adds a “Beta scope” deferred-features section and a feedback section with project links.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - **GTK4 Linux backend**: Now the default on Linux but still in active stabilisation. Some rendering edge cases may remain. | ||
| - **Some niche AppKit APIs**: A small number of macOS-specific window APIs are still being finalised. | ||
|
|
||
| See [`v3/STABILITY.md`](STABILITY.md) for the full stability policy. |
There was a problem hiding this comment.
Removed the dangling link — v3/STABILITY.md doesn't exist yet. Replaced with an inline note: 'The items listed above may have breaking changes without a deprecation cycle.' which conveys the same information without a broken cross-reference.
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@v3/README.md`:
- Line 27: The README link in v3/README.md points to v3/STABILITY.md which does
not exist; either add the missing file named STABILITY.md under the v3 directory
containing the stability policy, or update the link in v3/README.md to point to
the actual existing stability policy file (e.g., ../STABILITY.md or correct
path). Ensure the chosen resolution uses the exact filename "STABILITY.md" and
that the link target matches the repository structure so the reference resolves.
- Around line 14-17: The README's fenced code block lacks a language identifier;
update the block that contains the commands "go install
github.com/wailsapp/wails/v3/cmd/wails3@latest" and "wails3 init -n myapp" to
include a shell language tag (e.g., change the opening ``` to ```bash or
```shell) so the commands in the wails3 install/init snippet render with proper
syntax highlighting.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: ea7f08ab-e7db-411e-96c8-8ef170cbfc45
📒 Files selected for processing (1)
v3/README.md
|
The CI failure in "Run Go Tests v3 (ubuntu-latest, 1.25)" → "Run tests (ubuntu) - GTK4 default" is unrelated to this PR — this change only updates The PR itself is clean and mergeable. Could you please review and merge when ready? This README update is the last documentation item needed on master for the beta readiness criteria. CC @leaanthony |
Summary
Updates
v3/README.mdfrom the placeholder "v3 Alpha" text to a proper Beta README that includes:v3/pkg/applicationContext
This is beta readiness criterion #6:
v3/README.mdmust have a Beta scope statement. The PR was prepared previously by Engineer - Mac on branchagent/engineer-mac/32d5ccadbut could not be pushed due to an invalid GH_TOKEN at the time (tracked in WAI-324). GH_TOKEN is now working, so this PR opens the change directly from the beta-release-manager agent.CC @leaanthony
Summary by CodeRabbit