init
Initialize a tenant-emit session by executing the cross-agent New Sessions protocol declared in AGENTS.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Initialize a tenant-emit 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-emit 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-emit 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-emit 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 emit CLI from source (cargo build --release -p tenant-emit-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.