Skip to main content

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.

2026-04-10
BreakingArchitectureInfra
Unreleased

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.md import
  • 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
2026-03-31
FeatureDocsRebrand
v0.6.0

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
2026-03-29
FeatureDashboard
v0.5.0

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
2026-03-27
FeatureSecurity
v0.4.0

Setup wizard, encrypted credentials, GitHub Issues adapter

  • Interactive setup wizard at /setup with 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
2026-03-26
FeatureInfra
v0.3.0

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
2026-03-25
FeatureDashboard
v0.2.0

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
2026-03-24
Release
v0.1.0

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 (logfmt and json formats)
  • 50+ REST API endpoints for runtime state, config, and issue management
Last modified on April 10, 2026