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.
Wire up clap subcommands to storage and display layers: - Cli struct with global --json flag and Create/Read/List/Update subcommands - cmd_create: generates ID, validates priority and deps, writes and prints ticket - cmd_read: looks up ticket by ID and prints it - cmd_list: lists all tickets sorted by priority - cmd_update: reads existing ticket, merges only provided flags, writes and prints - parse_status, parse_ticket_type, parse_deps, validate_deps helpers - 8 integration tests using process::Command against a tempdir - Fix clippy: map_or(false, …) → is_some_and(…) in store.rs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
3 months ago | |
|---|---|---|
| .. | ||
| .claude | 3 months ago | |
| src | 3 months ago | |
| tests | 3 months ago | |
| CLAUDE.md | 3 months ago | |
| Cargo.lock | 3 months ago | |
| Cargo.toml | 3 months ago | |
| PLAN.md | 3 months ago | |