principles-disciple 1.236.0 → 1.236.2
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 +5 -5
- package/dist/core/pain-diagnostic-gate.d.ts +14 -11
- package/dist/governance-audit.js +1 -1
- package/dist/hooks/triage-adapter.d.ts +3 -4
- 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
|
@@ -33,10 +33,9 @@ export { resolveSourceKind, buildToolFailureObservation, buildLlmDetectionObserv
|
|
|
33
33
|
* This is the main entry point for hooks. It calls the pure triage policy
|
|
34
34
|
* from principles-core and returns the result.
|
|
35
35
|
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
* - Falling back to existing behavior when the flag is off
|
|
36
|
+
* PRI-752 reality check: the painEvidenceAdmission flag is NOT consulted by
|
|
37
|
+
* any caller on this path — Gate B admission is unconditional. This doc block
|
|
38
|
+
* previously described a flag check / fallback that does not exist as code.
|
|
40
39
|
*/
|
|
41
40
|
export declare function evaluateEvidenceTriage(sourceKind: SourceKind, score: number, options?: {
|
|
42
41
|
isUnsafeHighConfidence?: boolean;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "principles-disciple",
|
|
3
3
|
"name": "Principles Disciple",
|
|
4
4
|
"description": "Principles Disciple is an AI Agent Governance System. Stop correcting the same AI behavior across sessions. Turn repeated Agent corrections into Owner-approved, observable, reversible behavior principles.",
|
|
5
|
-
"version": "1.236.
|
|
5
|
+
"version": "1.236.2",
|
|
6
6
|
"activation": {
|
|
7
7
|
"onStartup": true,
|
|
8
8
|
"onCapabilities": [
|