feat(coding): add durable project identity core
This commit is contained in:
@@ -196,12 +196,14 @@ export async function createLocalCodingProject(
|
||||
input: {
|
||||
projectPath: string;
|
||||
projectType?: ProjectType;
|
||||
projectId?: string;
|
||||
now?: string;
|
||||
},
|
||||
store: CodingProjectStore,
|
||||
): Promise<{ project: CodingProject; config: CodingProjectConfigV2 }> {
|
||||
const config = await createCodingProjectMetadata(input.projectPath, {
|
||||
projectType: input.projectType,
|
||||
projectId: input.projectId,
|
||||
now: input.now,
|
||||
});
|
||||
const project = await store.openFolder(input.projectPath);
|
||||
|
||||
Reference in New Issue
Block a user