You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(status): surface global health from unattached contexts (#11920)
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.
action:"Run `homeboy status --all` to inspect every configured component, or attach this checkout to a project/component first.",
49
+
action:"Run `homeboy status --global` for bounded local runner/control-plane health, `homeboy status --all` to inspect every configured component, or attach this checkout to a project/component first.",
"Repo not attached. Prefer: `homeboy project components attach-path <project-id> <path>`"
118
119
.to_string()
119
120
}),
120
-
action:"Run `homeboy status --all` to inspect every configured component, or attach this checkout to a project/component first.",
121
+
action:"Run `homeboy status --global` for bounded local runner/control-plane health, `homeboy status --all` to inspect every configured component, or attach this checkout to a project/component first.",
0 commit comments