Skip to content

Commit 46e8e7d

Browse files
chore: delete dead modules, exports, fixtures, scripts, and unused dependencies (#654)
* chore: delete dead modules, exports, fixtures, scripts, and unused dependencies * Keep mcp-app-json snapshot helpers now that the bridge imports them
1 parent 26ebfa7 commit 46e8e7d

32 files changed

Lines changed: 25 additions & 2460 deletions

‎.changeset/ponytail-dead-code.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"agent-bundle": patch
3+
"@agent-bundle/runtime": patch
4+
---
5+
6+
Drop the unused `open` dependency from `agent-bundle` and remove internal helpers that no package entry point exported and no code reached (the MCP App sandbox bridge, `durable-fs` pinned-file readers, unused Effect boundary helpers, `boundRenderEventStream`). Installs get one fewer package; no exported API changes. (#654)

‎agent-patterns/effect-errors.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Callers of `runPromise` see the same types they see today.
105105
- Swallowing interruption as a typed success. Cancellation is `AbortError`.
106106
`Stream.toReadableStream`'s `Cause.squash` is not that mapping — use the
107107
boundary helper.
108-
- `Effect.runPromise` in a test to "see the error" when `runPromiseExit` +
108+
- `Effect.runPromise` in a test to "see the error" when `Effect.exit` +
109109
`Cause` is the assertion you want — still only through the boundary.
110110
- New public error codes without updating the authoring docs and the mapping
111111
table in `docs/effect-conventions.md`.

0 commit comments

Comments
 (0)