docs(onboarding): mention /init to trigger integration in step 3

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 11:16:08 +01:00
parent fe6704b9d0
commit c7f22fd199
2 changed files with 6 additions and 5 deletions

View File

@@ -255,9 +255,9 @@ custodian register-project --domain &lt;slug&gt;</pre>
<div class="onboard-step">
<span class="onboard-num">3</span>
<div>
<strong>Open the repo in Claude Code</strong>
<strong>Open the repo in Claude Code and run /init</strong>
<pre>cd /path/to/repo && claude</pre>
<p class="onboard-note">The repo agent sees the Repo Integration workstream at session start and integrates autonomously — no manual interaction needed.</p>
<p class="onboard-note">Once Claude starts, run <code>/init</code> to trigger the integration. The repo agent reads <code>CLAUDE.custodian.md</code>, picks up the onboarding tasks, and integrates autonomously.</p>
</div>
</div>
<div class="onboard-step">