Merge pull request '[agent/codex:gpt-5.4-mini] Read docs/RFC-STORE.md and docs/specs/core/go/RFC.md fully. ...' (#157) from agent/read-docs-rfc-store-md-and-docs-specs-co into dev
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run

This commit is contained in:
Virgil 2026-04-04 18:38:22 +00:00
commit f4bc76ccb2

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/")`.
//