(effect: Effect.Effect<A, E>)
| 1666 | const core = makeCoreDb(fuma); |
| 1667 | const blobs = config.blobs ?? makeFumaBlobStore(fuma); |
| 1668 | const transaction = <A, E>(effect: Effect.Effect<A, E>) => fuma.transaction(effect); |
| 1669 | |
| 1670 | // Runtime-observed output shapes ("muscle memory"): learned on the |
| 1671 | // execute success path, served by tools.schema when a tool declares no |
no test coverage detected