Skip to content

v0.2.21

Choose a tag to compare

@MartinAndreev MartinAndreev released this 10 Jul 21:54
ae0220f

Conduit v0.2.21

First public release of Conduit: a spec-driven terminal orchestrator for coding-agent teams.

Highlights

  • Refine stories into implementation-ready specs, contracts, tasks, and QA cases with Codex.
  • Architect clarification loop: Conduit pauses for unanswered product or technical questions instead of silently assuming.
  • Parallel, isolated role runs for frontend, backend, QA, documentation, research, and review.
  • Supports Codex, OpenCode, Pi, and Kilo runners with per-role model configuration.
  • Interactive OpenTUI dashboards with collapsed agent output, real diffs, file navigation, and scrollbars.
  • Worker prompts run from inside isolated worktrees to preserve project boundaries.
  • Local-first execution records, generated specs, configurable roles, and editable role skills.
  • Standalone Bun-compiled binaries for Linux, macOS, and Windows.

Quality and release tooling

  • ESLint 10, Prettier, Commitlint, Husky, lint-staged, and PR verification workflows.
  • MIT licensed.
  • npm package build plus standalone release installers.

Requirements

  • Node.js 22+ for the npm package.
  • Bun is required only to build or publish Conduit; end users of the npm package or standalone binaries do not need Bun at runtime.