Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Commit98bc72cunknown_key

chore: tick off AI Trio Review verdict pills as done

Claude committed on June 6, 2026Parent: 67dc4e1
1 file changed+1198bc72c297a67e3153d0629f2feb017fa9f0d7b2
1 changed file+1−1
ModifiedTODO.md+1−1View fileUnifiedSplit
7070- [ ] **System/autopilot user** — K3 posts marker comments credited to the PR/issue author. Create `gluecron[bot]` synthetic user row. Autopilot actions should show a bot avatar.
7171- [ ] **Notification preferences** — Flat checkbox list currently. Restructure into categories: AI activity, CI/CD, code review, mentions. Per-category toggle.
7272- [ ] **Repo health badge on repo overview**`computeHealthScore` exists, health page exists. Add a small badge to `RepoHeader`.
73- [ ] **AI Trio Review UI indicator** — When trio review is enabled, show three separate verdict pills on the PR (Security ✓, Correctness ✓, Style ✓) not one combined comment. The data is already structured that way.
73- [x] 2026-06-06 **AI Trio Review UI indicator**`TrioVerdictPills` component added to `src/routes/pulls.tsx`. Three pills (Security/Correctness/Style) in the PR header meta div. Feature-flagged on `AI_TRIO_REVIEW_ENABLED=1`. Pills link to `#trio-review-section`. No extra DB query — reads from already-fetched `prComments`.
7474- [ ] **L1 sleep-mode column split**`sleep_mode_digest` and weekly digest share `last_digest_sent_at`. Add `last_sleep_digest_sent_at` column.
7575- [ ] **GitHub unlink route**`/settings/sso/unlink` removes any SSO link. Add dedicated `/settings/github/unlink`.
7676- [ ] **Branch preview expiry UX** — previews.tsx shows status pills (building/ready/failed/expired). Once expiry cleanup is wired, test the "expired" state renders correctly.
7777