[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d... #75
1 changed files with 0 additions and 3 deletions
3
store.go
3
store.go
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue