/** * Tool contract conformance test (AC-2). * * Asserts: * - graphTool.metadata.id === 'graph' * - graphTool.metadata.version matches package.json * - graphTool.commands lists the unified `graph` analysis subcommand * plus the two read-only catalog query commands (`graph-lookup`, * `graph-symbol-index`) added alongside the codeindex-parity work. * Orphans and entry-points were folded into the unified `graph` * output — they remain output sections, not separate commands. * - Since release 2.11.0 Phase 5 graph mounts via declarative * `commandSpecs`, not the deprecated `register()` hook. * - graphTool does NOT import from opensip-tools (compile-time * via TypeScript imports — if it did, package wouldn't build) */ export {}; //# sourceMappingURL=tool.test.d.ts.map