{"id":49218326,"url":"https://github.com/corvidlabs/fledge","last_synced_at":"2026-05-02T06:03:51.984Z","repository":{"id":352312999,"uuid":"1214668005","full_name":"CorvidLabs/fledge","owner":"CorvidLabs","description":"One CLI, your whole dev lifecycle. Zero-config task runner, project scaffolding, AI review, and more.","archived":false,"fork":false,"pushed_at":"2026-04-24T01:25:43.000Z","size":1001,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-24T01:38:20.196Z","etag":null,"topics":["cli","developer-tools","existing-projects","project-templates","rust","scaffolding","task-runner","workflow","zero-config"],"latest_commit_sha":null,"homepage":"https://corvidlabs.github.io/fledge/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CorvidLabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-18T22:11:23.000Z","updated_at":"2026-04-24T00:53:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c62ea02-4d0c-44fd-b69d-43fac77d3f87","html_url":"https://github.com/CorvidLabs/fledge","commit_stats":null,"previous_names":["corvidlabs/fledge"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/CorvidLabs/fledge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvidLabs%2Ffledge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvidLabs%2Ffledge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvidLabs%2Ffledge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvidLabs%2Ffledge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CorvidLabs","download_url":"https://codeload.github.com/CorvidLabs/fledge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvidLabs%2Ffledge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32247508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"online","status_checked_at":"2026-04-25T02:00:06.260Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","developer-tools","existing-projects","project-templates","rust","scaffolding","task-runner","workflow","zero-config"],"created_at":"2026-04-24T01:08:42.194Z","updated_at":"2026-04-25T02:01:01.739Z","avatar_url":"https://github.com/CorvidLabs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fledge\n\n[![CI](https://github.com/CorvidLabs/fledge/actions/workflows/ci.yml/badge.svg)](https://github.com/CorvidLabs/fledge/actions/workflows/ci.yml)\n[![Crates.io](https://img.shields.io/crates/v/fledge)](https://crates.io/crates/fledge)\n[![Downloads](https://img.shields.io/crates/d/fledge)](https://crates.io/crates/fledge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Docs](https://img.shields.io/badge/docs-GitHub%20Pages-brightgreen)](https://corvidlabs.github.io/fledge/)\n\n**One CLI, your whole dev lifecycle.** Scaffold, build, review, ship — zero config for the common case.\n\n```bash\nfledge templates init my-tool --template rust-cli\ncd my-tool\nfledge lanes run ci  # lint + test + build, works out of the box\n```\n\n\u003e **Working with AI agents?** fledge has a first-class agent surface: every read command exposes `--json`, `FLEDGE_NON_INTERACTIVE=1` silences every prompt, `fledge ask` and `fledge review` are automatically spec-aware, and `fledge introspect --json` dumps the full command tree. Works with Claude CLI or Ollama (local, cloud, or self-hosted). See [AGENTS.md](./AGENTS.md) for the one-page guide.\n\n## Install\n\n```bash\ncargo install fledge              # from crates.io\nbrew install CorvidLabs/tap/fledge # homebrew\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eMore install options\u003c/summary\u003e\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/CorvidLabs/fledge/main/install.sh | sh\nnix run github:CorvidLabs/fledge\ngit clone https://github.com/CorvidLabs/fledge.git \u0026\u0026 cd fledge \u0026\u0026 cargo install --path .\n```\n\n\u003c/details\u003e\n\n## Quick Start\n\n**Already have a project?** Just use it — fledge auto-detects your stack:\n\n```bash\nfledge run test       # runs your language's test command\nfledge run build      # same for build\nfledge review         # AI code review via Claude\n```\n\n**Starting fresh?** Scaffold from a template:\n\n```bash\nfledge templates init my-app --template rust-cli     # built-in template\nfledge templates init my-app --template user/repo    # any GitHub repo\nfledge templates init my-app                         # interactive picker\n```\n\n## What's Inside\n\n| Stage | Commands | What it does |\n|-------|----------|-------------|\n| **Start** | `templates` (`init`, `create`, `search`, `publish`, `validate`, `update`, `list`) | Scaffold projects from local or remote templates |\n| **Build** | `run`, `lanes`, `config`, `doctor` | Task runner, workflow pipelines, environment checks |\n| **Develop** | `work`, `spec` | Feature branches, PRs, spec-sync |\n| **Review** | `review`, `ask`, `metrics`, `deps` | AI code review, codebase Q\u0026A, health checks |\n| **Ship** | `issues`, `prs`, `checks`, `changelog`, `release` | GitHub integration, CI status, releases |\n| **Extend** | `plugins`, `completions` | Community plugins, shell completions |\n\n## Built-in Templates\n\n`rust-cli` · `ts-bun` · `python-cli` · `go-cli` · `ts-node` · `static-site`\n\nBrowse community templates: `fledge templates search \u003ckeyword\u003e`\n\n## Examples\n\n- **[Community Templates](https://github.com/CorvidLabs/fledge-templates)** — 18 ready-to-use templates (angular-app, bun-api, deno-cli, mcp-server, rust-workspace, swift-pkg, and more)\n- **[Example Lanes](https://github.com/CorvidLabs/fledge-lanes)** — language-specific CI/CD pipelines\n- **[Example Plugin](https://github.com/CorvidLabs/fledge-plugin-deploy)** — deploy/rollback plugin reference\n\n## Learn More\n\n- **[Full Documentation](https://corvidlabs.github.io/fledge/)** — commands, configuration, guides\n- **[Template Authoring](https://corvidlabs.github.io/fledge/template-authoring.html)** — create and publish your own templates\n- **[Lanes Guide](https://corvidlabs.github.io/fledge/lanes.html)** — task pipelines and workflow automation\n- **[Plugins Guide](https://corvidlabs.github.io/fledge/plugins.html)** — extend fledge with community tools\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, guidelines, and how to submit changes.\n\n## Security\n\nSee [SECURITY.md](SECURITY.md) for the security policy and how to report vulnerabilities.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorvidlabs%2Ffledge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorvidlabs%2Ffledge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorvidlabs%2Ffledge/lists"}