V47 Gate 3: Seller And Buyer State Machine Law#235
Conversation
Add the source-safe Gate 3 protocol artifact, package exports, freshness checker, and focused protocol tests for the IP seller and IP buyer launch state machines. Bind seller and buyer guards to Deposit, Read, Packs, BTD receipts, settlement, source-to-shares, semantic volume, specs, roadmap, and gate/canon workflow validation.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cc252a6458
ℹ️ 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".
| sellerStateMachineBound: true, | ||
| buyerStateMachineBound: true, |
There was a problem hiding this comment.
Derive state-machine binding coverage from rows
When the gate/canon workflows invoke this checker with --skip-package-tests, these hard-coded coverage values become the checker's only assertion that the seller and buyer state machines are still bound. If a future edit removes or retargets the seller-state-machine or buyer-state-machine rows, buildV47SellerBuyerStateMachineLaw() will still report both bindings as true and check:v47-gate3 can pass with an artifact that attests to bindings it no longer contains. Please compute these flags from stateRows instead of literals.
Useful? React with 👍 / 👎.
Summary
Validation