atomic-save-kernel-schema

Land the atomic save evidence schema and pure kernel

Metadata

Statusdone
Agent identity02e879681e52e0a384106169be043416c4d946e850ab26b2269c57681b52a6e7
Created2026-08-03T14:55:04.438620557+00:00
Started2026-08-03T14:57:04.233115806+00:00
Completed2026-08-03T15:36:49.824591974+00:00
Tagsatomic-save, shared-kernel-gate

Description

Implement the atomic-save-kernel-schema work item from docs/plans/atomic-graph-work-save-dag.json and docs/design-atomic-graph-work-save.md. This is the shared kernel/schema gate. Integrate with the landed deterministic daemon planner and replay schema; do not create a competing lifecycle authority. All runtime adapters remain blocked until this task is durably complete.

Owned files/modules:

  • src/completion_evidence.rs (new)
  • src/save_transaction.rs (new)
  • src/graph.rs
  • src/lifecycle.rs
  • src/finalization/mod.rs
  • src/parser.rs
  • src/lib.rs

Non-goals:

  • No CLI or daemon adapter conversion.
  • No Git/worktree effect execution.
  • No claim that the pure kernel proves storage or OS behavior.

Validation

  • cargo test save_transaction
  • cargo test lifecycle
  • cargo fmt --check
  • cargo clippy

Depends on

Required by

Log