@schalkneethling/calavera-artifact-core 0.4.0 → 0.4.1
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/package.json +1 -1
- package/src/catalog.js +2 -2
package/package.json
CHANGED
package/src/catalog.js
CHANGED
|
@@ -4,7 +4,7 @@ export const DEFAULT_ARTIFACT_TARGET = "claude-code";
|
|
|
4
4
|
|
|
5
5
|
const ARTIFACT_SCHEMA =
|
|
6
6
|
"https://calavera.schalkneethling.com/schemas/calavera-artifact.schema.json";
|
|
7
|
-
const DEFAULT_COMPATIBILITY = ">=2.2.0
|
|
7
|
+
const DEFAULT_COMPATIBILITY = ">=2.2.0";
|
|
8
8
|
const ARTIFACT_TARGETS = Object.freeze(["claude-code", "codex", "cursor", "opencode"]);
|
|
9
9
|
/** @type {readonly (readonly [string, string, string?])[]} */
|
|
10
10
|
const definitions = Object.freeze([
|
|
@@ -20,7 +20,7 @@ const definitions = Object.freeze([
|
|
|
20
20
|
["skill-npm-trusted-publishing-github-workflow", "npm trusted publishing GitHub workflow"],
|
|
21
21
|
["skill-project-goal", "Project goal"],
|
|
22
22
|
["skill-refined-plan-mode", "Refined plan mode"],
|
|
23
|
-
["skill-release-with-confidence", "Release with confidence", ">=2.4.0-next.0
|
|
23
|
+
["skill-release-with-confidence", "Release with confidence", ">=2.4.0-next.0"],
|
|
24
24
|
["hook-auto-approve-safe-commands", "Auto-approve safe commands"],
|
|
25
25
|
["hook-block-dangerous-commands", "Block dangerous commands"],
|
|
26
26
|
["agent-technical-devils-advocate", "Technical devil's advocate"],
|