@agentrules/core 0.0.11 → 0.1.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/README.md CHANGED
@@ -55,7 +55,7 @@ const result = await buildPresetRegistry({
55
55
  description: "A helpful preset",
56
56
  tags: ["starter"],
57
57
  license: "MIT",
58
- platform: "opencode",
58
+ platforms: ["opencode", "claude"], // or use `platform: "opencode"` for single platform
59
59
  path: "files",
60
60
  },
61
61
  files: [
@@ -159,7 +159,7 @@ import {
159
159
  presetBundleSchema,
160
160
  presetPublishInputSchema,
161
161
  platformIdSchema,
162
- slugSchema,
162
+ nameSchema,
163
163
  titleSchema,
164
164
  descriptionSchema,
165
165
  } from "@agentrules/core";