Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@tooling@ai_workflow_ReviewBoundary.hrl
Raw

include/lightspeed@tooling@ai_workflow_ReviewBoundary.hrl

-record(review_boundary, {
stage :: binary(),
approval_required :: boolean(),
owner_role :: binary(),
rationale :: binary()
}).