principles-disciple 1.243.3 → 1.243.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +292 -292
- package/dist/core/signal-collector-host.d.ts +2 -11
- package/dist/governance-audit.js +1 -1
- package/dist/openclaw.plugin.json +1 -1
- package/dist/rulehost-evidence.js +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
|
@@ -171,15 +171,6 @@ export declare class SignalCollectorHost {
|
|
|
171
171
|
*/
|
|
172
172
|
private tryConsumeRateLimit;
|
|
173
173
|
}
|
|
174
|
-
/**
|
|
175
|
-
|
|
176
|
-
* 完成配置单轨化(spec §3.3 决策3):统一走 .pd/config.yaml,移除 empathy 的 workflows.yaml 双轨。
|
|
177
|
-
*
|
|
178
|
-
* 返回 null 的情况(走纯关键词降级,rc-9 不静默):
|
|
179
|
-
* - feature flag signal_collector 关闭
|
|
180
|
-
* - runtimeProfile 未配置 / apiKeyEnv 缺失
|
|
181
|
-
* - profile 是 openclaw 类型(observer 不支持)
|
|
182
|
-
*
|
|
183
|
-
* 这是 Task 11 的最后一块:让本地 LLM(LMStudio)真正参与检测。
|
|
184
|
-
*/
|
|
174
|
+
/** 测试专用:清空告警去重状态。 */
|
|
175
|
+
export declare function _resetSignalClassifierWarnState(): void;
|
|
185
176
|
export declare function createSignalLlmClassifierFromConfig(wctx: WorkspaceContext, logger?: Pick<PluginLogger, 'info' | 'warn' | 'error' | 'debug'>): SignalLlmClassifier | null;
|