{"id":43828184,"url":"https://github.com/basilisk-labs/agentplane","last_synced_at":"2026-04-25T10:09:51.471Z","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-04-25T10:09:51.459Z","avatar_url":"https://github.com/basilisk-labs.png","language":"TypeScript","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**Git-native control plane for auditable agent work.**\n\nPut coding agents on a governed Git workflow.\n\nAgentPlane is a local CLI for agent-driven development inside a git repository. It runs in your repo, not in a hosted runtime, and adds visible workflow artifacts such as `AGENTS.md` or `CLAUDE.md`, `.agentplane/`, task records, verification state, and deterministic closure. Teams trust it because approvals, task state, verification, and finish are explicit instead of implied. Use `agentplane` when you want agents to work inside a governed repository workflow rather than as an opaque assistant.\n\n## What AgentPlane is\n\nAgentPlane is a repository-native workflow layer for agent work.\n\nIt does not replace git, your editor, or your terminal. It sits inside an existing repository and gives agent execution a visible operating model:\n\n- a policy gateway in the repo root\n- a repo-local workspace in `.agentplane/`\n- task state with ownership and dependencies\n- verification and closure recorded in the repository\n- workflow modes for both short loops and stricter team integration\n\n## Why teams use it\n\nTeams use AgentPlane when \"just let the agent change files\" is not enough.\n\n- **Trust comes from visible state**. Approvals, task transitions, verification, and finish are all recorded in the repo.\n- **The workflow stays local and inspectable**. There is no hosted control plane sitting between your repository and your team.\n- **Agents work inside git, not around it**. Commits, review points, and closure remain explicit.\n- **You can pick the right integration style**. Use `direct` for short loops or `branch_pr` for stricter handoff and integration.\n\n## What appears in your repository\n\nA repository using AgentPlane typically includes a small set of visible artifacts so the workflow stays legible to both humans and agents.\n\n```text\nAGENTS.md or CLAUDE.md   Policy gateway for the repository\n.agentplane/            Repo-local workspace and workflow state\n.agentplane/config.json Current repo configuration\n.agentplane/tasks/      Per-task records\n.agentplane/WORKFLOW.md Materialized workflow contract\n.agentplane/tasks.json  Optional exported task snapshot derived from the current backend projection\n```\n\nThese files matter because they make agent work inspectable. A reviewer can see what policy governs the repo, what task is active, what was verified, and how the task was closed.\n\n## Framework control plane\n\nInside the CLI, AgentPlane now resolves one explicit framework control plane before recipe-specific or runner-specific behavior runs:\n\n- a resolved harness contract for repo policy, workflow, task rules, and backend restrictions\n- one canonical execution context carrying capabilities, approvals, execution profile runtime, task intake, and trace-ready behavior state\n- traced behavior precedence: `harness -\u003e extension -\u003e user -\u003e builtin`\n- machine-readable explain and protocol surfaces that persist the resolved framework inputs into shared runner artifacts\n\nIf you are extending the framework instead of only using the CLI, start with [Architecture](docs/developer/architecture.mdx) and [Harness Engineering](docs/developer/harness-engeneering.mdx).\n\n## 2-minute quickstart\n\nInstall the CLI:\n\n```bash\nnpm install -g agentplane\n```\n\nInitialize your repository and print the built-in startup guide:\n\n```bash\nagentplane init\nagentplane quickstart\n```\n\n`agentplane init` creates the repo-local workflow surface: a policy gateway file (`AGENTS.md` or `CLAUDE.md`), `.agentplane/config.json`, built-in agent profiles, task storage, and workflow state such as `.agentplane/WORKFLOW.md`.\n\nThe default path is `direct`, and the daily loop starts with a task instead of a free-form prompt:\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 start-ready \u003ctask-id\u003e --author DOCS --body \"Start: ...\"\nagentplane task verify-show \u003ctask-id\u003e\nagentplane verify \u003ctask-id\u003e --ok --by REVIEWER --note \"Looks good\"\nagentplane finish \u003ctask-id\u003e --author DOCS --body \"Verified: ...\" --result \"One-line outcome\" --commit \u003cgit-rev\u003e\n```\n\nIf your repository requires explicit plan approval, run `agentplane task plan approve \u003ctask-id\u003e --by ORCHESTRATOR` before `agentplane task start-ready`.\n\nIf you need structured worktrees and PR-style integration, switch to `branch_pr` before you begin active work:\n\n```bash\nagentplane config set workflow_mode branch_pr\n```\n\nFor exact flags and recovery paths, use:\n\n- [Overview](docs/user/overview.mdx)\n- [Setup](docs/user/setup.mdx)\n- [Commands](docs/user/commands.mdx)\n\n## Workflow modes\n\nAgentPlane supports two integration styles.\n\n### `direct`\n\n- single checkout\n- short loops in the current working tree\n- good for solo work and fast iteration\n- default mode after `agentplane init`\n\n### `branch_pr`\n\n- structured per-task branch or worktree flow\n- explicit PR artifacts under `.agentplane/tasks/\u003ctask-id\u003e/pr/`\n- better fit when integration must stay separate from implementation\n- use it when the repository needs stricter handoff and integration discipline\n\nThe difference is workflow discipline, not product tiering.\n\n## Typical task flow\n\nThe normal happy path is short and explicit:\n\n1. Run preflight and inspect the current repo state.\n2. Create the task and record the plan.\n3. Start the task with `agentplane task start-ready`.\n4. Implement the change in the repository.\n5. Print `Verify Steps` and record the result with `agentplane verify`.\n6. Close the task with `agentplane finish`.\n\nUnder `direct`, `finish` creates the deterministic close commit by default. Under `branch_pr`, integration stays more structured and PR-oriented.\n\n## When to use it\n\nUse AgentPlane when:\n\n- you want agents to work inside a real git repository\n- you need explicit approvals, task state, verification, and closure\n- you want repo-local artifacts that show what happened and why\n- you need a governed workflow instead of a chat-style assistant loop\n\nDo not use AgentPlane when:\n\n- you are looking for a hosted agent platform\n- you want a generic prompt framework\n- you want the tool to hide git or replace your editor\n\n## Documentation\n\nStart here:\n\n- [Overview](docs/user/overview.mdx)\n- [Workflow](docs/user/workflow.mdx)\n- [Commands](docs/user/commands.mdx)\n- [Configuration](docs/user/configuration.mdx)\n- [Backends](docs/user/backends.mdx)\n- [CLI reference (generated)](docs/user/cli-reference.generated.mdx)\n\nDeveloper and release docs:\n\n- [Architecture](docs/developer/architecture.mdx)\n- [Framework refactor program](docs/developer/framework-refactor-program.mdx)\n- [CLI contract](docs/developer/cli-contract.mdx)\n- [Release and publishing](docs/developer/release-and-publishing.mdx)\n- [Release notes](docs/releases/)\n\nIf you need the deeper execution philosophy, keep it below the product surface:\n\n- [Harness Engineering](docs/developer/harness-engeneering.mdx)\n\n## Contributing\n\nContributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"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"}