From 9fc5b0d21e8eb56030b452fff043ca3ce2b89a10 Mon Sep 17 00:00:00 2001 From: tegwick Date: Mon, 6 Oct 2025 16:59:39 +0200 Subject: [PATCH] Minor optimization in PUBLISH stage --- .claude/agents/agent-tdd-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/agents/agent-tdd-workflow.md b/.claude/agents/agent-tdd-workflow.md index 3bbc76b3..389f667c 100644 --- a/.claude/agents/agent-tdd-workflow.md +++ b/.claude/agents/agent-tdd-workflow.md @@ -88,7 +88,7 @@ The **TDD8 cycle** is an 8-step comprehensive development workflow that extends - **Actions:** - Use `make tdd-finish` to move tests to main test suite - Commit changes with descriptive messages - - Update project documentation (diary entries, etc.) + - Update project documentation (diary entries, cost_note, todo etc.) - Close related issues and update project status - **Outputs:** Completed feature integrated into main codebase - **Success Criteria:** Clean workspace, integrated tests, documented progress