From 83dc5b5f126cf5b8ff339857eb24b191de97c508 Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:07:05 +0100 Subject: [PATCH] fix: remove leading whitespace from Accordion closing tags in docs (#1612) The MDX parser was interpreting indented tags as list items, causing deployment failures. --- apps/docs/capabilities/task-structure.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/docs/capabilities/task-structure.mdx b/apps/docs/capabilities/task-structure.mdx index 3ea3c5eb..82331b79 100644 --- a/apps/docs/capabilities/task-structure.mdx +++ b/apps/docs/capabilities/task-structure.mdx @@ -209,7 +209,7 @@ The generated report contains: - Recommended number of subtasks based on complexity - AI-generated expansion prompts customized for each task - Ready-to-run expansion commands directly within each task analysis - + The `complexity-report` command: @@ -220,7 +220,7 @@ The `complexity-report` command: - Highlights tasks recommended for expansion based on threshold score - Includes ready-to-use expansion commands for each complex task - If no report exists, offers to generate one on the spot - + 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 done - Commands for working with subtasks - + The `show` command: @@ -273,7 +273,7 @@ The `show` command: - For subtasks, shows parent task relationship - Provides contextual action suggestions based on the task's state - Works with both regular tasks and subtasks (using the format taskId.subtaskId) - + ## Best Practices for AI-Driven Development