Skip to content

feat: add tasklin add CLI command for creating tickets#1

Open
YamiDaisuke wants to merge 5 commits into
mainfrom
claude/add-ticket-creation-cli-w67D7
Open

feat: add tasklin add CLI command for creating tickets#1
YamiDaisuke wants to merge 5 commits into
mainfrom
claude/add-ticket-creation-cli-w67D7

Conversation

@YamiDaisuke
Copy link
Copy Markdown
Owner

Supports --label (-l, repeatable) and --status (-s) flags; prints
the new ticket number and title as confirmation. Labels are merged
into labels.yaml for TUI autocomplete.

https://claude.ai/code/session_01BYNzLwixHZvfrTxgxd6Bh3

claude added 5 commits May 14, 2026 23:40
Supports --label (-l, repeatable) and --status (-s) flags; prints
the new ticket number and title as confirmation. Labels are merged
into labels.yaml for TUI autocomplete.

https://claude.ai/code/session_01BYNzLwixHZvfrTxgxd6Bh3
Takes a ticket ID and target status; resolves status case-insensitively
and is a no-op when the ticket is already in the target status. Prints
`#<id> → <status>` on success and records a Transition entry.

https://claude.ai/code/session_01BYNzLwixHZvfrTxgxd6Bh3
Removes a ticket from tickets.yaml and archives it to deleted.yaml so
IDs are never reused. Prints `#<id> <title> deleted` on success.

https://claude.ai/code/session_01BYNzLwixHZvfrTxgxd6Bh3
Supports --title (-t), --add-label (-l, repeatable), and --remove-label
(-r, repeatable). Prints a per-field change summary on success; reports
no-op when nothing actually changed; errors if no flags are provided.
New labels are merged into labels.yaml for TUI autocomplete.

https://claude.ai/code/session_01BYNzLwixHZvfrTxgxd6Bh3
Displays ticket ID, title, status (with colour-coded dot matching the
configured status colour), labels as [chip] tokens, and creation date.
--verbose / -v appends the full transition history with timestamps.
Uses lipgloss for consistent terminal styling.

https://claude.ai/code/session_01BYNzLwixHZvfrTxgxd6Bh3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants