Open Source

Tools that sharpen your workflow. Built for developers who value precision.

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

Concord

Coming Soon

Product-first coordination for one operator and many local AI agents. Concord holds accepted Product law, typed contracts, and a workflow engine, so agent work is recorded as evidence instead of asserted in chat.

  • Accepted decisions and specifications carry Product law
  • A typed tool surface where an unknown operation fails closed
  • Workflow state that only the session authority can advance
  • Reproduction, root cause, and verdict recorded per work item
  • One git worktree per change, claimed through typed operations

Technical Details

  • Typed operation manifest — an unknown tool, operation, or digest is refused, never down-converted
  • SQLite-backed store and workflow engine with transaction-scoped access
  • Workflow registry with approval-gated actions at human checkpoints
  • Per-work git worktrees claimed, verified, and released through typed operations
  • Machine-readable contracts and scenarios generated from a single manifest
  • Bubble Tea terminal launcher, JSON CLI, and an OpenCode TypeScript adapter
  • Repository validators for knowledge closure, document contract, and release grammar
Explore Concord

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