You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,22 +26,11 @@ See `ROADMAP.md` for full context and rationale behind each item.
26
26
27
27
---
28
28
29
-
## Phase 2 — Fix Quality
30
-
31
-
-[ ]**Confidence gating** — use triage confidence score to warn (`< 0.8`) or block (`< 0.5`) Start Fix; add `confidenceThreshold` / `minConfidence` config fields; show score prominently in triage card
32
-
-[ ]**Test-gate on Accept** — run `testCommand` after fix completes; store result in DB; hide Accept button and show Retry if tests fail; include pass/fail summary when tests pass
33
-
-[ ]**PR review feedback loop** — poll GitHub for review comments on `relay/fix-*` branches; when comments appear, re-queue issue with review context; Claude resumes session and pushes follow-up commit
34
-
35
-
---
36
-
37
29
## Phase 3 — Open Source Readiness
38
30
39
31
-[x]**Distribution** — published as `@adriandmitroca/relay` on npm; `bunx @adriandmitroca/relay` works zero-install; data dir fixed to `~/.relay/`
40
32
-[x]**Releases & updates** — semantic-release on merge to `main`; `relay update` self-update command; silent version check on `relay start`
41
-
-[ ]**Multi-directory projects** — single project config can point to multiple directories (e.g., `api/`, `frontend/`); Claude gets context from all dirs; commits and PRs go to the right repo
42
33
-[x]**`relay doctor` command** — validates Bun, claude CLI, gh auth, data dir, database, and all project repo paths; actionable hints on failure
43
-
-[ ]**Plugin architecture** — sources and notification channels as pluggable npm packages; validate with a reference implementation
44
-
-[ ]**Slack notification channel** — implement as first plugin; validates the plugin architecture works end-to-end
45
34
-[ ]**X.com launch announcement** — write and publish announcement thread positioning Relay as autonomous dev agent; include demo GIF or screenshot of dashboard + Telegram in action
46
35
47
36
---
@@ -50,6 +39,12 @@ See `ROADMAP.md` for full context and rationale behind each item.
50
39
51
40
Ideas worth revisiting later, not prioritised now.
52
41
42
+
- Confidence gating (warn/block Start Fix based on triage confidence score)
43
+
- Test-gate on Accept (run testCommand after fix, block Accept if failing)
0 commit comments