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