chore(integration): snapshot local main worktree

This commit is contained in:
inman
2026-08-31 10:23:21 +08:00
parent 48a9189939
commit 33fb31fb28
116 changed files with 8108 additions and 3026 deletions

View File

@@ -73,8 +73,7 @@ export function createCodingProjectStorageFromStore(
export async function createElectronCodingProjectStorage(): Promise<CodingProjectStorage> {
const Store = (await import('electron-store')).default;
const store = new Store<{ projects?: CodingProjectStoreData }>({
// Legacy installed-user storage identity. Renaming it would orphan projects.
name: 'opencode-projects',
name: 'makelore-projects',
});
return createCodingProjectStorageFromStore(store, 'projects');
}