principles-disciple 1.120.0 → 1.121.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.121.0",
|
|
6
6
|
"activation": {
|
|
7
7
|
"onCapabilities": [
|
|
8
8
|
"hook"
|
package/package.json
CHANGED
|
@@ -180,7 +180,7 @@ async function getPromptOutput(overrides: { sessionGfi?: number } = {}) {
|
|
|
180
180
|
|
|
181
181
|
// ─── Tests: MVP Diet — sections that must NOT appear by default ────────────
|
|
182
182
|
|
|
183
|
-
describe('PRI-291 Prompt Diet: default prompt excludes non-MVP sections', () => {
|
|
183
|
+
describe('PRI-291 Prompt Diet: default prompt excludes non-MVP sections', { timeout: 15000 }, () => {
|
|
184
184
|
it('default prompt does NOT contain Thinking OS text', async () => {
|
|
185
185
|
const { append } = await getPromptOutput();
|
|
186
186
|
expect(append).not.toContain('<thinking_os>');
|