Add comment and worklog CLI commands

This commit is contained in:
zhi
2026-03-21 17:11:20 +00:00
parent 1e8437d0b1
commit 9b3edc0ede
6 changed files with 414 additions and 1 deletions

View File

@@ -90,11 +90,12 @@ internal/
- `hf meeting` — list, get, create, update, attend, delete
- `hf support` — list, get, create, update, take, transition, delete
- `hf propose` — list, get, create, update, accept, reject, reopen
- `hf comment` — add, list
- `hf worklog` — add, list
- `hf monitor` — overview, server (list/get/create/delete), api-key (generate/revoke)
### Pending
- Backend code-based endpoint support (some commands still use id-based API routes)
- Comment and worklog commands
- Cross-platform binary packaging / release pipeline
- Integration tests