Update getting-started hint: say Hi! to trigger first session
This commit is contained in:
parent
17a75d2726
commit
1f56facda5
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ if (emptyRegistered.length > 0) {
|
|||
<strong>💡 Getting started</strong>
|
||||
<p>These registered projects have no workstreams yet:</p>
|
||||
<ul>${emptyRegistered.map(t => html`<li>
|
||||
<strong>${t.domain}</strong> — open the repo in Claude Code and ask the Custodian to create one, or run:<br>
|
||||
<strong>${t.domain}</strong> — open the repo in Claude Code and say <em>"Hi!"</em> to kick off the first session, or go manual:<br>
|
||||
<code>custodian create-workstream --domain ${t.domain} --title "My first workstream"</code>
|
||||
</li>`)}</ul>
|
||||
</div>`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue