Add release install docs and Ko-fi checklist#7
Conversation
ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Free Run ID: 📒 Files selected for processing (6)
✅ Files skipped from review due to trivial changes (4)
📝 WalkthroughWalkthroughThis PR establishes OpenBeat's documentation infrastructure by adding release notes, an installation guide, and release operations procedures. It updates the main README and documentation index to point users to new guides, and enhances existing documentation with OS-specific information for better clarity. ChangesDocumentation and Release Infrastructure
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: aa65155ac7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ## Windows | ||
|
|
||
| 1. Run `OpenBeat-windows-<version>-installer.exe`. | ||
| 2. Accept the default Resolve Fusion support folder unless you have moved Resolve's scripting support files. |
There was a problem hiding this comment.
Correct Windows install step for fixed destination path
Step 2 says users can "accept the default" support folder unless they moved it, but the current Windows installer does not offer any destination selection and always installs to default_resolve_root() (see scripts/build_installers.py in ready_step and start_install). For users whose Resolve scripting support files are not in %APPDATA%, this instruction is actionable but impossible to follow, and they may end up with a non-working install in the wrong directory.
Useful? React with 👍 / 👎.
7fa1795 to
8e3acad
Compare
Summary
Testing
python3 -m compileall openbeat scripts testsOpenBeatCommon.luauv run --no-project --python 3.11 --with-editable . python -m unittest discover -s tests -vSummary by CodeRabbit