endpoint-gen 1.13.1

Schema-first code generator for WebSocket RPC services: turns declarative RON endpoint definitions into Rust models, docs, MCP tool schemas, and optional OpenAPI 3.1 / AsyncAPI 3.0 documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
@AGENTS.md

# Claude Code notes — endpointgen

The import above is binding: [`AGENTS.md`](AGENTS.md) is the **working agreement** for this
repository, and every Claude Code session loads it automatically. Don't copy rules here —
one source of truth, no drift. Only genuinely Claude-specific wiring belongs below.

- Guardrails live in [`.claude/settings.json`].claude/settings.json: safe read-only
  commands are pre-allowed; pushes, publishing, `gh pr merge`, cloud CLIs and deploys prompt
  first (`permissions.ask` plus the `PreToolUse` hook in [`.claude/hooks/`].claude/hooks/).
- Keep the hook's `RISKY_WORDS` and `permissions.ask` **in sync** — they back each other up.