Since 2026-09-04 (guardrail.ts switched to export default { id, server } v1 form), three embedded smoke checks in scripts/local-dev-deploy.sh call mod.default(...) as a function and fail with "default is an instance of Object": aggregate policy fire, team plugin loads, team fallback. Pre-existing on dev @ 01516d1 — reproduced 2026-09-12 during the deepseek-flash deploy verification. The checks need the v1-aware call shape (mod.default.server(input, opts)) like plugin-loads.test.ts uses.
Since 2026-09-04 (guardrail.ts switched to
export default { id, server }v1 form), three embedded smoke checks inscripts/local-dev-deploy.shcallmod.default(...)as a function and fail with "default is an instance of Object": aggregate policy fire, team plugin loads, team fallback. Pre-existing on dev @ 01516d1 — reproduced 2026-09-12 during the deepseek-flash deploy verification. The checks need the v1-aware call shape (mod.default.server(input, opts)) likeplugin-loads.test.tsuses.