principles-disciple 1.210.0 → 1.211.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.
Files changed (30) hide show
  1. package/README.md +2 -3
  2. package/dist/bundle.js +537 -758
  3. package/dist/core/event-log.d.ts +1 -2
  4. package/dist/core/paths.d.ts +0 -2
  5. package/dist/core/profile.d.ts +0 -19
  6. package/dist/core/rule-host.d.ts +19 -0
  7. package/dist/core/session-tracker.d.ts +0 -13
  8. package/dist/core/thinking-os-parser.d.ts +0 -5
  9. package/dist/core/trajectory-types.d.ts +0 -1
  10. package/dist/core/trajectory.d.ts +0 -12
  11. package/dist/hooks/gate.d.ts +0 -1
  12. package/dist/openclaw.plugin.json +1 -1
  13. package/dist/templates/langs/en/skills/pd-mentor/SKILL.md +3 -4
  14. package/dist/templates/langs/zh/skills/pd-mentor/SKILL.md +3 -4
  15. package/dist/templates/workspace/.principles/PROFILE.json +0 -29
  16. package/dist/templates/workspace/.principles/PROFILE.schema.json +16 -25
  17. package/dist/templates/workspace/okr/CURRENT_FOCUS.md +0 -1
  18. package/dist/types/event-types.d.ts +1 -1
  19. package/openclaw.plugin.json +1 -1
  20. package/package.json +1 -1
  21. package/templates/langs/en/skills/pd-mentor/SKILL.md +3 -4
  22. package/templates/langs/zh/skills/pd-mentor/SKILL.md +3 -4
  23. package/templates/workspace/.principles/PROFILE.json +0 -29
  24. package/templates/workspace/.principles/PROFILE.schema.json +16 -25
  25. package/templates/workspace/okr/CURRENT_FOCUS.md +0 -1
  26. package/dist/commands/thinking-os.d.ts +0 -2
  27. package/dist/core/control-ui-db.d.ts +0 -117
  28. package/dist/core/thinking-models.d.ts +0 -25
  29. package/dist/templates/workspace/.principles/THINKING_OS_CANDIDATES.md +0 -9
  30. package/templates/workspace/.principles/THINKING_OS_CANDIDATES.md +0 -9
package/README.md CHANGED
@@ -119,7 +119,6 @@ All commands support **short aliases** for easier input:
119
119
  | `/pdi` | `/pd-init` | Initialize workspace (generate PRINCIPLES.md, THINKING_OS.md, etc.) |
120
120
  | `/pdb` | `/pd-bootstrap` | Scan environment tools and suggest upgrades |
121
121
  | `/pdr` | `/pd-research` | Research tool upgrade solutions |
122
- | `/pdt` | `/pd-thinking` | Manage Thinking OS [status\|propose\|audit] (off by default) |
123
122
  | `/pdh` | `/pd-help` | Show all commands and usage guide |
124
123
 
125
124
  | Command | Description |
@@ -162,8 +161,8 @@ The plugin accepts the following configuration options:
162
161
  approved principles.
163
162
  - **Context injection** — feeding approved principles into the agent's
164
163
  context (see `/pd-context`).
165
- - **Thinking OS** — optional thinking-model management, off by default
166
- (`/pd-thinking`, enable via `/pd-context thinking on`).
164
+ - **Thinking OS** — optional thinking-model guidance injected into context
165
+ (enable via `/pd-context thinking on`).
167
166
 
168
167
  For the full architecture, runtime adapters (OpenClaw, Codex), and product
169
168
  boundary, see the project documentation linked below.