Add AGENTS playbook and prioritize automation backlog
All checks were successful
python-syntax / syntax-check (push) Successful in 6s
All checks were successful
python-syntax / syntax-check (push) Successful in 6s
This commit is contained in:
10
TODO.md
10
TODO.md
@@ -27,7 +27,9 @@
|
||||
- [x] Add top-level skill section for instance setup + mini API docs
|
||||
- [x] Clarify user-owned setup responsibilities vs agent responsibilities in skill docs
|
||||
|
||||
## Deferred Backlog
|
||||
- [ ] Higher-level task macros composed from `see` + `interact` + `interact/verify` primitives
|
||||
- [ ] Additional verify primitives beyond `ocr_text_near_point` (image-diff region, window title/process state, color/pixel checks)
|
||||
- [ ] Broader API simplification pass to reduce payload overlap and consolidate shared OCR options
|
||||
## Deferred Backlog (Prioritized)
|
||||
1. [ ] Higher-level automation macros composed from `see` + `interact` + `interact/verify`
|
||||
2. [ ] Reusable workflow templates (for example: find text -> zoom fallback -> click -> verify)
|
||||
3. [ ] Batch-safe orchestration primitives with explicit per-step results and auditability
|
||||
4. [ ] Additional verify primitives beyond `ocr_text_near_point` (image diff region, window title/process state, color/pixel checks)
|
||||
5. [ ] Broader API simplification pass to reduce payload overlap and consolidate shared OCR options
|
||||
|
||||
Reference in New Issue
Block a user