fledge templates
Scaffold from built-in or community templates. Post-hooks, git init, dependency setup. Reproducible from day one.
Templates docs →
Scaffold, build, test, review, and release from one binary.
Structured JSON for AI agents. Pretty output for humans.
cargo install fledge
Stable v1.4 release. Single binary. Cross-platform. MIT licensed.
Makefile for tasksshell scripts for releases$ fledge run test
$ fledge review
$ fledge release patch
One config. One interface. Everything connects.
fledge templatesScaffold from built-in or community templates. Post-hooks, git init, dependency setup. Reproducible from day one.
Templates docs →fledge runAuto-detects Rust, Node, Go, Python, Swift, Ruby, and Java. One command for build, test, lint. No Makefile required.
Tasks & lanes docs →fledge specKeep specs and code in sync. spec check fails CI before your API breaks production.
fledge review & askSpec-aware AI review via Ollama or Claude. Panel critiques with --with-model. Ask questions about your codebase with fledge ask.
fledge releasePick a bump (patch/minor/major); fledge writes the changelog from conventional commits, tags, and pushes.
fledge pluginsExtend with curated defaults or community plugins. Composable lanes for custom workflows.
Plugins docs →Fledge adapts its output to whoever (or whatever) is calling it.
$ fledge review
â Reviewing changes against main [claude]
â src/auth.rs:54: unhandled Result
â 7 files clean
Colored output, inline findings, spec-aware analysis.
$ fledge review --json
{"schema_version": 1,
"action": "review", ...}
$ fledge run test --json
{"schema_version": 1,
"action": "run_task", ...}
Strict JSON, no prompts, machine-parseable. Your agents finally understand the codebase.
$ fledge doctor
â
fledge config loaded
â
repository â remote configured
â
Active provider: ollama
$ fledge run dev
Guided setup, env checks, zero tribal knowledge. New hires push code on day one.
Same tool. Different flags.
One fledge.toml per repo. Every project runs the same way. No more “works on my machine.”
Specs drift? CI catches it. fledge spec check ensures docs and code never diverge.
fledge doctor validates the entire environment. fledge templates init my-app scaffolds with team templates.
LOC, test ratios, churn. Install default plugins with fledge plugins install --defaults, then fledge metrics works immediately.
Fledge plugins are standalone executables distributed via GitHub. Curated defaults for the common case, discover more with fledge plugins search.
cargo install fledge
or brew install CorvidLabs/tap/fledge
or curl -fsSL https://raw.githubusercontent.com/CorvidLabs/fledge/main/install.sh | sh
fledge templates init my-app
or run in an existing project
fledge release patch
bump, changelog, tag, push — one shot