You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
387 B
Markdown
12 lines
387 B
Markdown
---
|
|
# claudbg-pkyj
|
|
title: Implement main CLI entry point and subcommand structure
|
|
status: todo
|
|
type: task
|
|
created_at: 2026-03-27T19:38:56Z
|
|
updated_at: 2026-03-27T19:38:56Z
|
|
parent: claudbg-h7xu
|
|
---
|
|
|
|
Wire up clap App with top-level subcommands: sessions, agents, index, tui, query. Each subcommand is a separate clap subcommand group. Binary entry point dispatches to the correct handler.
|