fix(workspace): align clawd + bootstrap
This commit is contained in:
@@ -74,7 +74,7 @@ export async function setupCommand(
|
||||
|
||||
const ws = await ensureAgentWorkspace({
|
||||
dir: workspace,
|
||||
ensureBootstrapFiles: true,
|
||||
ensureBootstrapFiles: !next.agent?.skipBootstrap,
|
||||
});
|
||||
runtime.log(`Workspace OK: ${ws.dir}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user