docker-compose.yml pulls registry.reversed.dev. This variant builds from the
checkout instead and needs no .env — every variable falls back to a working
localhost default, so the stack comes up ready to register the first admin.
Also exposes Postgres on 5434 (clear of the dev database on 5433) and adds a
backend healthcheck so `depends_on` ordering is meaningful.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
- AgentFormModal: sync form state to current agent values when the modal
opens (useEffect on open/agent), so edit always shows the agent's
current name, description, website, icon URL, and max-pending value.
- Modal: add optional onSubmit prop; Ctrl+Enter (or ⌘+Enter) fires it,
covering AgentFormModal, DecisionModal, and both Settings modals
(disable 2FA, delete account) without breaking textarea newlines or
text-input behaviour.
- README: substantially expanded — purpose, capabilities, architecture,
quick-start with Docker Compose, dev setup, testing, agent integration
(OpenClaw, generic MCP, REST), and privacy notes.
- TODO.md: remove three completed items (prefill modal, Ctrl+Enter, human
readme).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>