Initial commit

This commit is contained in:
2026-08-19 11:03:16 +02:00
commit e8c8224b05
35 changed files with 1806 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Tasks: {{FEATURE}}
*Created: {{DATE}}*
Dependency-ordered, checkable work items derived from the spec and plan.
Work top to bottom; a phase starts only when the one before it is done.
Replace the placeholder tasks below with real ones — keep the checkbox format,
one task per line, exact file paths in the description.
## Phases
### Setup
- [ ] T1: Prepare project scaffolding and test harness
- [ ] T2: Create data structures / entities from the spec
### Implementation
- [ ] T3: Implement Story 1 happy path (test first)
- [ ] T4: Implement edge cases and error handling for Story 1
- [ ] T5: Wire the feature into the existing entry points
### Polish
- [ ] T6: Documentation touch-ups and final full test run