diff options
| -rw-r--r-- | docs/adr/006-claudomator-integration.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/adr/006-claudomator-integration.md b/docs/adr/006-claudomator-integration.md index 78aedda..304fe48 100644 --- a/docs/adr/006-claudomator-integration.md +++ b/docs/adr/006-claudomator-integration.md @@ -67,8 +67,15 @@ Both processes point at the same DB file (WAL mode). Rejected — schema is a fr ### Navigation (DONE) Doot's nav already has a Claudomator tab link (`/claudomator/`) in `web/templates/index.html:86`. +### Seam 1 First Partial: Stories View (PLANNED, not yet started) +- **What:** The Stories tab (currently a full SPA panel in Claudomator's `app.js`) becomes a Go template rendered by Doot +- **Where it lives:** Doot — a new handler in `internal/handlers/` queries Claudomator's JSON API (`GET /claudomator/api/stories`) and renders HTML directly. No proxy needed for this route. +- **Why Stories first:** Simpler structure than the task queue; stories are already surfaced as Doot atoms, so the data model is familiar +- **Pre-requisite:** Visual unification story (`55d4a55a`) must ship first +- **Trigger:** Plan this story after `55d4a55a` is REVIEW_READY + ### Deploy Coordination -Currently two manual deploy commands. Low priority — acceptable until Seam 2. +Two manual deploy commands. Acceptable until Seam 2. ### Doot Atom Source (DONE) Claudomator stories surface as atoms in Doot's task aggregation (commit `b58787c`). |
