All plugins

Harness Component — Plugin

Beads

AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.

Runtimeclaude-code
Intentbuild

Definition

{ "name": "beads", "description": "AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.", "version": "1.1.0-rc.1", "author": { "name": "Steve Yegge", "url": "https://github.com/steveyegge" }, "repository": "https://github.com/gastownhall/beads", "license": "MIT", "homepage": "https://github.com/gastownhall/beads", "keywords": [ "issue-tracker", "task-management", "ai-workflow", "agent-memory" ], "skills": "./skills/", "commands": "./skills/beads/commands/", "hooks": { "SessionStart": [ { "matcher": "", "hooks": [ { "type": "command", "command": "bd prime" } ] } ], "PreCompact": [ { "matcher": "", "hooks": [ { "type": "command", "command": "bd prime" } ] } ] } }

View full source (970 chars) on GitHub