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 职业分类
| 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.
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