# AI Orchestrator Playbook (Session Bootstrap) — v1.0
This is the **active, session‑local** playbook. It should be read on every task start **before planning**.
Path: `{SESSION_FOLDER_PATH}/_bootstrap/PLAYBOOK.md`
## Core Protocol
- **Read** `ai-chats/README.md` (v3.1) and this PLAYBOOK.
- **Write only** inside `ai-chats/**`.
- **Name files** `[Model-Name-Version]--NN.md` (NO SPACES; DOUBLE DASH). `--00` main; `--01+` verbatim per exchange.
- **Propagate** the handoff in `_bootstrap/HANDOFF.md` verbatim to all assistants you invoke.
- **After each verified plan step**: run the **Incremental Verification & Commit Loop** (commit template provided).
## Incremental Verification & Commit Loop (mandatory)
1) Craft a world‑class Conventional Commit:
- `<type>(<scope>)<bang>: <imperative summary ≤72 chars>`
- Body: Why / What / How verified (commands & outcomes)
- Trailers: `Refs:`, `Co-authored-by:`
2) Stage safely:
- Always include updated files under `{SESSION_FOLDER_PATH}`
- If relevant, include already-present source changes that belong to this step and pass checks
3) Re-run checks (best‑effort): lint, typecheck, tests, build
4) `git commit` and append commit SHA + header under **Commits** in your `--00.md`
## Handoff
Use `_bootstrap/HANDOFF.md` exactly, substituting `{SESSION_FOLDER_PATH}` and `{MODEL_NAME_VERSION}`.
## Checklist
- [ ] Loaded ai-chats/README.md + this PLAYBOOK
- [ ] Enforced v3.1 naming + write-scope
- [ ] Applied verify→commit loop
- [ ] Propagated HANDOFF.md to all assistants
- [ ] Updated `--00.md` (Commits section with SHA + header)