/** * SMI-5456 Wave 1 Step 4 — multi-target agent-pack generator tests. * * Level-0 conformance (per the implementation plan's Validation Ladder): * - per-target emission correctness (frontmatter fields, TOML parse, hook * writes marker per contract); * - determinism (two runs byte-identical); * - prompt-source assembly (each job/trust/paywall section present exactly once); * - prompt-pack lint (ASCII only, no model-specific idioms, no agent-addressed * injection patterns); * - the tool-reference invariant (jobs reference only profile tools). * * The authoritative "tool references subset of the real 16-name profile" check * lives in the mcp-server test, which can import `AGENT_TOOL_PROFILE_NAMES` (the * single source of truth) without a core -> mcp-server dependency. */ export {}; //# sourceMappingURL=agent-pack.test.d.ts.map