/** * SMI-4795: errorCode taxonomy on install failures * * Each failing return path inside install() must populate `errorCode` with * a code from InstallErrorCode. Telemetry (emitInstallEvent) reads this * field; without it the install funnel cannot classify failures. * * Split out of skill-installation.service.test.ts (CLAUDE.md's 500-line * file cap) after SMI-5894 Wave 1 added its own multi-client suite there — * this block predates that change and is unrelated to it, but moving it * out (rather than the newly-added block alone) was the smallest change * that got the original file back under the cap. */ export {}; //# sourceMappingURL=skill-installation.service.error-codes.test.d.ts.map