@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.
- package/README.md +1 -5
- 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
|
[](https://www.npmjs.com/package/@gannonh/kata)
|
|
8
|
-
[](https://www.npmjs.com/package/@gannonh/kata)
|
|
9
|
-
[](LICENSE)
|
|
10
|
-
[](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
|
|
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.
|
|
4
|
-
"description": "
|
|
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
|
+
}
|