Add a comment to an issue. Requires --as <name> (or "author":"..." in JSON). Body via --body, --body-file, stdin, or --json.
bacio comment list <KEY>
List comments on an issue, oldest first.
Heads up
--as <name> is required on every comment add (or author on the JSON path). bacio has no auth — you name yourself. Forgetting this is the most common mistake.
bacio commentSubcommands
bacio comment add [KEY]--as <name>(or"author":"..."in JSON). Body via--body,--body-file, stdin, or--json.bacio comment list <KEY>Heads up
--as <name>is required on everycomment add(orauthoron the JSON path). bacio has no auth — you name yourself. Forgetting this is the most common mistake.Validation
--asor JSONauthor) — single-line, length-capped at 80, no control characters.\t \n \rOK), no other control characters. Length-capped at 1 MiB.Where comments show up
bacio comment list <KEY>— oldest-first listing.bacio issue show <KEY>— comments section at the bottom of the rendered output.bacio issue brief <KEY>— included in the bulk-context JSON for agents. Strip with--no-comments.See also
bacio issue brief— the bulk-context call.