| description | Use for first-time setup of RenOS, or to resume a partial setup. Triggers
on the /ren:install slash command. Idempotent guided flow: environment
check, wiki bootstrap, optional interview, backup nag, companion offers,
first project, then a closing summary of what's now possible. Every stage
is skippable except wiki bootstrap; re-running skips whatever's already
done.
|
| contract | {"required_outputs":["Master wiki stamped at wiki_root() (index.md, log.md, identity.md, LICENSES.md, research/, decisions/, alternatives/, patterns/, projects/)","RenOS managed block present in claude_user_dir()/CLAUDE.md (markers only — content outside them untouched)","A closing summary naming what the friend can now do (pin/recall/wrap/remember)","state_dir()/install.json recording the installed version"],"budgets":{"turns":10,"files_written":20,"duration_seconds":300},"permissions":{"read":["~/.renos/wiki/**"],"write":["~/.renos/wiki/**","~/.renos/wiki/.ren/install.json","~/.claude/CLAUDE.md"],"execute":["uv tool install *"]},"completion_conditions":["install_state(wiki_root()).wiki_stamped is True","state_dir()/install.json exists with the current framework_version"],"output_paths":["~/.renos/wiki/","~/.renos/wiki/.ren/install.json","~/.claude/CLAUDE.md"]} |