principles-disciple 1.110.0 → 1.111.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.111.0",
|
|
6
6
|
"activation": {
|
|
7
7
|
"onCapabilities": [
|
|
8
8
|
"hook"
|
package/package.json
CHANGED
|
@@ -292,7 +292,7 @@ describe('Feature flag loading from .pd/config.yaml', () => {
|
|
|
292
292
|
it('loadFeatureFlagFromConfig returns disabled for quiet flags by default', () => {
|
|
293
293
|
const tmp = mkTmpDir();
|
|
294
294
|
try {
|
|
295
|
-
const result = loadFeatureFlagFromConfig(tmp, '
|
|
295
|
+
const result = loadFeatureFlagFromConfig(tmp, 'evolution_worker');
|
|
296
296
|
expect(result.enabled).toBe(false);
|
|
297
297
|
} finally { rmTmpDir(tmp); }
|
|
298
298
|
});
|