feat: improve scope up and down command & parse-prd improvements (#1079)
* feat: improve scope up and down command & parse-prd improvements * chore: run format
This commit is contained in:
@@ -1479,7 +1479,8 @@ function registerCommands(programInstance) {
|
||||
projectRoot: taskMaster.getProjectRoot(),
|
||||
tag,
|
||||
commandName: 'scope-up',
|
||||
outputType: 'cli'
|
||||
outputType: 'cli',
|
||||
research: options.research || false
|
||||
};
|
||||
|
||||
const result = await scopeUpTask(
|
||||
@@ -1605,7 +1606,8 @@ function registerCommands(programInstance) {
|
||||
projectRoot: taskMaster.getProjectRoot(),
|
||||
tag,
|
||||
commandName: 'scope-down',
|
||||
outputType: 'cli'
|
||||
outputType: 'cli',
|
||||
research: options.research || false
|
||||
};
|
||||
|
||||
const result = await scopeDownTask(
|
||||
|
||||
Reference in New Issue
Block a user