@mobrienv/autoloop 0.9.1 → 0.9.2
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.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Simpler, opinionated loop harness for inspectable long-running agent workflows",
|
|
6
6
|
"type": "module",
|
|
@@ -93,9 +93,9 @@
|
|
|
93
93
|
"vitest": "^3.0.0"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@mobrienv/autoloop-cli": "0.9.
|
|
97
|
-
"@mobrienv/autoloop-core": "0.9.
|
|
98
|
-
"@mobrienv/autoloop-harness": "0.9.
|
|
99
|
-
"@mobrienv/autoloop-presets": "0.9.
|
|
96
|
+
"@mobrienv/autoloop-cli": "0.9.2",
|
|
97
|
+
"@mobrienv/autoloop-core": "0.9.2",
|
|
98
|
+
"@mobrienv/autoloop-harness": "0.9.2",
|
|
99
|
+
"@mobrienv/autoloop-presets": "0.9.2"
|
|
100
100
|
}
|
|
101
101
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autoloop",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
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",
|
|
6
6
|
"repository": "https://github.com/mikeyobrien/autoloop",
|