build: Add issue workspace system for structured TDD workflow

- Add start-issue NUM=X target to create structured issue workspaces
- Add add-test target for iterative test generation within workspace
- Add workspace-status target to monitor active workspace state
- Add finish-issue target to move tests to main and cleanup workspace
- Create workspace structure with requirements.md and test_plan.md templates
- Include .markitect_workspace/ in .gitignore for temporary development files
- Enable multiple test generation per issue with proper organization
- Provide guided workflow for issue breakdown and test planning

This replaces single test generation with comprehensive workspace approach
supporting complex issues requiring multiple test scenarios.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-22 01:28:55 +02:00
parent 0043bc6cef
commit b03160437e
2 changed files with 160 additions and 1 deletions

3
.gitignore vendored
View File

@@ -71,3 +71,6 @@ __pypackages__/
.DS_Store
Thumbs.db
# MarkiTect issue workspace (temporary development files)
.markitect_workspace/