mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-29 22:02:04 +00:00
fix: remove leading whitespace from Accordion closing tags in docs (#1612)
The MDX parser was interpreting indented </Accordion> tags as list items, causing deployment failures.
This commit is contained in:
@@ -209,7 +209,7 @@ The generated report contains:
|
|||||||
- Recommended number of subtasks based on complexity
|
- Recommended number of subtasks based on complexity
|
||||||
- AI-generated expansion prompts customized for each task
|
- AI-generated expansion prompts customized for each task
|
||||||
- Ready-to-run expansion commands directly within each task analysis
|
- Ready-to-run expansion commands directly within each task analysis
|
||||||
</Accordion>
|
</Accordion>
|
||||||
|
|
||||||
<Accordion title="Viewing Complexity Report">
|
<Accordion title="Viewing Complexity Report">
|
||||||
The `complexity-report` command:
|
The `complexity-report` command:
|
||||||
@@ -220,7 +220,7 @@ The `complexity-report` command:
|
|||||||
- Highlights tasks recommended for expansion based on threshold score
|
- Highlights tasks recommended for expansion based on threshold score
|
||||||
- Includes ready-to-use expansion commands for each complex task
|
- Includes ready-to-use expansion commands for each complex task
|
||||||
- If no report exists, offers to generate one on the spot
|
- If no report exists, offers to generate one on the spot
|
||||||
</Accordion>
|
</Accordion>
|
||||||
|
|
||||||
<Accordion title="Smart Task Expansion">
|
<Accordion title="Smart Task Expansion">
|
||||||
The `expand` command automatically checks for and uses the complexity report:
|
The `expand` command automatically checks for and uses the complexity report:
|
||||||
@@ -262,7 +262,7 @@ The `next` command:
|
|||||||
- Command to mark the task as in-progress
|
- Command to mark the task as in-progress
|
||||||
- Command to mark the task as done
|
- Command to mark the task as done
|
||||||
- Commands for working with subtasks
|
- Commands for working with subtasks
|
||||||
</Accordion>
|
</Accordion>
|
||||||
|
|
||||||
<Accordion title="Viewing Specific Task Details">
|
<Accordion title="Viewing Specific Task Details">
|
||||||
The `show` command:
|
The `show` command:
|
||||||
@@ -273,7 +273,7 @@ The `show` command:
|
|||||||
- For subtasks, shows parent task relationship
|
- For subtasks, shows parent task relationship
|
||||||
- Provides contextual action suggestions based on the task's state
|
- Provides contextual action suggestions based on the task's state
|
||||||
- Works with both regular tasks and subtasks (using the format taskId.subtaskId)
|
- Works with both regular tasks and subtasks (using the format taskId.subtaskId)
|
||||||
</Accordion>
|
</Accordion>
|
||||||
</AccordionGroup>
|
</AccordionGroup>
|
||||||
|
|
||||||
## Best Practices for AI-Driven Development
|
## Best Practices for AI-Driven Development
|
||||||
|
|||||||
Reference in New Issue
Block a user