artisense 0.1.3 → 0.1.4
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -139,7 +139,7 @@ import { mkdir as mkdir2, writeFile as writeFile2 } from "node:fs/promises";
|
|
|
139
139
|
import { resolve as resolve2, dirname as dirname2 } from "node:path";
|
|
140
140
|
var TARGETS = {
|
|
141
141
|
claude: {
|
|
142
|
-
path: ".claude/
|
|
142
|
+
path: ".claude/skills/artisense/SKILL.md",
|
|
143
143
|
label: "Claude Code",
|
|
144
144
|
wrap: (c) => c
|
|
145
145
|
},
|