chore(release): 0.54.0 — expose recursive agent atom + workspace seam#307
Conversation
…seam Publishes coordinationDriverAgent, serveCoordinationMcp, driverChild (the recursive driver atom, #304) and runInWorkspace (the shared-workspace seam, #305), which merged into main without a version bump and so were absent from the published 0.53.0. Additive (new exports on the /runtime barrel) — no breaking changes, no fleet bump required. Verified: dist/runtime.js exposes all four; tests 945 pass.
tangletools
left a comment
There was a problem hiding this comment.
✅ Auto-approved PR — 4fffb68e
Blanket team auto-approval is enabled for this reviewer service.
The full PR reviewer audit still runs separately and will publish findings if it detects issues.
tangletools · auto-approval · reason: blanket_auto_approve · 2026-06-16T10:56:54Z
🟢 Value Audit — sound
💰 Value — soundBumps package.json from 0.53.0 to 0.54.0 so npm publishes the recursive driver/coordination atom and workspace seam already merged to main; a standard, additive release commit in the repo's established pattern.
🎯 Usefulness — soundThe 0.54.0 version bump publishes the recursive coordination driver and workspace seam that are already wired into the runtime entry, exercised by real tests and benchmarks, and unblocks an external consumer.
No concerns — sound change, no better or existing approach found. ✅ What this audit checksIt judges the change on its merits — not whether it was tasked out in an issue. Unticketed, fast-moving work is fine; the question is whether the change is good and whether a better or existing approach should be used instead.
Findings are concerns, not blocks — the human reviewer decides what to do with them. |
✅ No Blockers —
|
| deepseek | glm | aggregate | |
|---|---|---|---|
| Readiness | 95 | 95 | 95 |
| Confidence | 65 | 65 | 65 |
| Correctness | 95 | 95 | 95 |
| Security | 95 | 95 | 95 |
| Testing | 95 | 95 | 95 |
| Architecture | 95 | 95 | 95 |
Full multi-shot audit completed 1/1 planned shots over 1 changed files. Global verifier still owns final merge decision. | Full multi-shot audit completed 1/1 planned shots over 1 changed files. Global verifier still owns final merge decision.
No findings.
tangletools · 2026-06-16T11:00:49Z · trace
…xpr, unused import, import order)
tangletools
left a comment
There was a problem hiding this comment.
✅ Auto-approved PR — cd15f1db
Blanket team auto-approval is enabled for this reviewer service.
The full PR reviewer audit still runs separately and will publish findings if it detects issues.
tangletools · auto-approval · reason: blanket_auto_approve · 2026-06-16T11:01:54Z
Publishes
coordinationDriverAgent,serveCoordinationMcp,driverChild(#304) andrunInWorkspace(#305) — merged to main without a version bump, so absent from published 0.53.0 (verified:require('@tangle-network/agent-runtime/runtime').coordinationDriverAgent === undefinedon npm latest). A consumer is blocked on these. Additive new exports — no breaking change, no fleet bump. dist exposes all four; 945 tests pass.