gaia review
Reserved for downstream reviewer tooling.
gaia review (alpha 0: help-visible empty skeleton)
Alpha 0 ships gaia review as a placeholder group so downstream
reviewer-tooling work has a stable home. Invoking it with no subcommand
prints help; concrete subcommands will arrive in a later release.
Note:
gaia reviewis different from the pre-existinggaia inquiry reviewandgaia trace reviewinner subcommands, which keep their behavior and invocation paths.
Implementation
The group is wired up in gaia.cli.main as an empty typer.Typer instance
named review_app; see CLI Internals for the registration
site.