Map partner authorization and provider expansion - #26
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (32)
📝 WalkthroughWalkthroughThe change adds a partner execution expansion map, related documentation and glossary concepts, Bun-native type governance, typed WebView capture events, URL redaction, visual snapshot provenance, artifact integrity, and expanded validation coverage. ChangesPartner execution mapping and contracts
Visual snapshot provenance
Bun-native tooling and WebSocket typing
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant CaptureTool
participant CDPParsers
participant ArtifactFiles
participant SnapshotMetadata
participant PersistedSummary
CaptureTool->>CDPParsers: Parse WebSocket events
CaptureTool->>ArtifactFiles: Write capture artifacts
CaptureTool->>ArtifactFiles: Read integrity and image metadata
ArtifactFiles->>SnapshotMetadata: Provide paths, sizes, hashes, and image details
SnapshotMetadata->>PersistedSummary: Store sanitized URLs and snapshot metadata
Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
What changed
bun run partner:mapwith Mermaid stdout and--outputsupportBoundary
Kalshi remains the only authorized execution provider. Polymarket is documented as read-only market/compliance intelligence, and Fantasy402 remains unwired. Dashed map edges are future contracts, not runtime authority.
Validation
bun run bun:ci— 1,406 tests, 0 failuresSummary by CodeRabbit
New Features
Documentation
Bug Fixes