Record a Terminal Workflow
Use a terminal beat when the meaningful work is expressed as commands, output, or a terminal interface.
- Put repeatable preparation in recording setup rather than a visible action.
- Add a terminal beat with one or more
commands. - Give important actions stable
idvalues. - Add
expectclauses for output or exit status that proves success. - Use
displayonly when the audience-facing command should be simpler than the deterministic implementation. - Build, watch, and check the recording.
Use presentation-time commands for discrete work that can be retimed. Use a realtime terminal action for a TUI or interval whose internal timing must be preserved.
The complete terminal action and check fields are in the recording schema.