principles-disciple 1.69.0 → 1.71.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.
@@ -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.69.0",
5
+ "version": "1.71.0",
6
6
  "skills": [
7
7
  "templates/langs/en/skills",
8
8
  "templates/langs/zh/skills"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "principles-disciple",
3
- "version": "1.69.0",
3
+ "version": "1.71.0",
4
4
  "description": "Native OpenClaw plugin for Principles Disciple",
5
5
  "type": "module",
6
6
  "main": "./dist/bundle.js",
@@ -49,13 +49,13 @@
49
49
  "@types/react": "^19.2.2",
50
50
  "@types/react-dom": "^19.2.2",
51
51
  "@types/ws": "^8.5.13",
52
- "@typescript-eslint/eslint-plugin": "^8.58.0",
52
+ "@typescript-eslint/eslint-plugin": "^8.58.2",
53
53
  "@typescript-eslint/parser": "^8.58.0",
54
54
  "@vitest/coverage-v8": "^4.1.0",
55
55
  "esbuild": "^0.28.0",
56
- "eslint": "^10.1.0",
56
+ "eslint": "^10.2.1",
57
57
  "jsdom": "^29.0.1",
58
- "typescript": "^6.0.2",
58
+ "typescript": "^6.0.3",
59
59
  "vitest": "^4.1.0",
60
60
  "ws": "^8.18.0"
61
61
  },
@@ -1,4 +1,4 @@
1
-
1
+ 
2
2
 
3
3
  import * as fs from 'fs';
4
4
  import * as path from 'path';
@@ -721,7 +721,7 @@ The empathy observer subagent handles pain detection independently.
721
721
  prependContext += `<heartbeat_checklist>
722
722
  ${heartbeatChecklist}
723
723
 
724
- ACTION: Run self-audit. If stable, reply ONLY with "HEARTBEAT_OK".
724
+ // HEARTBEAT_OK removed - tasks must always be processed
725
725
  </heartbeat_checklist>\n`;
726
726
  } catch (e) {
727
727
  logger?.error(`[PD:Prompt] Failed to read HEARTBEAT: ${String(e)}`);