@gannonh/kata 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,10 +5,6 @@
5
5
  **A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code.**
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/@gannonh/kata?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/@gannonh/kata)
8
- [![npm downloads](https://img.shields.io/npm/dm/@gannonh/kata?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/@gannonh/kata)
9
- [![License](https://img.shields.io/badge/license-MIT-blue?style=for-the-badge)](LICENSE)
10
- [![GitHub stars](https://img.shields.io/github/stars/gannonh/kata?style=for-the-badge&logo=github&color=181717)](https://github.com/gannonh/kata)
11
-
12
8
  <br>
13
9
 
14
10
  ```bash
@@ -39,7 +35,7 @@ People who want to describe what they want and have it built correctly — witho
39
35
  ## Getting Started
40
36
 
41
37
  ```bash
42
- npx @gannonh/kata (coming soon)
38
+ npx @gannonh/kata
43
39
  ```
44
40
 
45
41
  That's it. Verify with `/kata:help` inside your Claude Code interface.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gannonh/kata",
3
- "version": "0.1.0",
4
- "description": "A meta-prompting, context engineering and spec-driven development system for Claude Code.",
3
+ "version": "0.1.1",
4
+ "description": "Development framework for Claude Code.",
5
5
  "bin": {
6
6
  "kata": "bin/install.js"
7
7
  },
@@ -29,4 +29,4 @@
29
29
  "engines": {
30
30
  "node": ">=16.7.0"
31
31
  }
32
- }
32
+ }