feinai 0.5.4 → 0.5.5
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 +1 -1
- package/package.json +1 -1
- package/src/cli.ts +1 -1
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ sudo ln -sf ~/.bun/bin/bun /usr/local/bin/bun
|
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
69
|
mkdir -p ~/.claude/skills
|
|
70
|
-
SKILLS
|
|
70
|
+
SKILLS=~/.bun/install/global/node_modules/feinai/skills
|
|
71
71
|
for skill in feinai-sdd feinai-write-spec feinai-write-tasks feinai-dispatch feinai-implement; do
|
|
72
72
|
ln -sf "$SKILLS/$skill" ~/.claude/skills/$skill
|
|
73
73
|
done
|
package/package.json
CHANGED