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.
387 B
387 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| Implement main CLI entry point and subcommand structure | todo | task | 2026-03-27T19:38:56Z | 2026-03-27T19:38:56Z | 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.