UNPKG

autosnippet

Version:

Extract code patterns into a knowledge base for AI coding assistants

11 lines (10 loc) 367 B
/** * SignalModule — Phase 0 信号基础设施注册 * * 注册: * - signalBus: 统一信号总线(基础设施层) * - hitRecorder: 批量使用信号采集器(服务层) * - intent JSONL persistence subscriber */ import type { ServiceContainer } from '../ServiceContainer.js'; export declare function register(c: ServiceContainer): void;