[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d... #75

Merged
Virgil merged 1 commit from agent/read---spec-code-core-go-store-rfc-md-fu into dev 2026-04-03 08:03:05 +00:00

View file

@ -155,9 +155,6 @@ func newStoreFromConfig(operation string, config StoreConfig) (*Store, error) {
storeInstance.purgeInterval = config.PurgeInterval
}
// Scan the workspace state directory on startup so orphan discovery stays
// part of the store initialisation path without changing recovery semantics.
_ = discoverOrphanWorkspacePaths(defaultWorkspaceStateDirectory)
storeInstance.startBackgroundPurge()
return storeInstance, nil
}