diff --git a/docs/milestones/M09/M09_toolcalls.md b/docs/milestones/M09/M09_toolcalls.md index 057029767..384efb635 100644 --- a/docs/milestones/M09/M09_toolcalls.md +++ b/docs/milestones/M09/M09_toolcalls.md @@ -8,5 +8,6 @@ Implementation toolcalls for Cursor execution. | 2026-03-11 | run | git checkout main, pull, create branch | git | completed | | 2026-03-11 | write | Create modules/runtime_context.py | modules/runtime_context.py | completed | | 2026-03-11 | search_replace | Attach RuntimeContext in process_images_inner | modules/processing.py | completed | -| 2026-03-11 | run | pytest test/smoke | test/smoke | pending | -| 2026-03-11 | run | pytest test/quality | test/quality | pending | +| 2026-03-11 | run | pytest test/smoke | test/smoke | skipped (local env) | +| 2026-03-11 | run | pytest test/quality | test/quality | skipped (local env) | +| 2026-03-11 | run | git commit, push, gh pr create | git, gh | completed |