{
  "markdown": "<h3 align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/kagan-sh/kagan/main/docs/public/favicon.svg\" width=\"80\" alt=\"Kagan\" /><br />\n  kagan\n</h3>\n\n<p align=\"center\">Supervised kanban for AI coding agents inside OpenCode.</p>\n\n<p align=\"center\">\n  <a href=\"https://docs.kagan.sh/\">Docs</a> · <a href=\"https://docs.kagan.sh/quickstart/\">Quickstart</a>\n</p>\n\n---\n\nKagan is an OpenCode plugin that turns agent work into supervised tasks on a kanban board. Each task is an OpenCode session running in an isolated git worktree, moving through **Backlog → In Progress → Review → Done** with a gate at every transition — intake before the agent runs, review before you approve, merge only on your say-so.\n\nThe agent never touches your checkout. It works on a `kagan/<slug>` branch in its own worktree, a reviewer agent files ranked findings against the original task, and nothing reaches Done until you've triaged every finding and chosen where — or whether — to merge.\n\n## Install\n\nYou need [OpenCode](https://opencode.ai/) **1.17.13** or newer (see `engines.opencode` in\n`package.json`).\n\nInstall globally so Kagan is available in every project:\n\n```bash\nopencode plugin -g @kagan-sh/kagan\n```\n\nOr add a local clone to both OpenCode config files:\n\n```json\n{\n  \"plugin\": [\"/path/to/kagan\"]\n}\n```\n\nOpen the board with `/kagan` from the command palette, the `kagan` palette command, or `<leader>k` (the leader key defaults to `ctrl+x`).\n\nFrom any regular OpenCode session, run `/kagan-task` to create board tasks conversationally — useful when planning several tickets at once without opening the board create dialog for each one.\n\nFor global npm installs, Kagan checks npm for newer stable releases and shows an available version in\nthe board footer. Press `u`, run `/kagan-update`, or use the command palette to review and confirm the\nupdate; Kagan then installs the exact release and asks you to restart OpenCode. Local, file, and\ndevelopment installs are never updated automatically. See\n[Updating](https://docs.kagan.sh/quickstart/#updating).\n\nPass options by using the array-of-array form, or open `/kagan-settings` from the project — see the [configuration reference](https://docs.kagan.sh/reference/configuration/).\n\n## Docs\n\nDocumentation is available in [`docs/`](https://docs.kagan.sh/).\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 2329,
  "sha": "4b6cd2778ed6ceebb0012f23138b9a4f5f07d81287d2fca20fdd4233d2fe3a66",
  "repo_slug": "kagan-sh/kagan",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_kagan_sh_kagan_69d497a5/readme"
}