fix: bedrock set model and other fixes

This commit is contained in:
Ralph Khreish
2025-06-02 14:08:46 +02:00
parent e0438c8fb8
commit dbe5e899cc
21 changed files with 135 additions and 59 deletions

View File

@@ -509,9 +509,9 @@ function createProjectStructure(addAliases, dryRun, options) {
replacements
);
// Copy .taskmasterconfig with project name to NEW location
// Copy config.json with project name to NEW location
copyTemplateFile(
'.taskmasterconfig',
'config.json',
path.join(targetDir, TASKMASTER_CONFIG_FILE),
{
...replacements