@polka-codes/runner 0.9.99 → 0.9.101
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/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42783,7 +42783,7 @@ var {
|
|
|
42783
42783
|
Help
|
|
42784
42784
|
} = import__.default;
|
|
42785
42785
|
// package.json
|
|
42786
|
-
var version = "0.9.
|
|
42786
|
+
var version = "0.9.101";
|
|
42787
42787
|
|
|
42788
42788
|
// src/runner.ts
|
|
42789
42789
|
import { execSync } from "node:child_process";
|
|
@@ -56581,7 +56581,8 @@ var configSchema = exports_external.object({
|
|
|
56581
56581
|
rules: exports_external.array(ruleSchema).optional().or(exports_external.string()).optional(),
|
|
56582
56582
|
excludeFiles: exports_external.array(exports_external.string()).optional(),
|
|
56583
56583
|
agent: agentSchema,
|
|
56584
|
-
memory: memoryConfigSchema
|
|
56584
|
+
memory: memoryConfigSchema,
|
|
56585
|
+
loadRules: exports_external.record(exports_external.string(), exports_external.boolean()).optional()
|
|
56585
56586
|
}).strict().nullish();
|
|
56586
56587
|
// ../core/src/skills/constants.ts
|
|
56587
56588
|
var SKILL_LIMITS = {
|