@zibby/workflow-templates 0.2.0 → 0.2.1
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.
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Browser Test Automation \u2014 preflight + live Playwright execution + Playwright-script emission, driven by a Claude/Cursor agent.",
|
|
7
7
|
"main": "graph.mjs",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@zibby/core": "^0.
|
|
9
|
+
"@zibby/core": "^0.5.1",
|
|
10
10
|
"zod": "^3.23.0"
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Code Analysis \u2014 multi-node Jira-to-code workflow: analyze ticket \u2192 generate scoped code changes \u2192 emit covering test cases.",
|
|
7
7
|
"main": "graph.mjs",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@zibby/core": "^0.
|
|
9
|
+
"@zibby/core": "^0.5.1",
|
|
10
10
|
"axios": "^1.6.0",
|
|
11
11
|
"handlebars": "^4.7.8",
|
|
12
12
|
"zod": "^3.23.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zibby/workflow-templates",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Built-in workflow templates for Zibby — browser-test-automation, code-analysis, generate-test-cases. Carved out of @zibby/core@0.4.6 so the engine ships without scaffolding payload.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|