principles-disciple 1.228.0 → 1.228.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 +420 -420
- package/dist/hooks/triage-adapter.d.ts +2 -2
- package/dist/openclaw.plugin.json +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This file lives in openclaw-plugin because it:
|
|
8
8
|
* - Maps hook-specific context (source strings, session state) to SourceKind
|
|
9
|
-
* - Wraps evaluatePainDiagnosticGate as a compatibility sub-policy
|
|
10
9
|
* - Knows about OpenClaw hook conventions (sessionId, toolName, etc.)
|
|
11
10
|
*
|
|
12
|
-
*
|
|
11
|
+
* PRI-651-B1: hooks are Gate B only — this adapter feeds TriggerController.
|
|
12
|
+
* Gate A (evaluatePainDiagnosticGate) retired from runtime; remains archived.
|
|
13
13
|
* Core only sees SourceKind and TriageResult.
|
|
14
14
|
*
|
|
15
15
|
* ERR checklist:
|
|
@@ -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.228.
|
|
5
|
+
"version": "1.228.2",
|
|
6
6
|
"activation": {
|
|
7
7
|
"onStartup": true,
|
|
8
8
|
"onCapabilities": [
|
package/openclaw.plugin.json
CHANGED
|
@@ -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.228.
|
|
5
|
+
"version": "1.228.2",
|
|
6
6
|
"activation": {
|
|
7
7
|
"onStartup": true,
|
|
8
8
|
"onCapabilities": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "principles-disciple",
|
|
3
|
-
"version": "1.228.
|
|
3
|
+
"version": "1.228.2",
|
|
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
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|