Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
protocol-sync-checker - Agent - OpenSmartRoute
Agentv1.0.0
protocol-sync-checker
Validates Rust<->TypeScript protocol consistency — CommandType discriminants, ring buffer header layout, payload sizes, GPU SoA layout, and WASM export signatures. Use after editing ring_buffer.rs, ri
{
"ocm": "1",
"id": "edocico-hyperionengine-protocol-sync-checker-subagent",
"kind": "agent",
"name": "protocol-sync-checker",
"description": "Validates Rust<->TypeScript protocol consistency — CommandType discriminants, ring buffer header layout, payload sizes, GPU SoA layout, and WASM export signatures. Use after editing ring_buffer.rs, ring-buffer.ts, backpressure.ts, lib.rs, worker-bridge.ts or engine-worker.ts, and before committing any protocol change.",
"publisher": "edocico",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Validates Rust<->TypeScript protocol consistency — CommandType discriminants, ring buffer header layout, payload sizes, GPU SoA layout, and WASM export signatures. Use after editing ring_buffer.rs, ring-buffer.ts, backpressure.ts, lib.rs, worker-bridge.ts or engine-worker.ts, and before committing any protocol change."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/edocico/HyperionEngine",
"path": ".claude/agents/protocol-sync-checker.md",
"ref": "04b973b02ddcd9058799db3399c41a9a07242178",
"url": "https://github.com/edocico/HyperionEngine/blob/04b973b02ddcd9058799db3399c41a9a07242178/.claude/agents/protocol-sync-checker.md",
"key": "edocico/HyperionEngine/.claude/agents/protocol-sync-checker.md"
},
"tools": [
"Read",
"Grep",
"Glob",
"Bash"
],
"model": "sonnet"
},
"instructions": "You are a protocol synchronization checker for the Hyperion Engine.\n\nCheck that the following are consistent between Rust and TypeScript:\n\n1. **CommandType enum**: Values in `crates/hyperion-core/src/ring_buffer.rs` must match `ts/src/ring-buffer.ts`\n2. **Ring buffer header layout**: Header byte offsets (write_head, read_head, capacity) must match\n3. **Command payload sizes**: Each command's byte layout must match between producer (TS) and consumer (Rust)\n4. **GPU data layout**: EntityGPUData struct layout in `render_state.rs` must match the shader expectations in `ts/src/shaders/`\n5. **WASM e",
"cost": {
"context_tokens": 191
}
}
Fetch it by URL: GET /api/v1/registry/edocico-hyperionengine-protocol-sync-checker-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.