@clubmatto/ai-kit 0.0.4 → 0.0.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 +10 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# ai-kit
|
|
2
2
|
|
|
3
|
-
[](https://github.com/clubmatto/vetrina/actions/workflows/ai-kit-ci.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/@clubmatto/ai-kit)
|
|
5
|
-
[](/LICENSE)
|
|
6
6
|
|
|
7
7
|
The AI configuration CLI from Club Matto. Sync rules, skills, and commands to power up your AI coding workflow.
|
|
8
8
|
|
|
@@ -60,6 +60,14 @@ npm link
|
|
|
60
60
|
ai-kit sync
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
+
## Release
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
# Create git tag with prefix (triggers automated release)
|
|
67
|
+
git tag ai-kit/v<version>
|
|
68
|
+
git push origin ai-kit/v<version>
|
|
69
|
+
```
|
|
70
|
+
|
|
63
71
|
## License
|
|
64
72
|
|
|
65
73
|
MIT — see [LICENSE](/LICENSE) for details.
|