ca-commands · git:20260712.eee3949 · 2026-07-12 · sha256 55383d767e44765b

ca-commands git:20260712.eee3949A

Immutable. This exact content is served forever at /api/v1/blob/55383d767e44765b.

---
name: ca-commands
description: Show the codeArbiter command catalog — the public command list and what each routes to.
argument-hint: (none)
---

# $ca-commands — command catalog

Present the public command list. Read-only, no state change.

## Flow

1. Read the quick-reference table from `${CLAUDE_PLUGIN_ROOT}/COMMANDS.md` — the single source of truth
   for the catalog.
2. Output that table only — command, one-line description, route. No prose walkthrough, and no
   second copy maintained here (a hard-coded table drifts against `COMMANDS.md`).

## Hard gate

Read-only. MUST NOT modify a file or route to a skill. MUST render from `COMMANDS.md`, never from a
catalog copied into this file. Output the catalog only.