multica/server/cmd/multica
yushen 6733262a63 test(cli): add unit tests for issue command helpers
Tests for truncateID, formatAssignee, resolveAssignee (6 cases),
and validIssueStatuses.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 14:12:20 +08:00
..
cmd_agent.go refactor(daemon): remove pairing flow, use CLI auth token instead 2026-03-26 16:39:57 +08:00
cmd_auth.go fix(auth): improve CLI login callback page to match frontend design 2026-03-26 15:44:01 +08:00
cmd_config.go refactor(cli): unify daemon into multica-cli binary with cobra subcommands 2026-03-24 15:44:49 +08:00
cmd_daemon.go feat(daemon): multi-workspace support with hot-reload 2026-03-26 16:52:22 +08:00
cmd_issue.go fix(cli): rune-safe truncateID, consistent client construction, add --output to status cmd 2026-03-27 14:12:16 +08:00
cmd_issue_test.go test(cli): add unit tests for issue command helpers 2026-03-27 14:12:20 +08:00
cmd_runtime.go refactor(cli): unify daemon into multica-cli binary with cobra subcommands 2026-03-24 15:44:49 +08:00
cmd_status.go refactor(cli): unify daemon into multica-cli binary with cobra subcommands 2026-03-24 15:44:49 +08:00
cmd_version.go refactor(release): rename multica-cli to multica 2026-03-25 17:34:29 +08:00
cmd_workspace.go fix(cli): rune-safe truncateID, consistent client construction, add --output to status cmd 2026-03-27 14:12:16 +08:00
main.go feat(cli): add issue management commands 2026-03-27 12:33:53 +08:00