@polka-codes/cli-shared 0.9.100 → 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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. 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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/cli-shared",
3
- "version": "0.9.100",
3
+ "version": "0.9.101",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",