kici 0.7.0 → 0.9.0
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/sbom.spdx.json +1328 -1508
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# KiCI
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> CI/CD in typed TypeScript, with a dev loop on your real infrastructure — run your working tree, uncommitted changes included, on your own agents with `kici run remote` before you push. KiCI never receives your source or secrets.
|
|
4
4
|
|
|
5
5
|
`kici` is the developer CLI for [KiCI](https://kici.dev): scaffold a `.kici/` workflow directory, compile workflows, dry-run them against synthetic or real events, and execute them locally or against a remote orchestrator.
|
|
6
6
|
|
|
@@ -58,4 +58,4 @@ Issues and PRs are welcome at <https://github.com/kici-dev/kici-public> — see
|
|
|
58
58
|
|
|
59
59
|
## Status
|
|
60
60
|
|
|
61
|
-
KiCI is actively developed and dogfooded in production. It is pre-1.0 — protocols and the CLI surface can change between minor versions, so pin versions for production.
|
|
61
|
+
KiCI is in public beta: actively developed and dogfooded in production. It is pre-1.0 — protocols and the CLI surface can change between minor versions, so pin versions for production.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kici",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Developer CLI for the KiCI CI/CD stack. Compile workflows, run them locally, and interact with a remote orchestrator from the command line.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ci",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@kici-dev/compiler": "0.
|
|
42
|
-
"@kici-dev/core": "0.
|
|
41
|
+
"@kici-dev/compiler": "0.9.0",
|
|
42
|
+
"@kici-dev/core": "0.9.0"
|
|
43
43
|
},
|
|
44
44
|
"files": [
|
|
45
45
|
"bin",
|