mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
src/models/index.ts was added to package.json "files" so the published --mcp import closure ships it (#3578 gate); the bidirectional pack-artifact validator also needs the matching src/models/ prefix in PACK_ARTIFACT_ALLOWED_PATH_PREFIXES, otherwise it flags the newly-shipped file as an unexpected artifact. Mirrors the src/lib/ / src/sse/ entries. Covered by tests/unit/pack-artifact-policy.test.ts.