feat(gateway): project bootstrap — docs structure + default agent (#190)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
Co-authored-by: Jason Woltje <jason@diversecanvas.com> Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #190.
This commit is contained in:
@@ -64,6 +64,11 @@ export class WorkspaceService {
|
||||
this.logger.log(`Initialized git workspace at ${workspacePath}`);
|
||||
}
|
||||
|
||||
// Create standard docs structure
|
||||
await fs.mkdir(path.join(workspacePath, 'docs', 'plans'), { recursive: true });
|
||||
await fs.mkdir(path.join(workspacePath, 'docs', 'reports'), { recursive: true });
|
||||
this.logger.log(`Created docs structure at ${workspacePath}`);
|
||||
|
||||
return workspacePath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user