keystone-cli 2.1.8 → 2.1.9
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "keystone-cli",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.9",
|
|
4
4
|
"description": "A local-first, declarative, agentic workflow orchestrator built on Bun",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -16,7 +16,13 @@
|
|
|
16
16
|
"format": "biome format --write .",
|
|
17
17
|
"schema:generate": "bun run src/scripts/generate-schemas.ts"
|
|
18
18
|
},
|
|
19
|
-
"keywords": [
|
|
19
|
+
"keywords": [
|
|
20
|
+
"workflow",
|
|
21
|
+
"orchestrator",
|
|
22
|
+
"agentic",
|
|
23
|
+
"automation",
|
|
24
|
+
"bun"
|
|
25
|
+
],
|
|
20
26
|
"author": "Mark Hingston",
|
|
21
27
|
"license": "MIT",
|
|
22
28
|
"repository": {
|
|
@@ -24,7 +30,12 @@
|
|
|
24
30
|
"url": "https://github.com/mhingston/keystone-cli.git"
|
|
25
31
|
},
|
|
26
32
|
"homepage": "https://github.com/mhingston/keystone-cli#readme",
|
|
27
|
-
"files": [
|
|
33
|
+
"files": [
|
|
34
|
+
"src",
|
|
35
|
+
"README.md",
|
|
36
|
+
"LICENSE",
|
|
37
|
+
"logo.png"
|
|
38
|
+
],
|
|
28
39
|
"dependencies": {
|
|
29
40
|
"@ast-grep/cli": "^0.40.3",
|
|
30
41
|
"@ast-grep/napi": "^0.40.3",
|
|
@@ -76,7 +76,7 @@ steps:
|
|
|
76
76
|
3. A `steps` array with at least one step
|
|
77
77
|
4. Each step must have `id` and `type` fields
|
|
78
78
|
|
|
79
|
-
|
|
79
|
+
Return a JSON object with a single "content" field containing the corrected YAML as a string.
|
|
80
80
|
outputSchema:
|
|
81
81
|
type: object
|
|
82
82
|
properties:
|