/** * SMI-5893 Wave 6 Step 5 — structural parity guard for the "CLI Fallback" * section across the three independently-bundled SKILL.md assets: * * - packages/cli/assets/skillsmith-skill/SKILL.md (the original pattern — * already had a working "## CLI Fallback" section before this wave) * - packages/mcp-server/src/assets/agent-pack/SKILL.md (ported in this wave) * - packages/mcp-server/src/assets/skills/skillsmith/SKILL.md (ported in * this wave) * * Per the SMI-5893 plan doc's Wave 6 Step 5 (GPT-5.6-Sol plan review * correction): "porting the same pattern by hand risks becoming a fourth * independent copy that drifts again" — the exact reinvent-instead-of-reuse * pattern this whole plan exists to eliminate. This test is the drift guard: * it does NOT require byte-identical prose, only that each file has the same * *structural* elements — an explicit "if MCP unavailable, use the CLI" * heading, a fenced shell block, and at least one real `skillsmith` command * inside it. If a future edit adds a fourth bundled SKILL.md, or an existing * one loses its fallback section, this test fails. */ export {}; //# sourceMappingURL=skill-md-cli-fallback-parity.test.d.ts.map