UTA live-testing scenario catalog#334
Merged
Merged
Conversation
…d loop Five self-bootstrapped test rounds found ~20 real bugs (PRs #325–#333) that neither unit tests nor human UI sessions would ever hit: they only exist on the real usage path, through the agent surface, against real venue behavior. docs/uta-live-testing.md distills those rounds into a repeatable catalog — S1–S12 covering read-state agreement, order lifecycle, amendments, attached TP/SL (verify on the VENUE, the ledger lied once), standalone stops in algo namespaces, external-order observation, restart survival, partial closes, notional entries, error ergonomics and staging undo — plus a new-broker acceptance checklist (listing must SEE a real order, string ids end-to-end, in-kind fees as reconcile dust, venue quirks documented in the exchange's override file). CLAUDE.md points at it from the subsystem guides: trading-path changes run the relevant scenarios; new brokers run the full catalog before being called supported. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
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.
Summary
docs/uta-live-testing.md: the dogfood loop, institutionalized. S1–S12 scenario catalog distilled from five live rounds (~20 bugs, PRs UTA: close the order state machine + PnL read-state fix #325–Round-4 dogfood: getOrders crash, orderId truncation, spot reduceOnly #333), with ground rules (demo only, agent surface only, never trust the ledger over the venue, leave accounts flat, regression spec per fix), setup recipes, price-band guidance, and a new-broker acceptance checklist.Test plan
🤖 Generated with Claude Code