@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.
Files changed (2) hide show
  1. package/README.md +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # ai-kit
2
2
 
3
- [![CircleCI](https://circleci.com/gh/clubmatto/vetrina.svg?style=shield)](https://circleci.com/gh/clubmatto/vetrina)
3
+ [![CI](https://github.com/clubmatto/vetrina/actions/workflows/ai-kit-ci.yml/badge.svg)](https://github.com/clubmatto/vetrina/actions/workflows/ai-kit-ci.yml)
4
4
  [![npm version](https://img.shields.io/npm/v/@clubmatto/ai-kit)](https://www.npmjs.com/package/@clubmatto/ai-kit)
5
- [![License: MIT](https://img.shields.io/npm/l/@clubmatto/ai-kit)](/LICENSE)
5
+ [![License: MIT](https://img.shields.io/npm/l/@clubmatto%2Fai-kit)](/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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clubmatto/ai-kit",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "The AI configuration CLI from Club Matto",
5
5
  "repository": {
6
6
  "type": "git",