From 571a97e0e210ecdeb4c11eb31747d861b39a0e88 Mon Sep 17 00:00:00 2001 From: Felix Martin Date: Sun, 31 May 2026 14:22:08 -0400 Subject: [PATCH] M2: mark AI planning coach milestone done Co-Authored-By: Claude Opus 4.8 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d84cc1c..045b83b 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,14 @@ go test ./... ## Status +M2 (AI planning coach): in the Planning view, a rough intent is "sharpened" +into a structured commitment (next action, success condition, timebox) by an +LLM CLI backend (claude or codex, selectable via `ANTIDRIFT_AI_BACKEND`). The +coach runs asynchronously and degrades gracefully — manual planning always +works. + M1 (evidence & audit): active-window tracking, two-tier evidence store (disposable per-session raw log + permanent hash-chained session summaries), -and live SSE updates. AI integration and drift judgment arrive in later +and live SSE updates. Live drift judgment and the ambient nudge arrive in later milestones (see the roadmap in `docs/superpowers/specs/2026-05-31-go-focus-os-design.md`).