fix(cli): size_bytes field, runner object parsing, board response
- release.rs: rename Asset.size -> size_bytes to match server response;
update all format_size call sites and upload response parsing to use size_bytes
- ci.rs: change CiJob.runner from Option<String> to Option<serde_json::Value>
and extract .name from the object (with string fallback) for display
- board.rs: handle both issues-array and issue_count-integer column formats;
show issue count in header regardless of which format the server returns
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SHA:
9dfc133550b6bd004b3b9903431df54fb6d2ea71
Author:
Cole Christensen <cole.christensen@macmillan.com>
Date:
2026-03-21 20:19
Parents:
31f84b1
3 files changed
+17
-9
| Type | ||
|---|---|---|
|
|
src/commands/board.rs | +8 −3 |
|
||
|
|
src/commands/ci.rs | +5 −2 |
|
||
|
|
src/commands/release.rs | +4 −4 |
|
||