From bed63fa99a248d7aa259ada52dee56029cc7520a Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:00:06 +0200 Subject: [PATCH] chore: fix CI --- apps/docs/command-reference.mdx | 2 +- tests/helpers/tool-counts.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/command-reference.mdx b/apps/docs/command-reference.mdx index d8fbcfd8..5c8b1ff9 100644 --- a/apps/docs/command-reference.mdx +++ b/apps/docs/command-reference.mdx @@ -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. diff --git a/tests/helpers/tool-counts.js b/tests/helpers/tool-counts.js index 95cbdc6f..5435923c 100644 --- a/tests/helpers/tool-counts.js +++ b/tests/helpers/tool-counts.js @@ -15,7 +15,7 @@ import { export const EXPECTED_TOOL_COUNTS = { core: 7, standard: 15, - total: 36 + total: 44 }; /**