chore: fix CI

This commit is contained in:
Ralph Khreish
2025-10-15 22:00:06 +02:00
parent 55a7f8b3cc
commit bed63fa99a
2 changed files with 2 additions and 2 deletions

View File

@@ -230,6 +230,6 @@ description: "A comprehensive reference of all available Task Master commands"
task-master autopilot abort
```
The TDD workflow enforces RED → GREEN → COMMIT cycles for each subtask. See [AI Agent Integration](./ai-agent-integration.mdx) for details.
The TDD workflow enforces RED → GREEN → COMMIT cycles for each subtask. See [AI Agent Integration](/tdd-workflow/ai-agent-integration) for details.
</Accordion>
</AccordionGroup>

View File

@@ -15,7 +15,7 @@ import {
export const EXPECTED_TOOL_COUNTS = {
core: 7,
standard: 15,
total: 36
total: 44
};
/**