Documentation Index
Fetch the complete documentation index at: https://docs.risolu.to/llms.txt
Use this file to discover all available pages before exploring further.
v1 architecture rewrite, agent-readiness refactor, CI hardening
Post-v0.6.0 work on the v1 release branch. Not yet tagged.- v1 architecture rewrite (2aa37fa) — removed the JSONL write path, split five “God Views” into dedicated operator surfaces, replaced the DirtyTracking heuristic, isolated the Codex control plane from the rest of the runtime, and fixed a bubblewrap sandbox regression
- Agent-readiness hooks (4167da1) — compaction-recovery hooks, guardrail hooks, and delegation hooks for Claude Code and Codex workflows, plus 9 rule files and a consolidated
@AGENTS.mdimport - Dependabot + dead code + API contract + E2E selector fixes (1dd2461) — resolved open dependabot alerts, pruned dead code, tightened the HTTP API contract, and stabilized Playwright selectors for the new v1 views
- Docs-site sync: added missing Notifications, Automations, Alerts, and Codex operator endpoint reference,
mergePolicy,stateMachine, and multi-repo routing configuration, and webhook + container resource metric references
Webhook integration, Mintlify docs, Risoluto rebrand
- Linear webhooks — real-time issue updates without polling delay
- Mintlify documentation site with interactive API playground, recipes, and operator guides
- Rebrand from Symphony to Risoluto — new name, domains (
risolu.to,risoluto.dev), and updated branding throughout - Dependency bumps across all packages
Dashboard overhaul, prompt templates, model overrides
- Dashboard redesign — board view, overview panels, live event feed via SSE
- Prompt template editor with CodeMirror syntax highlighting
- Per-issue model overrides — switch models from the dashboard or API
- Cost tracking — per-issue and aggregate token usage visible in the UI
- Improved agent lifecycle notifications in Slack
Setup wizard, encrypted credentials, GitHub Issues adapter
- Interactive setup wizard at
/setupwith PKCE browser sign-in - AES-256 encrypted credential store with master key rotation support
- GitHub Issues adapter — use GitHub Issues as an alternative to Linear
- OpenAPI 3.1 spec exported with auto-generated endpoint pages
- Configuration overlay API (
PUT /api/v1/config/overlay) - Audit log for config and secret mutations
Docker sandbox, Codex integration, retry logic
- Docker sandbox with
--cap-drop=ALL, resource limits, and optional gVisor runtime - Codex CLI integration via JSON-RPC app-server protocol
- Retry with exponential backoff — up to 5 continuation attempts per issue
- Stall detection — agents with no events for the configured timeout are killed automatically
- Sandbox image build integrated into CI pipeline
- E2E lifecycle test suite against real Linear + GitHub APIs
Linear polling, workspace management, basic dashboard
- Linear polling with priority-based dispatch and configurable interval
- Workspace isolation — directory and worktree strategies
- Basic dashboard with issue list and status indicators
- Git automation: clone, branch, commit, push
- Prometheus metrics endpoint (
GET /metrics) - Sentry error tracking support
Initial release
- Core orchestration engine with poll-dispatch-deliver loop
- Linear adapter with project selection and state transitions
- SQLite-backed attempt history with WAL mode
- CLI entry point with port configuration
- Pino structured logging (
logfmtandjsonformats) - 50+ REST API endpoints for runtime state, config, and issue management