Add ops-eng-o2r-remote-debug skill (hard-point ssh reflex to o2r) #54

Closed
opened 2026-06-03 00:43:46 +00:00 by coilysiren · 0 comments
Owner

Add ops-eng-o2r-remote-debug skill

A new skills/ops-eng-o2r-* operator skill that hard-points the SSH reflex to o2r: when the next step is "ssh into the host and look" at a host running o2r-coordinated agents (a stuck CI runner, a failed deploy, a pod), route the debugging through an o2r agent channel instead of ad-hoc ssh.

Framed host-agnostic for o2r adopters (the shipped o2r channel verbs, not the legacy coily channel). Argues ssh-to-debug is a bypass of the coordination substrate - no audit trail, no OTel span, no trust envelope, no role discipline - and gives the redirected loop (find/open channel -> post the symptom as comms -> hand off via state to the local agent -> read the result off the channel). Covers the human-bootstrap carve-out (first runner registration, secret minting) as a channel-recorded handover.

Sits beside ops-eng-o2r-agent-channel / -phoenix / -grafana and cross-links them.

Motivation: surfaced while debugging coilyco-flight-deck/otel-a2a-relay-cli#9 (new repo dispatching zero Actions), where the reflex was to ssh into kai-server to inspect the runner.

## Add ops-eng-o2r-remote-debug skill A new `skills/ops-eng-o2r-*` operator skill that hard-points the SSH reflex to o2r: when the next step is "ssh into the host and look" at a host running o2r-coordinated agents (a stuck CI runner, a failed deploy, a pod), route the debugging through an o2r agent channel instead of ad-hoc ssh. Framed host-agnostic for o2r adopters (the shipped `o2r channel` verbs, not the legacy `coily channel`). Argues ssh-to-debug is a bypass of the coordination substrate - no audit trail, no OTel span, no trust envelope, no role discipline - and gives the redirected loop (find/open channel -> post the symptom as `comms` -> hand off via `state` to the local agent -> read the result off the channel). Covers the human-bootstrap carve-out (first runner registration, secret minting) as a channel-recorded handover. Sits beside ops-eng-o2r-agent-channel / -phoenix / -grafana and cross-links them. Motivation: surfaced while debugging coilyco-flight-deck/otel-a2a-relay-cli#9 (new repo dispatching zero Actions), where the reflex was to ssh into kai-server to inspect the runner.
Commenting is not possible because the repository is archived.
No description provided.