Skip to content

feat(checkpoint): add per-agent causal frontiers - #95

Merged
dollspace-gay merged 5 commits into
developfrom
feature/checkpoint-causal-frontiers
Sep 4, 2026
Merged

feat(checkpoint): add per-agent causal frontiers#95
dollspace-gay merged 5 commits into
developfrom
feature/checkpoint-causal-frontiers

Conversation

@dollspace-gay

Copy link
Copy Markdown
Member

Summary

  • replace the global checkpoint watermark with a versioned per-agent causal frontier
  • validate contiguous histories, pinned tips, prefix hashes, and checkpoint semantics
  • adopt only causally dominant checkpoints and recompute concurrent authority
  • automatically migrate legacy checkpoints during daemon reconciliation while preserving eventless records and recovery evidence
  • update dashboard readers, reconciliation fixtures, architecture documentation, and bounded cross-platform CI coverage

Verification

  • cargo fmt --all -- --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo clippy --locked -- -D warnings -W clippy::unwrap_used -W clippy::expect_used
  • cargo test --all-features --quiet: 5,460 executed tests passed; 4 intentionally ignored
  • cargo test --doc --all-features
  • cargo build --release --all-features
  • cargo check --locked --target x86_64-pc-windows-gnu --all-targets --all-features
  • python3 scripts/sync-codex-plugin.py --check
  • feature-branch CI run 33823538068 passed

Closes #798

@dollspace-gay dollspace-gay self-assigned this Sep 4, 2026
@dollspace-gay
dollspace-gay merged commit b6376d7 into develop Sep 4, 2026
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants