kaide 1.0.3 → 1.0.4
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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
1. Run the CLI to automatically install the configuration files:
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npx kaide
|
|
14
|
+
npx kaide init
|
|
15
15
|
```
|
|
16
16
|
2. (Recommended) For maximum adherence, point your AI tool to your identity in **Settings/Project Rules**:
|
|
17
17
|
|
|
@@ -64,4 +64,4 @@ While optimized for Cursor (`.mdc`), **Kaide** is built on pure Markdown and wor
|
|
|
64
64
|
## Security & Performance
|
|
65
65
|
- **Zero Inline Script:** Strictly enforced CSP compliance.
|
|
66
66
|
- **Locked Boundaries:** Server-only logic is isolated from client bundles.
|
|
67
|
-
- **Optimized Assets:** Automatic enforcement of modern formats and performance patterns for peak scores.
|
|
67
|
+
- **Optimized Assets:** Automatic enforcement of modern formats and performance patterns for peak scores.
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kaide",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "AI-native architecture kit for modern React. High-discipline protocols for autonomous agents.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"kaide": "./bin/kaide.js"
|
|
8
8
|
},
|
|
9
9
|
"keywords": [
|
|
10
|
+
"kaide",
|
|
10
11
|
"ai",
|
|
11
12
|
"react",
|
|
12
13
|
"architecture",
|
|
@@ -19,8 +20,7 @@
|
|
|
19
20
|
"tanstack",
|
|
20
21
|
"typescript",
|
|
21
22
|
"zod",
|
|
22
|
-
"cli"
|
|
23
|
-
"kaide"
|
|
23
|
+
"cli"
|
|
24
24
|
],
|
|
25
25
|
"author": "Ömer Gülçiçek (https://github.com/omergulcicek)",
|
|
26
26
|
"license": "MIT",
|