Initialiser session tenant-tail

Initialiser une session tenant-tail en exécutant le protocole cross-agent New Sessions d'AGENTS.md. Ce dispatcher construit le CLI verify et lit l'état de gouvernance.

Spar Skills Guide Bot
DeveloppementIntermédiaire
1024/07/2026
Claude CodeCodexCursorCopilot
#init#session-bootstrap#cross-agent#tenant-tail

Recommandé pour


name: init description: Initialize a tenant-tail session by executing the cross-agent New Sessions protocol declared in AGENTS.md.

/init: session bootstrap

Thin Claude-Code dispatcher. The canonical protocol lives in AGENTS.md § New Sessions under the AAIF/Linux Foundation cross-agent standard.

What to do

  1. Read AGENTS.md: the section from ## New Sessions inclusive to the next ## heading exclusive. That section is the step list.
  2. Execute the protocol described there using Claude Code's parallel tool calls where the protocol says "dispatch simultaneously".
  3. Emit the structured summary the protocol prescribes (the ## 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.

Skills similaires