refactor: consolidate todo storage under .context/compound-engineering/todos/ (#361)

This commit is contained in:
Trevin Chow
2026-03-24 09:54:30 -07:00
committed by GitHub
parent 18d22afde2
commit 65e5621dbe
11 changed files with 306 additions and 120 deletions

View File

@@ -225,12 +225,12 @@ When a test fails:
How to proceed?
1. Fix now - I'll help debug and fix
2. Create todo - Add to todos/ for later
2. Create todo - Add a todo for later (using the file-todos skill)
3. Skip - Continue testing other pages
```
3. **If "Fix now":** investigate, propose a fix, apply, re-run the failing test
4. **If "Create todo":** create `{id}-pending-p1-browser-test-{description}.md`, continue
4. **If "Create todo":** load the `file-todos` skill and create a todo with priority p1 and description `browser-test-{description}`, continue
5. **If "Skip":** log as skipped, continue
### 10. Test Summary