/** * Tests for graph's command-spec handlers — verifies that each declarative * `CommandSpec` handler does the right thing when the host invokes it after * parsing. * * Since release 2.11.0 Phase 5 graph mounts via `commandSpecs`, not the * deprecated `register()` hook. The host-owned mount path (Commander wiring, * `_args` positional convention, output dispatch) is covered in * `cli/src/__tests__/mount-command-spec.test.ts`; here we drive each spec's * handler directly with a fake ToolCliContext (the handler is exactly what the * host invokes post-parse). Positional arguments are threaded the way the host * threads them: on the parsed-opts object under the `_args` key. For graph's * sole variadic positional (`[paths...]`), `_args[0]` is the paths array. */ export {}; //# sourceMappingURL=tool-register.test.d.ts.map