@markjaquith/agency 2.71.13 → 2.71.14
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": "@markjaquith/agency",
|
|
3
|
-
"version": "2.71.
|
|
3
|
+
"version": "2.71.14",
|
|
4
4
|
"description": "Manage agentic work across repositories with durable workbases",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agents",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"preuninstall": "bun scripts/install-pi-extension.ts uninstall",
|
|
67
67
|
"benchmark:act": "bun scripts/benchmark-act.ts",
|
|
68
68
|
"benchmark:pr": "bun scripts/benchmark-pr.ts",
|
|
69
|
+
"benchmark:release": "bun scripts/benchmark-release.ts",
|
|
69
70
|
"benchmark:status": "bun scripts/benchmark-status.ts",
|
|
70
71
|
"benchmark:init": "bun scripts/benchmark-init.ts",
|
|
71
72
|
"benchmark:workbase": "bun scripts/benchmark-workbase.ts",
|
|
@@ -265,7 +265,6 @@ describe("claim service", () => {
|
|
|
265
265
|
)
|
|
266
266
|
expect(inspected.data).toMatchObject({ branch: "phase/target" })
|
|
267
267
|
})
|
|
268
|
-
|
|
269
268
|
test("serializes concurrent claims and allows expired ownership replacement", async () => {
|
|
270
269
|
const initial = await inspect()
|
|
271
270
|
const attempts = await Promise.allSettled([
|