@polka-codes/cli-shared 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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -51099,7 +51099,8 @@ var configSchema = exports_external.object({
|
|
|
51099
51099
|
rules: exports_external.array(ruleSchema).optional().or(exports_external.string()).optional(),
|
|
51100
51100
|
excludeFiles: exports_external.array(exports_external.string()).optional(),
|
|
51101
51101
|
agent: agentSchema,
|
|
51102
|
-
memory: memoryConfigSchema
|
|
51102
|
+
memory: memoryConfigSchema,
|
|
51103
|
+
loadRules: exports_external.record(exports_external.string(), exports_external.boolean()).optional()
|
|
51103
51104
|
}).strict().nullish();
|
|
51104
51105
|
// ../core/src/skills/constants.ts
|
|
51105
51106
|
var SKILL_LIMITS = {
|