reboot/cli/commands/init/ renders hello_world.proto.j2, so rbt init produces a project whose API is defined in protobuf. The docs no longer describe that: they present Pydantic (Python) and Zod (TypeScript) as the way to define an API, and keep protobuf only for the standard library's value encoding. The docs' rbt CLI page deliberately omits rbt init until this is resolved.
Either update rbt init to scaffold a Pydantic-based project, matching what the app, mcp-ui, and web-app plugin skills produce, or remove the command.
reboot/cli/commands/init/rendershello_world.proto.j2, sorbt initproduces a project whose API is defined in protobuf. The docs no longer describe that: they present Pydantic (Python) and Zod (TypeScript) as the way to define an API, and keep protobuf only for the standard library's value encoding. The docs'rbtCLI page deliberately omitsrbt inituntil this is resolved.Either update
rbt initto scaffold a Pydantic-based project, matching what theapp,mcp-ui, andweb-appplugin skills produce, or remove the command.