docs(store): reinforce AX config literal guidance
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Virgil 2026-04-04 18:38:09 +00:00
parent 00650fd51e
commit efd40dd278

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