Skip to content

Commit 592ba7c

Browse files
chore: move phase 2 and remaining phase 3 items to icebox
Only X.com launch announcement remains on the active roadmap. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9fe1ae8 commit 592ba7c

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

TODO.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,11 @@ See `ROADMAP.md` for full context and rationale behind each item.
2626

2727
---
2828

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-
3729
## Phase 3 — Open Source Readiness
3830

3931
- [x] **Distribution** — published as `@adriandmitroca/relay` on npm; `bunx @adriandmitroca/relay` works zero-install; data dir fixed to `~/.relay/`
4032
- [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
4233
- [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
4534
- [ ] **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
4635

4736
---
@@ -50,6 +39,12 @@ See `ROADMAP.md` for full context and rationale behind each item.
5039

5140
Ideas worth revisiting later, not prioritised now.
5241

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)
44+
- PR review feedback loop (poll GitHub comments, re-queue with review context)
45+
- Multi-directory projects (api/ + frontend/ as separate dirs)
46+
- Plugin architecture (sources and channels as npm packages)
47+
- Slack notification channel
5348
- Webhooks for Sentry/Asana (faster than polling, needs tunnel)
5449
- Auto-accept for high-confidence small diffs (opt-in)
5550
- Issue batching (multiple errors → one fix)

0 commit comments

Comments
 (0)