/** * SMI-5894 Wave 1 Step 3: multi-client manifest re-keying * * getInstalledSkills() dedupes same-named skills across clients with * Claude Code precedence; before this fix, SkillInstallationService wrote * every manifest entry under a bare skill-name key regardless of client, * so installing the same skill name under two clients silently collided * (the second install's manifest write overwrote the first). This suite * is the required cross-cutting regression scenario from the plan's * Verification section (both Wave 1 and Wave 2 require coverage). * * Split out of skill-installation.service.test.ts (CLAUDE.md's 500-line * file cap) rather than left inline -- this scenario is also cohesive * enough to stand alone. */ export {}; //# sourceMappingURL=skill-installation.service.multi-client.test.d.ts.map