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