[Phase 1] Help text restructure - show parent commands #244

Closed
opened 2026-04-08 06:34:34 +02:00 by shoko · 1 comment
Owner

Problem

Currently kugetsu help shows all commands inline, requiring scrolling to understand the command hierarchy.

Solution

Restructure help to show parent commands:

  • kugetsu / kugetsu help - show parent commands only
  • kugetsu queue - show queue subcommands (list, stats, clear, enqueue)
  • kugetsu queue daemon - show daemon subcommands (start, stop, restart, status, logs)
  • kugetsu session - show session subcommands

Status

READY - No dependencies

Files

  • skills/kugetsu/scripts/kugetsu (main dispatcher)

Parent: #235

## Problem Currently `kugetsu help` shows all commands inline, requiring scrolling to understand the command hierarchy. ## Solution Restructure help to show parent commands: - `kugetsu` / `kugetsu help` - show parent commands only - `kugetsu queue` - show queue subcommands (list, stats, clear, enqueue) - `kugetsu queue daemon` - show daemon subcommands (start, stop, restart, status, logs) - `kugetsu session` - show session subcommands ## Status **READY** - No dependencies ## Files - skills/kugetsu/scripts/kugetsu (main dispatcher) ## Related Issue Parent: #235
shoko added the ready label 2026-04-08 06:38:27 +02:00
Author
Owner

Implemented in PR #255: #255

Implemented in PR #255: https://git.fbrns.co/shoko/kugetsu/pulls/255
shoko closed this issue 2026-04-08 07:50:09 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/kugetsu#244