@tiangong-ai/cli 0.0.1 → 0.0.3
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/AGENTS.md +2 -2
- package/README.md +1 -1
- package/package.json +2 -2
package/AGENTS.md
CHANGED
|
@@ -16,7 +16,7 @@ checkPaths:
|
|
|
16
16
|
- docs/agents/**
|
|
17
17
|
- src/**
|
|
18
18
|
lastReviewedAt: 2026-05-08
|
|
19
|
-
lastReviewedCommit:
|
|
19
|
+
lastReviewedCommit: 69e9cde303c75e33da9948ed25744349d880d96c
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
# Tiangong AI CLI Contract
|
|
@@ -60,7 +60,7 @@ aggregated local quality gate.
|
|
|
60
60
|
|
|
61
61
|
## Release
|
|
62
62
|
|
|
63
|
-
GitHub Actions publishes npm releases through `.github/workflows/
|
|
63
|
+
GitHub Actions publishes npm releases through `.github/workflows/publish.yml`.
|
|
64
64
|
The workflow uses npm Trusted Publishing through GitHub OIDC and runs npm lint,
|
|
65
65
|
test, coverage, and pack checks before publishing.
|
|
66
66
|
|
package/README.md
CHANGED
|
@@ -85,7 +85,7 @@ docpact validate-config --root . --strict
|
|
|
85
85
|
|
|
86
86
|
## Release
|
|
87
87
|
|
|
88
|
-
Publishing is handled by GitHub Actions in `.github/workflows/
|
|
88
|
+
Publishing is handled by GitHub Actions in `.github/workflows/publish.yml`.
|
|
89
89
|
Push a `v*` tag that matches `package.json` version. The workflow publishes
|
|
90
90
|
`@tiangong-ai/cli` to npm through npm Trusted Publishing after lint, tests,
|
|
91
91
|
coverage, version availability, and a package dry run pass.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tiangong-ai/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Tiangong AI command-line interface.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"type": "module",
|
|
14
14
|
"bin": {
|
|
15
|
-
"tiangong-ai": "
|
|
15
|
+
"tiangong-ai": "bin/tiangong-ai.js"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
|
18
18
|
"bin/",
|