You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(clients): VCL rename stage B (2/5) — Rust/Zig/Julia/Elixir SDKs
Second sub-stage of #84. Updates the four non-ReScript client SDKs to the
renamed wire contract from PR #144 (server route /api/v1/vcl/execute).
- connectors/clients/rust/src/vql.rs -> vcl.rs (mod vcl, execute_vcl,
Vcl{Request,Response,Result,ParseError,ExecutionError})
- connectors/clients/zig/src/vql.zig -> vcl.zig
- connectors/clients/julia/src/vql.jl -> vcl.jl
- connectors/clients/elixir/lib/verisim_client/vcl.ex + types.ex
- all four now POST /api/v1/vcl/execute
Verified: grep-to-zero leaves no vql/VQL/Vql token in the four client
trees; endpoint updated in every SDK; symmetric 99/99 diff. Rust client
compiles on CI (cargo); Zig/Julia/Elixir renames are mechanical
(string + symbol).
Refs #84.
https://claude.ai/code/session_01W9Voe3JceP66Bna9FT4jME
0 commit comments