What rhiza init asks
Running uvx rhiza init walks you through three questions:
? Template repository (GitHub owner/repo): Jebel-Quant/rhiza
? Template ref (tag, branch, or commit): v0.8.0
? Bundles to include: core, github, tests, renovate
The result is .rhiza/template.yml — one file, under version control, that describes everything Rhiza will manage in this project.
After init, run uvx rhiza sync to write the actual files.
Review the diff with git diff before committing.