Merge pull request '[agent/codex:gpt-5.4-mini] Read ~/spec/code/core/go/store/RFC.md fully. Find features d...' (#81) from agent/read---spec-code-core-go-store-rfc-md-fu into dev
This commit is contained in:
commit
55a804bd08
1 changed files with 3 additions and 0 deletions
3
store.go
3
store.go
|
|
@ -155,6 +155,9 @@ func newStoreFromConfig(operation string, config StoreConfig) (*Store, error) {
|
|||
storeInstance.purgeInterval = config.PurgeInterval
|
||||
}
|
||||
|
||||
// New() performs a non-destructive scan so orphaned workspaces remain
|
||||
// discoverable through RecoverOrphans().
|
||||
discoverOrphanWorkspacePaths(defaultWorkspaceStateDirectory)
|
||||
storeInstance.startBackgroundPurge()
|
||||
return storeInstance, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue