[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md and docs/specs/core/go/RFC.md fully. ... #157

Merged
Virgil merged 1 commit from agent/read-docs-rfc-store-md-and-docs-specs-co into dev 2026-04-04 18:38:22 +00:00

4
doc.go
View file

@ -3,6 +3,10 @@
// notifications, SQLite journal writes and queries, workspace journalling,
// cold archive compaction, and orphan recovery.
//
// When the configuration is already known, prefer StoreConfig and
// ScopedStoreConfig literals over option chains so the call site reads as data
// rather than a sequence of steps.
//
// Workspace files live under `.core/state/` and can be recovered with
// `RecoverOrphans(".core/state/")`.
//