v0.21.1
Fixed
hermes_cli/main.py: added thedaemonsubcommand (registered in
0.21.0's warm-daemon port) to_BUILTIN_SUBCOMMANDS. Without it,hermes daemonwas paying the eager plugin-discovery cost on every invocation
instead of taking the fast path every other built-in subcommand gets.
Caught bytest_startup_plugin_gating.py::test_builtin_set_covers_every_registered_subcommand.