Revert "feat(kanban): durable multi-profile collaboration board (#16081)" (#16098)

This reverts commit 15937a6b46.
This commit is contained in:
Teknium
2026-04-26 08:29:37 -07:00
committed by GitHub
parent 9ef1ae138a
commit 06f81752ed
14 changed files with 1 additions and 2923 deletions

View File

@@ -140,11 +140,6 @@ COMMAND_REGISTRY: list[CommandDef] = [
CommandDef("cron", "Manage scheduled tasks", "Tools & Skills",
cli_only=True, args_hint="[subcommand]",
subcommands=("list", "add", "create", "edit", "pause", "resume", "run", "remove")),
CommandDef("kanban", "Multi-profile collaboration board (tasks, links, comments)",
"Tools & Skills", args_hint="[subcommand]",
subcommands=("list", "ls", "show", "create", "assign", "link", "unlink",
"claim", "comment", "complete", "block", "unblock", "archive",
"tail", "dispatch", "context", "init", "gc")),
CommandDef("reload", "Reload .env variables into the running session", "Tools & Skills",
cli_only=True),
CommandDef("reload-mcp", "Reload MCP servers from config", "Tools & Skills",