principles-disciple 1.108.0 → 1.109.0
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/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "principles-disciple",
|
|
3
3
|
"name": "Principles Disciple",
|
|
4
4
|
"description": "Evolutionary programming agent framework with strategic guardrails and reflection loops.",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.109.0",
|
|
6
6
|
"activation": {
|
|
7
7
|
"onCapabilities": [
|
|
8
8
|
"hook"
|
package/package.json
CHANGED
|
@@ -77,7 +77,7 @@ let timeoutId: NodeJS.Timeout | null = null;
|
|
|
77
77
|
* Queue V2 Schema - Supports background evolution task kinds.
|
|
78
78
|
*
|
|
79
79
|
* Pain diagnosis is Runtime v2 only: after_tool_call / pd pain record ->
|
|
80
|
-
* PainSignalBridge ->
|
|
80
|
+
* PainSignalBridge -> SplitDiagnosticianRunner. EvolutionWorker does not read
|
|
81
81
|
* .pain_flag or process pain_diagnosis queue items.
|
|
82
82
|
*/
|
|
83
83
|
/** @deprecated Use PDTaskStatus from '@principles/core/runtime-v2'. M2 migration will replace this. */
|
|
@@ -14,7 +14,7 @@ Automatic:
|
|
|
14
14
|
- Tool failures first accumulate GFI/friction.
|
|
15
15
|
- Only high-value episodes enter Runtime V2: high GFI, repeated same failure, severe semantic pain, LLM paralysis, or explicit manual pain.
|
|
16
16
|
- Approved `pain_detected` events enter `PainSignalBridge`.
|
|
17
|
-
- The bridge runs `
|
|
17
|
+
- The bridge runs `SplitDiagnosticianRunner`, commits candidates, and intakes them into the ledger.
|
|
18
18
|
|
|
19
19
|
Manual:
|
|
20
20
|
```bash
|
|
@@ -14,7 +14,7 @@ disable-model-invocation: false
|
|
|
14
14
|
- 工具失败先累计 GFI/摩擦。
|
|
15
15
|
- 只有高价值 episode 才进入 Runtime V2:高 GFI、重复同类失败、严重语义痛苦、LLM paralysis,或明确手动 pain。
|
|
16
16
|
- 通过门控的 `pain_detected` 进入 `PainSignalBridge`。
|
|
17
|
-
- Bridge 调用 `
|
|
17
|
+
- Bridge 调用 `SplitDiagnosticianRunner`,提交 candidate,并 intake 到 ledger。
|
|
18
18
|
|
|
19
19
|
手动入口:
|
|
20
20
|
```bash
|