What /rhiza:init asks
Running /rhiza:init walks you through a few questions:
? Host and repo (GitHub or GitLab, owner/name): Jebel-Quant/rhiza
? Language (python / rust / go): python
? Template repo: Jebel-Quant/rhiza
? Template ref (tag, branch, or commit): v1.7.1
The template defaults to Jebel-Quant/rhiza for all three languages — it is multi-language, layering python-core, rust-core or go-core on a neutral core. Name any other owner/repo — a fork, or your own house template — and it is checked for reachability, and for whether it actually defines the profile, before being pinned.
The profile follows from the platform and language, so it is not asked. The result is .rhiza/template.yml — one file, under version control, that describes everything Rhiza will manage in this project.
/rhiza:init opens a PR on a rhiza_init_<date> branch. It syncs nothing: no CI, no Makefile, no gates. Merge it, then run /rhiza:update for the content.