From 51b8459122449cea52f7c4f87758a959e65283b9 Mon Sep 17 00:00:00 2001 From: azuma Date: Mon, 8 Sep 2025 11:29:45 +0900 Subject: [PATCH] Remove trailing whitespace from tasks.md template --- templates/commands/tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/commands/tasks.md b/templates/commands/tasks.md index 16bf45f..8275679 100644 --- a/templates/commands/tasks.md +++ b/templates/commands/tasks.md @@ -13,10 +13,10 @@ Given the context provided as an argument, do this: 2. Load and analyze available design documents: - Always read plan.md for tech stack and libraries - IF EXISTS: Read data-model.md for entities - - IF EXISTS: Read contracts/ for API endpoints + - IF EXISTS: Read contracts/ for API endpoints - IF EXISTS: Read research.md for technical decisions - IF EXISTS: Read quickstart.md for test scenarios - + Note: Not all projects have all documents. For example: - CLI tools might not have contracts/ - Simple libraries might not need data-model.md