@aikdna/kdna-cli 0.16.7 → 0.16.8
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 +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
KDNA CLI 是 AI Agent 加载、验证、组合、测试和治理领域判断的运行控制平面。
|
|
6
6
|
|
|
7
|
-
Part of the [KDNA](https://github.com/
|
|
7
|
+
Part of the [KDNA](https://github.com/aikdna/KDNA) ecosystem.
|
|
8
8
|
|
|
9
9
|
## Install
|
|
10
10
|
|
|
@@ -170,7 +170,7 @@ kdna license verify --json <file>
|
|
|
170
170
|
## Development
|
|
171
171
|
|
|
172
172
|
```bash
|
|
173
|
-
git clone https://github.com/
|
|
173
|
+
git clone https://github.com/aikdna/kdna-cli.git
|
|
174
174
|
cd kdna-cli
|
|
175
175
|
npm install
|
|
176
176
|
npm test
|
|
@@ -178,9 +178,9 @@ npm test
|
|
|
178
178
|
|
|
179
179
|
## Related
|
|
180
180
|
|
|
181
|
-
- [@aikdna/kdna-core](https://github.com/
|
|
182
|
-
- [KDNA Registry](https://github.com/
|
|
183
|
-
- [KDNA SPEC](https://github.com/
|
|
181
|
+
- [@aikdna/kdna-core](https://github.com/aikdna/KDNA/tree/main/packages/kdna-core) — Pure logic library
|
|
182
|
+
- [KDNA Registry](https://github.com/aikdna/kdna-registry) — Domain catalog
|
|
183
|
+
- [KDNA SPEC](https://github.com/aikdna/KDNA) — Protocol specification
|
|
184
184
|
- [aikdna.com](https://aikdna.com) — Website
|
|
185
185
|
|
|
186
186
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aikdna/kdna-cli",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.8",
|
|
4
4
|
"description": "KDNA CLI — create, validate, install, and manage domain cognition packages for AI agents.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"license": "Apache-2.0",
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
40
|
-
"url": "git+https://github.com/
|
|
40
|
+
"url": "git+https://github.com/aikdna/kdna-cli.git"
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://aikdna.com",
|
|
43
43
|
"bugs": {
|