UNPKG

autosnippet

Version:

Extract code patterns into a knowledge base for AI coding assistants

11 lines (10 loc) 328 B
/** * GuardModule — Guard 服务注册 * * 负责注册: * - guardService, guardCheckEngine * - exclusionManager, ruleLearner, violationsStore * - complianceReporter, guardFeedbackLoop */ import type { ServiceContainer } from '../ServiceContainer.js'; export declare function register(c: ServiceContainer): void;