docs(wip): stage implementation passes

This commit is contained in:
zap
2026-03-12 20:43:40 +00:00
parent 8a5b736ce7
commit 271cb6237e

24
WIP.md
View File

@@ -123,11 +123,25 @@ Started: `2026-03-12`
- [ ] If useful, sync this work into the LAN Gitea repo for safer backup/review and easier long-lived tracking
## Current recommendation
Next action should be:
1. add `delete_email_draft` and `list_email_drafts`
2. add `update_calendar_event`, `delete_calendar_event`, and `list_upcoming_events`
3. decide approval defaults for each new Google action
4. add a compact operator test playbook for repeated proof runs
Execution should proceed in staged fresh sessions using `WIP.md` as the canonical state file.
Planned passes:
1. Gmail pass:
- add `delete_email_draft`
- add `list_email_drafts`
- add `send_gmail_draft` / send-approved-email path
- update `WIP.md` with evidence before ending the pass
2. Calendar pass:
- add `update_calendar_event`
- add `delete_calendar_event`
- add `list_upcoming_events`
- update `WIP.md` with evidence before ending the pass
3. Operator/polish pass:
- decide approval defaults for each action
- add low-noise execution/result reporting
- add compact operator command/reference docs
- add one or two canned recurring test payloads
- update `WIP.md` with evidence before ending the pass
## Fresh-session proof refresh (2026-03-12 19:44Z)
- Re-ran both target proofs through the real approval-routed path in a clean implementation session.