Skip to content

feat: add stable archive sequence inventory - #1664

Merged
duck8823 merged 2 commits into
mainfrom
feature/1660-archive-sequence-inventory
Aug 5, 2026
Merged

feat: add stable archive sequence inventory#1664
duck8823 merged 2 commits into
mainfrom
feature/1660-archive-sequence-inventory

Conversation

@duck8823

@duck8823 duck8823 commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • add migration 44 with stable store lineage, private filter key, and transactional event archive sequence allocation
  • add bounded resumable inventory plus separate gap-free high-water verification and fail-closed activation
  • cover ordinary, bundle, archive-restore, and dedupe event paths, including typed production overflow errors

Validation

  • go test ./...
  • go vet ./...
  • go tool golangci-lint run --timeout=5m
  • GPT-5.6 Sol concurrency/integrity review: APPROVE after all blocking fixes

Residual boundary

Terminal unmapped-event verification is context-bounded and may scan the event index. Catalog consumption remains in later #1650 children.

Closes #1660

duck8823 and others added 2 commits August 5, 2026 14:26
Co-authored-by: Codex <noreply@openai.com>
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 05:35
@duck8823
duck8823 merged commit d3f26fe into main Aug 5, 2026
6 checks passed
@duck8823
duck8823 deleted the feature/1660-archive-sequence-inventory branch August 5, 2026 05:38
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-25a: add store lineage and bounded archive sequence inventory

1 participant