Skip to content

fix: skip summary on empty CLI output; pin CLI v0.45.0; document reoclo.app label#1

Merged
boxpositron merged 1 commit into
mainfrom
fix/recreate-summary-and-app-label
Jun 9, 2026
Merged

fix: skip summary on empty CLI output; pin CLI v0.45.0; document reoclo.app label#1
boxpositron merged 1 commit into
mainfrom
fix/recreate-summary-and-app-label

Conversation

@boxpositron

Copy link
Copy Markdown
Contributor

Three changes:

  1. Bash hardening — the step summary rendered even when the CLI failed and wrote nothing to stdout (e.g. a 400 from session creation), making jq choke and printing a spurious integer expression expected. Now the table only renders when stdout is parseable JSON, and errors_count defaults to 0. The CLI's stderr still carries the real error and the step still exit $rc.
  2. Pin reoclo CLI → v0.45.0 — adds reoclo.app/reoclo.app-id label → application_ref binding (identity independent of container name). install.sh sha256 unchanged.
  3. README — setup step now documents binding by the reoclo.app label as the recommended option.

Requires Reoclo API ≥ 1.74.0.

…nt reoclo.app label

The step summary rendered even when the CLI failed and wrote nothing to stdout
(e.g. a 400 from session creation), making jq choke and printing a spurious
'integer expression expected'. Only render the table when stdout is parseable
JSON, and default errors_count to 0.

Bump the pinned reoclo CLI to v0.45.0 (adds reoclo.app/reoclo.app-id label ->
application_ref binding; install.sh sha256 unchanged). README setup step now
documents binding by the reoclo.app label as the recommended option.
@boxpositron boxpositron merged commit 3c21809 into main Jun 9, 2026
1 check passed
@boxpositron boxpositron deleted the fix/recreate-summary-and-app-label branch June 9, 2026 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant