dispatch info shows counts for commits, PRs, and issues, but scripts cannot see which refs are attached without exporting the whole session. Add an opt-in --refs flag to include linked reference values in text and JSON output.
Acceptance criteria:
dispatch info <id> --refs lists commit, PR, and issue values in text output.
dispatch info <id> --json --refs includes arrays for commits, prs, and issues.
- Default output remains count-only.
dispatch infoshows counts for commits, PRs, and issues, but scripts cannot see which refs are attached without exporting the whole session. Add an opt-in--refsflag to include linked reference values in text and JSON output.Acceptance criteria:
dispatch info <id> --refslists commit, PR, and issue values in text output.dispatch info <id> --json --refsincludes arrays for commits, prs, and issues.