init
Initialize a tenant-tail session by executing the cross-agent New Sessions protocol declared in AGENTS.md.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Initialize a tenant-tail session by executing the cross-agent New Sessions protocol declared in AGENTS.md.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Review the current diff for correctness bugs and spec drift, then emit an evidence-oriented findings list
Create a git commit with an impact-focused conventional commit message.
One-time contributor setup. Build the tenant-tail binary, run the workspace tests and lints, smoke the CLI, and verify the dogfood governance loop so `/init` can report lifecycle and structural counts.
Governed pre-PR sequence: run the gate locally, review the diff, conventional commit on a feature branch, open a PR via gh
| name | init |
| description | Initialize a tenant-tail session by executing the cross-agent New Sessions protocol declared in AGENTS.md. |
Thin Claude-Code dispatcher. The canonical protocol lives in
AGENTS.md § New Sessions under the AAIF/Linux Foundation
cross-agent standard.
AGENTS.md: the section from ## New Sessions inclusive to
the next ## heading exclusive. That section is the step list.## initialized: tenant-tail block).This dispatcher does not duplicate the step list. AGENTS.md is the single source of truth read by Claude Code, Codex CLI, Cursor, Copilot, and any future agent.
The protocol builds the verify CLI from source (cargo build --release -p tenant-tail-cli) and reads governance state through the pinned
spec-spine (npx --no-install spec-spine ..., the dogfood dependency).
If the binary is missing, build it and continue.