fwdloop 0.0.1 → 0.1.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/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fwdloop",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Describe a job as steps and guardrails; an agent builds the workflow, pauses for humans where you said, checks every step happened, and reruns it under budgets it cannot touch.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -33,5 +33,8 @@
|
|
|
33
33
|
"fwdloop.context.md",
|
|
34
34
|
"LICENSE",
|
|
35
35
|
"NOTICE"
|
|
36
|
-
]
|
|
36
|
+
],
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"bare-agent": "^0.42.0"
|
|
39
|
+
}
|
|
37
40
|
}
|