From efd40dd278b6843847fcb7d977ab3d9d1ed47f78 Mon Sep 17 00:00:00 2001 From: Virgil Date: Sat, 4 Apr 2026 18:38:09 +0000 Subject: [PATCH] docs(store): reinforce AX config literal guidance Co-Authored-By: Virgil --- doc.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc.go b/doc.go index fce757d..0cb1ada 100644 --- a/doc.go +++ b/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/")`. //