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
This commit is contained in:
commit
f4bc76ccb2
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