- Rust 1.94.0 or later
- Git
From the repository root:
cargo build
cargo test
cargo clippy --all-targets --all-featuresCompile a workflow from source, then verify its generated pipeline:
cargo run -- compile --force path/to/agent.md
cargo run -- check path/to/agent.lock.ymlThe documentation site lives in site/:
cd site
npm ci
npm run build