Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Chant
intent driven development

Write specs in markdown. Agents execute them. Everything is git-tracked.

chant add "Add user authentication"
chant work 001
# Agent implements the spec
# Changes committed automatically

Documentation

Getting Started

Core Concepts

Architecture

Guides

Reference

Enterprise

Building Documentation

This documentation is built using mdbook.

To build the documentation locally:

# Install mdbook if needed
cargo install mdbook

# Build the documentation
mdbook build docs

# Or serve with live reload
mdbook serve docs

The built documentation will be in docs/book/.

Installation

See the Installation Guide for detailed instructions.

Quick options:

  • Homebrew: brew tap lex00/tap && brew install chant
  • Cargo: cargo install --git https://github.com/lex00/chant
  • Direct download: Visit the Releases page

Chant
Intent Driven Development