mafw.devtools.cli.toolchain.verify_cmd

Verify subcommand for the toolchain command group.

This module implements the devtools toolchain verify command, which iterates over all applicable tools with a Rich progress spinner, calls each tool’s verify() method, and reports any configuration inconsistencies found. Exceptions during verification are treated as implicit issues. The exit code reflects whether any issues were detected (exit 1) or all tools are consistent (exit 0).