Skip to content

feat: add deterministic segment target planner - #1666

Merged
duck8823 merged 1 commit into
mainfrom
feature/1662-deterministic-segment-target-planner
Aug 5, 2026
Merged

feat: add deterministic segment target planner#1666
duck8823 merged 1 commit into
mainfrom
feature/1662-deterministic-segment-target-planner

Conversation

@duck8823

@duck8823 duck8823 commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • plan the smallest contiguous Hot prefix against a captured Catalog snapshot and policy caps
  • bind reservations to ordered canonical source evidence and freeze reserved source history
  • persist measured cap-failure proofs for append-only release and strictly smaller retries
  • normalize all deadline paths to typed selection-incomplete rollback
  • add migration 46 and concurrency, Unicode byte-boundary, freeze, retry-proof, and timeout regressions

Validation

  • go test ./... -count=1
  • go vet ./...
  • go tool golangci-lint run --timeout=5m
  • focused race tests
  • independent GPT-5.6 Sol review: APPROVE

Closes #1662

Co-authored-by: Codex <noreply@openai.com>
@github-actions github-actions Bot added the feature New feature label Aug 5, 2026
@duck8823
duck8823 marked this pull request as ready for review August 5, 2026 09:34
@duck8823
duck8823 merged commit 584201d into main Aug 5, 2026
6 checks passed
@duck8823
duck8823 deleted the feature/1662-deterministic-segment-target-planner branch August 5, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v0.34.0-25c: plan and reserve deterministic segment targets

1 participant