Split BONanza Gist update metadata and clarify rehearsal output - #21
Conversation
|
@codex review Please review this specifically as a userscript distribution/update change, not only as a generic workflow diff. Could you check:
Please call out concrete fixes only if they are useful; this PR is intentionally narrow. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 69b7bd88c7
ℹ️ 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".
|
@codex review The previous P1 about changing The PR also now includes a rehearsal-output fix discovered from today's live-site rehearsal: dry-run BON Pool/gift success remains internally successful so the settlement state machine can be exercised, but statements and private settlement output must never describe simulated transfers as live "confirmed/paid" operations. Please review the current head
Please flag concrete correctness or safety issues only. |
|
@codex review Please review the current head Important scope clarification: the maintainer explicitly accepts the Please focus on:
Concrete correctness/safety findings only, please. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 29c4a66c0e
ℹ️ 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".
|
@codex review Current head: I addressed both findings from your review of
Please re-review these fixes and, in the same pass, cover the still-relevant points from the earlier review requests:
As before, the |
|
Codex Review: Didn't find any major issues. Hooray! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
Summary
DarkPeers_BONanza_Giveaway.meta.jsbeside the full userscript in the public Gist@updateURLto the minimal metadata file while keeping@downloadURLon the full.user.js@homepageURLand@namespaceaway from the development repository to Maghuro's DarkPeers profileGenerated update manifest
The workflow deliberately publishes only:
@name@namespace@version@updateURL@downloadURLThe generated manifest contains no reference to the development repository.
Identity change
The
@namespacechange is intentional. The maintainer explicitly accepts treating this as a new userscript install/identity rather than requiring an in-place identity migration from pre-1.5.10 copies.Rehearsal semantics
Rehearsal still returns internal success for suppressed money-moving operations so the full settlement state machine can be exercised. User-visible output now distinguishes that from a real confirmation:
REHEARSAL / SIMULATIONsimulated (no BON sent)simulated onlyValidation performed
.user.jsexactly.meta.jsfrom the current metadata and verified the update/download targetsGitHub Actions remains the authoritative full test run for the PR.