Open Source

Developer tools built in the open. Code intelligence, spec-driven development, and MCP server management.

Advance

Open Source
1

Spec-driven engineering infrastructure for OpenCode. Turn AI-assisted development into a governed loop with specs as laws, 7 gates, Temporal-backed task state, and evidence-first delivery.

  • Specs as laws with proposal, agreement, and archive artifacts
  • 7-gate workflow from proposal through release
  • Temporal-backed change and task orchestration
  • TDD evidence, checkpoints, review, and hardening built in
  • OpenCode-first, with Claude Code and ACP-first versions planned

Technical Details

  • Temporal workflow engine for durable change and task state with replay-safe updates
  • 7-gate state machine: proposal → discovery → design → planning → execution → acceptance → release
  • Spec-as-law model: committed .adv/specs/*.md files serve as architectural contracts
  • Contract minting with review matrices for evidence-based acceptance gate
  • Per-change git worktree isolation with merge-before-delete protocol
  • TDD protocol (RED/GREEN) with checkpoint commits and doom-loop detection
  • Sub-agent orchestration: adv-engineer, adv-researcher, adv-reviewer with depth-1 nesting limit
Explore Advance

Vision

Open Source
2

Autonomous MCP Gateway. Manage, monitor, and coordinate multiple MCP servers from a single daemon with hot-reload and health monitoring.

  • Single daemon, multiple MCP servers
  • Hot-reload configuration changes
  • Health monitoring and auto-restart
  • Catalog of pre-configured servers
  • OpenCode integration out of the box

Technical Details

  • MCP protocol gateway — proxies JSON-RPC between OpenCode and managed MCP servers
  • YAML-based server config with hot-reload (no restart for config changes)
  • Process lifecycle management: spawn, health-check, auto-restart crashed servers
  • HTTP proxy mode for remote MCP servers (Context7, Exa, searchcode)
  • OpenCode plugin integration — servers register via opencode.jsonc
  • Catalog of pre-configured servers: context7, exa, lgrep, time, playwright
  • Systemd user service support with vision daemon status/reload CLI
Explore Vision