Skip to content

fix(status): surface global health from unattached contexts - #11920

Merged
chubes4 merged 1 commit into
mainfrom
fix-11910-global-status-health
Aug 8, 2026
Merged

fix(status): surface global health from unattached contexts#11920
chubes4 merged 1 commit into
mainfrom
fix-11910-global-status-health

Conversation

@chubes4

@chubes4 chubes4 commented Aug 7, 2026

Copy link
Copy Markdown
Member

Fixes #11910

Unregistered homeboy status responses now include a structured control_plane section that explicitly says its health is not_checked and provides the bounded local follow-up command: homeboy status --global. This preserves the default fast path and avoids remote probes while making runner/control-plane health discoverable.

Tests cover the unregistered response contract and a disconnected configured runner reported through the bounded global status path.

Verification

  • cargo fmt --check
  • cargo test -p homeboy-cli default_status_from_unregistered_cwd_returns_actionable_context_without_global_scan --lib
  • cargo test -p homeboy-cli global_status_from_an_unregistered_cwd_is_local_and_bounded --lib
  • git diff --check
  • cargo clippy -p homeboy-cli --lib -- -D warnings remains blocked by three pre-existing homeboy-core warnings in http_api.rs and notify_outbox.rs; this change introduces no clippy findings.

AI assistance

OpenAI gpt-5.6-sol via OpenCode inspected the status contract, implemented the structured global-health discovery, and added deterministic coverage. Chris Huber remains responsible for every line.

Fixes #11910

AI assistance: OpenAI gpt-5.6-sol via OpenCode inspected the status contract, implemented the structured global-health discovery, and added deterministic coverage. Chris Huber remains responsible for every line.
@homeboy-ci

homeboy-ci Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Homeboy Results — homeboy

Lint

review lint — passed

ℹ️ Full options: homeboy self docs commands/lint
ℹ️ Save lint baseline: homeboy review lint homeboy --baseline
Deep dive: homeboy review lint homeboy --changed-since 7d4fedd

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-homeboy-review-lint-homeboy-fast-Linux contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-homeboy-review-lint-homeboy-fast-Linux contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/homeboy/actions/runs/31218082010

Audit

⚠️ review audit — no measurement

Deep dive: homeboy review audit homeboy --changed-since 7d4fedd

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-homeboy-review-audit-homeboy-fast-Linux contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-homeboy-review-audit-homeboy-fast-Linux contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/homeboy/actions/runs/31218082010
Tooling versions
  • Homeboy CLI: homeboy 0.334.0+d7b5b5c27f68-dirty
  • Extension: rust from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: 14fe68af
  • Action: unknown@unknown

@chubes4
chubes4 merged commit ce7db02 into main Aug 8, 2026
15 of 32 checks passed
@chubes4
chubes4 deleted the fix-11910-global-status-health branch August 8, 2026 06:58
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.

Default unregistered status should include bounded global runner health

1 participant