Apply the bracketed Convex API module references required by the kebab-case module rename

This commit is contained in:
sai karthik
2026-07-23 00:50:08 +05:30
parent 74a209a807
commit b0aef54249
24 changed files with 1330 additions and 239 deletions

View File

@@ -43,6 +43,9 @@ export const makeAgentOsRuntime = Effect.gen(function* () {
catch: (cause) =>
new AgentOsCommandError({ method: command.method, cause }),
}).pipe(
Effect.map((result) =>
result instanceof Uint8Array ? result.slice().buffer : result
),
Effect.tap((result) =>
controlPlane.recordEvent({
commandId: command._id,