{"id":43828184,"url":"https://github.com/basilisk-labs/agentplane","last_synced_at":"2026-05-23T09:03:19.774Z","repository":{"id":336062134,"uuid":"1143137828","full_name":"basilisk-labs/agentplane","owner":"basilisk-labs","description":"Governed CLI framework for deterministic, auditable AI agent workflows","archived":false,"fork":false,"pushed_at":"2026-02-09T10:38:53.000Z","size":4337,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-09T13:58:15.758Z","etag":null,"topics":["agent-orchestration","ai-agents","automation","cli","developer-tools","devops","governance","llm","policy-driven","workflow"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/basilisk-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"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-01-27T08:03:43.000Z","updated_at":"2026-02-09T10:38:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/basilisk-labs/agentplane","commit_stats":null,"previous_names":["basilisk-labs/agentplane"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/basilisk-labs/agentplane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilisk-labs%2Fagentplane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilisk-labs%2Fagentplane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilisk-labs%2Fagentplane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilisk-labs%2Fagentplane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basilisk-labs","download_url":"https://codeload.github.com/basilisk-labs/agentplane/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilisk-labs%2Fagentplane/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["agent-orchestration","ai-agents","automation","cli","developer-tools","devops","governance","llm","policy-driven","workflow"],"created_at":"2026-02-06T02:36:41.439Z","updated_at":"2026-05-01T21:05:45.826Z","avatar_url":"https://github.com/basilisk-labs.png","language":"TypeScript","funding_links":[],"categories":["Harnesses \u0026 orchestration","Workflow Infrastructure \u0026 Design"],"sub_categories":["Agent infrastructure"],"readme":"![Agent Plane Header](docs/assets/header.png)\n\n# AgentPlane\n\n[![npm](https://img.shields.io/npm/v/agentplane.svg)](https://www.npmjs.com/package/agentplane)\n[![Downloads](https://img.shields.io/npm/dm/agentplane.svg)](https://www.npmjs.com/package/agentplane)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n[![Node.js 20+](https://img.shields.io/badge/Node.js-20%2B-3c873a.svg)](docs/user/prerequisites.mdx)\n[![CLI Contract](https://img.shields.io/badge/CLI-contract-111827.svg)](docs/developer/cli-contract.mdx)\n[![Core CI](https://github.com/basilisk-labs/agentplane/actions/workflows/ci.yml/badge.svg)](https://github.com/basilisk-labs/agentplane/actions/workflows/ci.yml)\n[![test:fast](https://img.shields.io/badge/test%3Afast-Core%20CI-2563eb.svg)](https://github.com/basilisk-labs/agentplane/actions/workflows/ci.yml)\n[![coverage](https://img.shields.io/badge/coverage-Core%20CI-2563eb.svg)](https://github.com/basilisk-labs/agentplane/actions/workflows/ci.yml)\n[![release:parity](https://img.shields.io/badge/release%3Aparity-Core%20CI-2563eb.svg)](https://github.com/basilisk-labs/agentplane/actions/workflows/ci.yml)\n[![knip](https://img.shields.io/badge/knip-roadmap-f59e0b.svg)](ROADMAP.md#2026q2-refactor-status)\n\n**Use coding agents without losing Git discipline.**\n\nAgentPlane is a local CLI that makes Claude Code, Codex, Cursor, Aider, and similar coding-agent\nwork auditable inside your Git repository:\n\n```text\ntask -\u003e plan -\u003e approve -\u003e implement -\u003e verify -\u003e finish\n```\n\nNo hosted runtime. No hidden state. Everything stays in your repo.\n\n## Install\n\n```bash\nnpm i -g agentplane\nagentplane init\nagentplane quickstart\n```\n\nRequirements:\n\n- Node.js 20+\n- Git repository\n- Local terminal\n\n## Why it exists\n\nCoding agents can change files. Teams still need to know what happened:\n\n- What task was the agent solving?\n- What plan was approved?\n- What changed in the repository?\n- What was verified?\n- Why was the task considered finished?\n\nAgentPlane adds a visible workflow layer around agent work without replacing Git, your editor, or\nyour terminal.\n\n## What appears in your repository\n\n```text\nAGENTS.md or CLAUDE.md   Policy gateway for the repository\n.agentplane/            Repo-local workflow workspace\n.agentplane/config.json Current workflow configuration\n.agentplane/tasks/      Per-task records\n.agentplane/WORKFLOW.md Materialized workflow contract\nverification records    Stored in task docs\nfinish record           Linked to the Git revision\n```\n\nThese artifacts make agent work inspectable. A reviewer can see what policy governed the repo, what\ntask was active, what plan was accepted, what checks ran, and how the task was closed.\n\n## How it works\n\n```bash\nagentplane task new --title \"First task\" --description \"Describe the change\" --priority med --owner DOCS --tag docs\nagentplane task plan set \u003ctask-id\u003e --text \"Explain the plan\" --updated-by DOCS\nagentplane task plan approve \u003ctask-id\u003e --by ORCHESTRATOR\nagentplane task start-ready \u003ctask-id\u003e --author DOCS --body \"Start: ...\"\n# run Claude Code, Codex, Cursor, Aider, or edit manually\nagentplane task verify-show \u003ctask-id\u003e\nagentplane verify \u003ctask-id\u003e --ok --by DOCS --note \"Checks passed\"\nagentplane finish \u003ctask-id\u003e --author DOCS --body \"Verified: checks passed.\" --result \"One-line outcome\" --commit \u003cgit-rev\u003e\n```\n\nIf your repository does not require explicit plan approval, skip `task plan approve`.\n\n## Without vs with AgentPlane\n\n| Without AgentPlane       | With AgentPlane                 |\n| ------------------------ | ------------------------------- |\n| Prompt in chat           | Task is recorded                |\n| Agent edits files        | Plan is explicit                |\n| Human inspects diff      | Approval is visible             |\n| Context is scattered     | Verification is stored          |\n| Verification is implicit | Finish creates closure evidence |\n| Closure is manual        | Everything lives close to Git   |\n\n## Who it is for\n\n- Developers using Claude Code, Codex, Cursor, Aider, or local coding agents.\n- Maintainers who want agent changes to remain reviewable.\n- Teams that need task state, verification, and closure before merging agent-generated work.\n- Local-first builders who do not want a hosted agent runtime between their repo and their workflow.\n\n## What it is not\n\n- Not a hosted agent platform.\n- Not a prompt framework.\n- Not a replacement for Git.\n- Not a replacement for your editor.\n- Not a replacement for Claude Code, Codex, Cursor, or Aider.\n\n## Workflow modes\n\n### `direct`\n\nFast local loops in the current checkout. Good for solo work, prototypes, and short tasks.\n\n### `branch_pr`\n\nStructured per-task branch and PR-style handoff. Good for teams, stricter review, and integration\nboundaries.\n\n## Workflow guides\n\nStart from the guide that matches your current stack:\n\n- [AgentPlane + Claude Code](docs/workflow-guides/claude-code.mdx)\n- [AgentPlane + Codex](docs/workflow-guides/codex.mdx)\n- [AgentPlane + Cursor](docs/workflow-guides/cursor.mdx)\n- [AgentPlane + Aider](docs/workflow-guides/aider.mdx)\n- [AgentPlane + GitHub Actions](docs/workflow-guides/github-actions.mdx)\n- [AgentPlane + branch_pr workflow](docs/workflow-guides/branch-pr.mdx)\n\nEach guide includes when to use it, commands, expected repo artifacts, limitations, and a\ncopy-paste flow. Installable recipes are separate signed packages; the current catalog starts with\n[Code Map](docs/recipes/code-map.mdx).\n\n## Documentation\n\nStart here:\n\n- [Overview](docs/user/overview.mdx)\n- [Setup](docs/user/setup.mdx)\n- [Workflow](docs/user/workflow.mdx)\n- [Task lifecycle](docs/user/task-lifecycle.mdx)\n- [Commands](docs/user/commands.mdx)\n- [CLI reference (generated)](docs/user/cli-reference.generated.mdx)\n\nDeveloper surfaces:\n\n- [Architecture](docs/developer/architecture.mdx)\n- [CLI contract](docs/developer/cli-contract.mdx)\n- [Harness engineering](docs/developer/harness-engineering.mdx)\n- [Release and publishing](docs/developer/release-and-publishing.mdx)\n\nDeep architecture terms such as framework control plane, harness contract, protocol surfaces, and\nbehavior precedence belong in the developer docs, not in the first-start path.\n\n## Technical proof\n\n- MIT licensed.\n- TypeScript codebase.\n- Local-first CLI.\n- Active release history.\n- No hosted control plane.\n\n## Contributing\n\nContributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasilisk-labs%2Fagentplane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasilisk-labs%2Fagentplane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasilisk-labs%2Fagentplane/lists"}