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

@@ -4780,13 +4780,6 @@ def cmd_webhook(args):
webhook_command(args)
def cmd_kanban(args):
"""Multi-profile collaboration board."""
from hermes_cli.kanban import kanban_command
return kanban_command(args)
def cmd_hooks(args):
"""Shell-hook inspection and management."""
from hermes_cli.hooks import hooks_command
@@ -8123,13 +8116,6 @@ For more help on a command:
webhook_parser.set_defaults(func=cmd_webhook)
# =========================================================================
# kanban command — multi-profile collaboration board
# =========================================================================
from hermes_cli.kanban import build_parser as _build_kanban_parser
kanban_parser = _build_kanban_parser(subparsers)
kanban_parser.set_defaults(func=cmd_kanban)
# =========================================================================
# hooks command — shell-hook inspection and management
# =========================================================================