Add channel request and channel verify verbs #13
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/otel-a2a-relay-cli#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ported from closed coilyco-bridge/coily#2 (originally coilysiren/coily#332). Home moved to otel-a2a-relay-cli (coily channel removed in coily v2.51.0). Verbs live in the o2r-cli, not coily.
Problem
The o2r README references a
channel <verb>operator-facing CLI. None ship yet. There is no CLI for issuing an authenticated agent-channel request or for an agent to verify one it received. Without these, the only way to prompt an agent to act in a channel is freeform prose, indistinguishable from a prompt-injection probe.Goal
Add two verbs:
channel request <action-class> --host <hostname> --role <agent-role> [--destructive]- produces an envelope conforming to the schema inotel-a2a-relay docs/agent-channel-requests.md, files it as an issue on the appropriate repo, and prints the issue URL. With--destructive, prompts the issuer to type the verbatim acknowledgment line.channel verify <url-or-issue-ref>- fetches the envelope, validates schema, checks org membership of the source repo, checks destructive-acknowledgment presence when applicable, and prints PASS/FAIL. Exit code drives the agent-side decision.Requirements
See the parent issue on otel-a2a-relay for the envelope schema and the 7-property hardening checklist.
Implementation notes
gh issue view --jsonshell-out is the legacy fallback).Deliverables
Closing. o2r is archived in the June 2026 surface reduction - an optional agent channel, unused autonomously. Handover doctrine moves to human-mediated.