mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2025-12-27 07:02:13 +00:00
feat(parse-prd): Improves the numTasks param description to encourage the LLM agent to use a number of tasks to break down the PRD into that is logical relative to project complexity.
This commit is contained in:
parent
08589b2796
commit
6ec892b2c1
@ -29,7 +29,7 @@ export function registerParsePRDTool(server) {
|
||||
.string()
|
||||
.optional()
|
||||
.describe(
|
||||
'Approximate number of top-level tasks to generate (default: 10)'
|
||||
'Approximate number of top-level tasks to generate (default: 10). As the agent, if you have enough information, ensure to enter a number of tasks that would logically scale with project complexity. Avoid entering numbers above 50 due to context window limitations.'
|
||||
),
|
||||
output: z
|
||||
.string()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user