You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,10 @@ Treat this as a standing operational gate, not a one-time migration task.
249
249
- Treat `ledger_core::workbook::REQUIRED_SHEETS` as the canonical base workbook contract for export paths.
250
250
-`export_cpa_workbook` should rebuild the full workbook from canonical service state on each export, including `META.config`, `ACCT.registry`, schedule sheets, flag sheets, transaction sheets, and `AUDIT.log`.
251
251
- Tests should assert representative workbook contents, not just that a file was written.
252
+
- 2026-04-17: restart-visible MCP operational state now persists as a deterministic sidecar next to the manifest workbook path.
253
+
- Persist ingest idempotency state, transaction row cache, audit log, lifecycle event history, and HSM checkpoint together as one snapshot.
254
+
- Keep the workbook as the human/accountant artifact; do not overload it as the only machine recovery mechanism for agent queues and replay state.
255
+
- If the sidecar exists but cannot be parsed or its version is unsupported, fail closed instead of silently resetting state.
0 commit comments