kaide 1.0.3 → 1.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 +4 -2
- package/kaide.png +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
> **Kaide** (Etymology: Turkish): A fundamental rule, principle, or base that provides structural integrity. The name cleverly embeds **AI** (K**ai**de), reflecting its core mission.
|
|
6
6
|
|
|
7
|
+
<img src="kaide.png" alt="Kaide" width="610px" />
|
|
8
|
+
|
|
7
9
|
## Getting Started
|
|
8
10
|
|
|
9
11
|
### Installation & Setup
|
|
@@ -11,7 +13,7 @@
|
|
|
11
13
|
1. Run the CLI to automatically install the configuration files:
|
|
12
14
|
|
|
13
15
|
```bash
|
|
14
|
-
npx kaide
|
|
16
|
+
npx kaide init
|
|
15
17
|
```
|
|
16
18
|
2. (Recommended) For maximum adherence, point your AI tool to your identity in **Settings/Project Rules**:
|
|
17
19
|
|
|
@@ -64,4 +66,4 @@ While optimized for Cursor (`.mdc`), **Kaide** is built on pure Markdown and wor
|
|
|
64
66
|
## Security & Performance
|
|
65
67
|
- **Zero Inline Script:** Strictly enforced CSP compliance.
|
|
66
68
|
- **Locked Boundaries:** Server-only logic is isolated from client bundles.
|
|
67
|
-
- **Optimized Assets:** Automatic enforcement of modern formats and performance patterns for peak scores.
|
|
69
|
+
- **Optimized Assets:** Automatic enforcement of modern formats and performance patterns for peak scores.
|
package/kaide.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kaide",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
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",
|