sauce aow

This commit is contained in:
Rasmus Widing
2025-10-08 21:39:04 +03:00
parent 3f0815b686
commit 9a60d6ae89
84 changed files with 17939 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
# Implementation
Implement the plan from the specified plan file.
## Variables
plan_file: $1
## Instructions
- Read the plan file carefully
- Execute every step in order
- Follow existing code patterns and conventions
- Create/modify files as specified in the plan
- Run validation commands from the plan
- Do NOT create git commits or branches (separate steps)
## Output
- Summarize work completed
- List files changed
- Report test results if any