Files
OmniRoute/scripts/build
diegosouzapw f47f5ad32d fix(ci): allow the opencode v2 plugin in the npm pack policy
check:pack-policy failed on the release tip with 27 'unexpected files',
all of them under @omniroute/opencode-plugin-v2/.

#12870 added that package next to @omniroute/opencode-plugin and
@omniroute/opencode-provider - both already on
PACK_ARTIFACT_ROOT_ALLOWED_PATH_PREFIXES - and package.json's files field
ships the whole @omniroute/ tree, but the allowlist was never widened. The
v2 package has the same shape as the v1 sibling it was modeled on
(LICENSE, README, package.json, src/, tests/, tsconfig.json,
tsup.config.ts), so it gets the same prefix entry.

Reproduced on the clean tip d6f3150 (fails) and with this change (passes) -
check:pack-policy runs --policy-only, so no build is involved.

Refs #12732
2026-09-07 11:46:46 -03:00
..
2026-07-07 13:14:06 -03:00