Composer dressing verdict + run surface lab - #9
Draft
arielconti10 wants to merge 5 commits into
Draft
Conversation
Dispatch-only chrome: receipt and scope rows mount before the first send, then collapse into a pinned run-fact strip once the run starts. The state transition itself is the thing under evaluation - no shipping product does dispatch-only chrome.
One nine-step run, three postures. The posture is rendered as an explicit checkpoint policy (reads/edits/commands/boundaries/external), and the lab demonstrates the conservation law: checkpoints relocate from in-flight gates to the post-run receipt, never disappear. Invariants across all postures: boundary violations escalate (the 'don't touch deps' line), external side effects gate (the push). The receipt renders on stop as well as success, and its checkpoint ledger counts what was decided in-flight vs applied without review. Reuses ActionPreview, RunTrace, and UsageMeter; playground-only, no registry changes.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two playground labs that close the composer question and open the run surface:
Composer dressing lab (
/playground/composer-dressing)Run surface lab (
/playground/run-surface)Why
Continues the dispatch-contract research: the composer column of the four-surface framework is now settled and documented, and the in-flight + post-run surfaces get their first teaching artifact. The receipt here is the candidate shape for a future
run-receiptregistry primitive.Verification
npm run verifypasses (lint, typecheck, format, audit-ui, sync-registry check, registry deps, build, registry build). Playground-only changes — no registry components touched. Browser QA at desktop and 390px mobile widths, all three postures plus the stop path.