Skip to content
Merged
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions devtools/command_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,21 @@ def to_dict(self) -> dict[str, object]:
"devtools workspace raw-authority-scale-proof --components 10163 --raws 15264 --expanded-raws 21398 --pass-limit 15264 --keep --json",
),
),
CommandSpec(
"workspace raw-authority-restart-proof",
"workspace",
"Prove raw-authority crash recovery and conserved fixed-point convergence.",
"devtools.raw_authority_restart_proof",
use_when=(
"Exercise fresh synthetic production-format archives across before-commit, "
"after-commit/pre-finalization, and resumed-batch crash boundaries; then audit "
"durable conservation and two matching quiescent dry-run censuses."
),
examples=(
"devtools workspace raw-authority-restart-proof --json",
"devtools workspace raw-authority-restart-proof --workdir .cache/raw-restart-proof --keep --json",
),
),
CommandSpec(
"workspace temporal-read-profile",
"workspace",
Expand Down
Loading