add_chapter
Insert a chapter boundary in an active recording to split it into labeled sections. Useful for marking before/after states in recordings like code reviews.
Instructions
Drop a CHAPTER boundary into the active recording session — a mark reading '=== CHAPTER: ===' at the live clock. Use it to split a recording into named sections. Ideal for before/after recordings (e.g. a PR review: demo the base branch, add_chapter "AFTER — fix applied", swap branches, demo again, then stop_recording). Chapters ride the transcript so a reader (or the summary) can see the boundaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Short chapter label, e.g. 'BEFORE — bug present' or 'AFTER — fix applied'. |