Skip to content

docs(fizz): add --experimental_no_graph and document experimental flags#351

Merged
jp-fizzbee merged 1 commit into
mainfrom
user/jp/fizz-wrapper-experimental-flags
May 18, 2026
Merged

docs(fizz): add --experimental_no_graph and document experimental flags#351
jp-fizzbee merged 1 commit into
mainfrom
user/jp/fizz-wrapper-experimental-flags

Conversation

@jp-fizzbee
Copy link
Copy Markdown
Collaborator

The --experimental_no_graph flag landed in #350 but wasn't wired through the fizz wrapper script — users invoking via ./fizz couldn't opt in to no_graph mode. Add the parse case, args-forwarding, and default-false initializer.

Also document both experimental flags in the usage() output so they appear in --help. The wrapper had silently forwarded --experimental_processed_queue without listing it in usage; users discovered it only via the binary's --help. The new usage block calls them out as experimental-and-off-by-default with a one-line summary each, including the no_graph caveats (no liveness, no crash simulation, auto-enables processed_queue).

Verified: ./fizz --help now lists both flags; ./fizz --experimental_no_graph runs in no_graph mode (visible from the auto-enable note and the "Peak (new)" line confirming the NEW queue path).

The --experimental_no_graph flag landed in #350 but wasn't wired
through the fizz wrapper script — users invoking via ./fizz couldn't
opt in to no_graph mode. Add the parse case, args-forwarding, and
default-false initializer.

Also document both experimental flags in the usage() output so they
appear in --help. The wrapper had silently forwarded
--experimental_processed_queue without listing it in usage; users
discovered it only via the binary's --help. The new usage block
calls them out as experimental-and-off-by-default with a one-line
summary each, including the no_graph caveats (no liveness, no crash
simulation, auto-enables processed_queue).

Verified: ./fizz --help now lists both flags; ./fizz
--experimental_no_graph <spec> runs in no_graph mode (visible from
the auto-enable note and the "Peak (new)" line confirming the NEW
queue path).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jp-fizzbee jp-fizzbee force-pushed the user/jp/fizz-wrapper-experimental-flags branch from a5d2d09 to ec1e1bb Compare May 18, 2026 02:30
@jp-fizzbee jp-fizzbee merged commit 5011777 into main May 18, 2026
1 check passed
@jp-fizzbee jp-fizzbee deleted the user/jp/fizz-wrapper-experimental-flags branch May 18, 2026 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants