Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1.4 KiB
1.4 KiB
task-master-ai
| task-master-ai |
|---|
| minor |
Add autonomous TDD workflow automation system with new tm autopilot commands and MCP tools for AI-driven test-driven development.
New CLI Commands:
tm autopilot start <taskId>- Initialize TDD workflowtm autopilot next- Get next action in workflowtm autopilot status- Check workflow progresstm autopilot complete- Advance phase with test resultstm autopilot commit- Save progress with metadatatm autopilot resume- Continue from checkpointtm autopilot abort- Cancel workflow
New MCP Tools:
Seven new autopilot tools for programmatic control: autopilot_start, autopilot_next, autopilot_status, autopilot_complete_phase, autopilot_commit, autopilot_resume, autopilot_abort
Features:
- Complete RED → GREEN → COMMIT cycle enforcement
- Intelligent commit message generation with metadata
- Activity logging and state persistence
- Configurable workflow settings via
.taskmaster/config.json - Comprehensive AI agent integration documentation
Documentation:
- AI Agent Integration Guide (2,800+ lines)
- TDD Quick Start Guide
- Example prompts and integration patterns
Learn more: TDD Workflow Quickstart Guide
This release enables AI agents to autonomously execute test-driven development workflows with full state management and recovery capabilities.