Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' (#121) from agent/read---spec-code-core-go-store-rfc-md-fu 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 10:30:09 +00:00
commit 0124e24ef4

5
doc.go
View file

@ -5,8 +5,9 @@
// Workspace files are created under `.core/state/` and can be recovered with
// `RecoverOrphans(".core/state")`.
//
// Prefer `store.NewConfigured(store.StoreConfig{...})` when constructing a
// store from an agent-written configuration literal.
// Use `store.NewConfigured(store.StoreConfig{...})` when the database path,
// journal, and purge interval are already known.
// Keep `store.New(..., store.WithJournal(...))` for incremental assembly.
//
// Usage example:
//