fix: make workspace cursors replica-safe - #20
Merged
Merged
Conversation
kauandotnet
force-pushed
the
codex/issue-4
branch
from
August 14, 2026 21:11
a625463 to
3cd866f
Compare
kauandotnet
marked this pull request as ready for review
August 14, 2026 21:13
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
The authenticated outer expiry is an authorization ceiling. It does not extend an underlying provider token's lifetime or promise snapshot isolation/provider availability; provider invalidation remains an operational list failure.
Cross-repository delivery
Supports nestm-dev/artifact-studio#4
Dependent Artifact Studio PR: https://github.com/nestm-dev/artifact-studio/pull/19
This branch is rebased onto storage PR #21's squash merge,
d996b921b0b41247cbe642728d6bf30ca09a15fc, and adds no redundant cursor capability. This library PR remains the required dependency for the Artifact Studio PR and intentionally does not close the Artifact Studio issue.Test evidence
pnpm run check— Oxc lint, repository-wide Prettier check, and TypeScript passedpnpm run test— 233 unit tests passed; 55 E2E tests passed and 4 environment/provider-gated tests skippedpnpm run verify:pack— production build,publint --strict, and packed-package consumer passedpnpm dlx @arethetypeswrong/cli --pack . --profile esm-onlypassed for all ESM exportsgit diff --check origin/main..HEADpassedThe filesystem conformance suite always runs and proves changed-limit, delimiter-aware, delimiter-disabled, and fresh-driver replay. Live AWS S3, Cloudflare R2, and custom S3-compatible suites require dedicated credentials and remain gated.
Migrations, security, and tenant isolation