docs(store): reinforce AX config literal guidance
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
00650fd51e
commit
efd40dd278
1 changed files with 4 additions and 0 deletions
4
doc.go
4
doc.go
|
|
@ -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/")`.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue