@kya-os/agentshield-express
Version:
DEPRECATED — renamed to @kya-os/checkpoint-express. Migrate by swapping the import path.
12 lines (11 loc) • 635 B
JavaScript
;
throw new Error(
'@kya-os/agentshield-express is renamed to @kya-os/checkpoint-express. ' +
'Migrate: `npm install @kya-os/checkpoint-express` and replace ' +
"`from '@kya-os/agentshield-express'` with `from '@kya-os/checkpoint-express'`. " +
'Use the new `withCheckpoint` factory; the legacy `agentShield` / ' +
'`createAgentShieldMiddleware` / `createEnhancedAgentShieldMiddleware` ' +
'paths were retired in Phase E (the local-detection chain dies; the ' +
'engine-backed orchestrator owns verification). ' +
'See https://github.com/Know-That-Ai/agent-shield/issues/2483 for context.'
);