superseded: complete durable query parity - #32
Closed
tim8es wants to merge 16 commits into
Closed
Conversation
Owner
Author
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Owner
Author
|
Superseding this draft mechanically because the GitHub connector's |
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.
Completes durable ADR-0005 v0.1 query parity for
ListGoals,ListGoalTasks, andGetTaskExecutionView.Key guarantees:
NOT_FOUNDenvelopes;GetTaskExecutionViewderives Task, effective Lease, and latest Checkpoint in one D1 statement so one response cannot mix separate database read snapshots;TDD evidence:
33284893955: the previous 143 tests remained green while exactly the three new query regressions failed onUNSUPPORTED_OPERATION;33285112259: 34/34 test files, 146/146 tests, fullpnpm check, coverage 85.1% statements / 74.51% branches / 96.79% functions / 86.86% lines;33285227052: fullpnpm checkand coverage passed after temporary harness cleanup.docs/CURRENT_STATE.md,docs/roadmap/V0_1.md, andCHANGELOG.mdnow record complete local durable command/query parity and retain the explicit no-deployed-Cloudflare claim.