@mobrienv/autoloop 0.7.3 → 0.7.4
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": "@mobrienv/autoloop",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Simpler, opinionated loop harness for inspectable long-running agent workflows",
|
|
6
6
|
"type": "module",
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
"vitest": "^3.0.0"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@mobrienv/autoloop-cli": "0.7.
|
|
94
|
-
"@mobrienv/autoloop-core": "0.7.
|
|
95
|
-
"@mobrienv/autoloop-harness": "0.7.
|
|
96
|
-
"@mobrienv/autoloop-presets": "0.7.
|
|
93
|
+
"@mobrienv/autoloop-cli": "0.7.4",
|
|
94
|
+
"@mobrienv/autoloop-core": "0.7.4",
|
|
95
|
+
"@mobrienv/autoloop-harness": "0.7.4",
|
|
96
|
+
"@mobrienv/autoloop-presets": "0.7.4"
|
|
97
97
|
}
|
|
98
98
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autoloop",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"description": "Run and operate autoloops — start runs, monitor progress, inject guidance, manage worktrees, inspect artifacts, and clean up.",
|
|
5
5
|
"homepage": "https://github.com/mikeyobrien/autoloop-ts",
|
|
6
6
|
"repository": "https://github.com/mikeyobrien/autoloop-ts",
|