Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/trace-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ already follows.
`browser` block (the same shape as the header-level one, which stays
the single-surface spelling), applied identically at record and every
replay so that surface keeps the shape it was recorded on.
- Optional `control` is the named security control this flow validates,
copied from the spec's `control:` block: `{"id": "...", "title"?: "...",
"description"?: "..."}`. `id` is the author-chosen dotted lowercase
identifier, stable across renames and re-records; `title`/`description`
are free text. Absent for flows without a `control:` block. `flowproof
audit` reads this to report which controls a repository's traces cover.

## Step line

Expand Down
Loading