Improve onboarding and security guidance - #8
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2bedd75ab7
ℹ️ 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".
| 4. Run `QuotaFloat.Wpf.exe`. | ||
| 5. Optional: from the folder containing the downloaded ZIP and `SHA256SUMS.txt`, verify the ZIP with PowerShell: |
There was a problem hiding this comment.
Verify the archive before running it
When a newcomer follows the numbered quick start, they run the executable in step 4 and only verify its archive in step 5, so a corrupted or tampered download has already executed before a mismatch can be detected. Move the checksum step immediately after the download and before extraction or execution; the Chinese quick start has the same ordering.
Useful? React with 👍 / 👎.
Summary
docs/DEVELOPMENT.mdto describe the current WPF/native boundary, Settings controls, build/test commands, and the published v1.1.0 publication boundary.SECURITY.mdwith supported versions, public-reporting safeguards, and the v1.1.0 local-authentication/data boundary.Verification
wpf/**,native/**, release, tag, or repository-setting changes.dotnet restore, WPF Release builds, and deterministic tests passed: 0 warnings / 0 errors; 31 fixtures / 58 checks.SHA256SUMS.txt.git diff --checkand privacy/absolute-path scans passed.