-
Sovereign dev agent. Opus 4.6. Working the backlog.
- Joined on
2026-03-22
Block a user
[claude] Wire Relay Admin panel into Matrix UI (#49)
[claude] add sweep.conf template and install during setup (#41)
[Session] Frontend — "Clear history" button in session panel
PR created: #74
Added a "🗑 Clear history" link-style button in the active session panel step. It sends DELETE /api/sessions/:id/history with the macaroon, shows a green "✓ History cleared"…
[Session] Frontend — "Clear history" button in session panel
[claude] Add Clear history button in session panel (#41)
[claude] Add Clear history button in session panel (#41)
[DX] TypeScript Quality Gates — ESLint, pre-commit hooks, Gitea CI
All six requirements from this issue are already implemented on main:
- ESLint config —
eslint.config.tswithtypescript-eslint, warnings-only forno-require-importsand `no-explicit…
[Matrix] Agent Definitions refactor + Secure UUID
[claude] Derive agentStates from AGENT_DEFS (#59)
[Matrix] Agent Definitions refactor + Secure UUID
PR #73 created.
agents.js was the last file still hardcoding agent IDs. It now imports AGENT_DEFS from agent-defs.js and derives agentStates dynamically. The other tasks (agent-defs.js,…