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.
- package/README.md +2 -3
- package/dist/bundle.js +537 -758
- package/dist/core/event-log.d.ts +1 -2
- package/dist/core/paths.d.ts +0 -2
- package/dist/core/profile.d.ts +0 -19
- package/dist/core/rule-host.d.ts +19 -0
- package/dist/core/session-tracker.d.ts +0 -13
- package/dist/core/thinking-os-parser.d.ts +0 -5
- package/dist/core/trajectory-types.d.ts +0 -1
- package/dist/core/trajectory.d.ts +0 -12
- package/dist/hooks/gate.d.ts +0 -1
- package/dist/openclaw.plugin.json +1 -1
- package/dist/templates/langs/en/skills/pd-mentor/SKILL.md +3 -4
- package/dist/templates/langs/zh/skills/pd-mentor/SKILL.md +3 -4
- package/dist/templates/workspace/.principles/PROFILE.json +0 -29
- package/dist/templates/workspace/.principles/PROFILE.schema.json +16 -25
- package/dist/templates/workspace/okr/CURRENT_FOCUS.md +0 -1
- package/dist/types/event-types.d.ts +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/templates/langs/en/skills/pd-mentor/SKILL.md +3 -4
- package/templates/langs/zh/skills/pd-mentor/SKILL.md +3 -4
- package/templates/workspace/.principles/PROFILE.json +0 -29
- package/templates/workspace/.principles/PROFILE.schema.json +16 -25
- package/templates/workspace/okr/CURRENT_FOCUS.md +0 -1
- package/dist/commands/thinking-os.d.ts +0 -2
- package/dist/core/control-ui-db.d.ts +0 -117
- package/dist/core/thinking-models.d.ts +0 -25
- package/dist/templates/workspace/.principles/THINKING_OS_CANDIDATES.md +0 -9
- 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
|
|
166
|
-
(
|
|
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.
|