Skip to content

Commit 67ca86e

Browse files
Roachclaude
andcommitted
docs: fix timeline order + multi-session note
- Permission prompt moved before plan approved (fires on tool approval request) - Hooks section: "Run multiple Claude sessions at once — each bound to a different light" - Dot stagger delays updated to match new row order Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ac91f76 commit 67ca86e

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@
208208
.tl-cyan > .timeline-item::before { background: var(--cyan); animation-delay: 0s; }
209209
.tl-magenta > .timeline-item::before { background: var(--magenta); animation-delay: -0.25s; }
210210
.tl-cyan2 > .timeline-item::before { background: var(--cyan); animation-delay: -0.5s; }
211-
.tl-green > .timeline-item::before { background: var(--green); animation-delay: -0.75s; }
212-
.tl-red > .timeline-item::before { background: var(--red); animation-delay: -1.0s; }
211+
.tl-red > .timeline-item::before { background: var(--red); animation-delay: -0.75s; }
212+
.tl-green > .timeline-item::before { background: var(--green); animation-delay: -1.0s; }
213213
.tl-warm > .timeline-item::before { background: var(--amber); animation-delay: -1.25s; }
214214

215215
@keyframes dot-pulse {
@@ -353,8 +353,8 @@ <h1>
353353
<h2>Every Claude session state, lit up</h2>
354354
<p>
355355
<code>hue-status.js</code> hooks into Claude Code's event system and drives a dedicated light
356-
for each session. Bind different projects to different lights. Claude saves your light state
357-
at session start and restores it when it stops.
356+
for each session. Run multiple Claude sessions at once — each bound to a different light.
357+
Claude saves your light state at session start and restores it when it stops.
358358
</p>
359359

360360
<div class="timeline">
@@ -385,22 +385,22 @@ <h2>Every Claude session state, lit up</h2>
385385
<span class="tl-badge" style="background:rgba(0,212,255,0.12);color:var(--cyan)">thinking</span>
386386
</div>
387387
</div>
388-
<div class="tl-green">
388+
<div class="tl-red">
389389
<div class="timeline-item">
390390
<div class="tl-text">
391-
<strong>Plan approved</strong>
392-
<span>exit_plan_modesolid green flash, then resumes</span>
391+
<strong>Permission prompt</strong>
392+
<span>Notificationred pulse, 30s auto-expire → idle</span>
393393
</div>
394-
<span class="tl-badge" style="background:rgba(0,255,136,0.12);color:var(--green)">success</span>
394+
<span class="tl-badge" style="background:rgba(255,51,85,0.12);color:var(--red)">prompt</span>
395395
</div>
396396
</div>
397-
<div class="tl-red">
397+
<div class="tl-green">
398398
<div class="timeline-item">
399399
<div class="tl-text">
400-
<strong>Permission prompt</strong>
401-
<span>Notificationred pulse, 30s auto-expire → idle</span>
400+
<strong>Plan approved</strong>
401+
<span>exit_plan_modesolid green flash, then resumes</span>
402402
</div>
403-
<span class="tl-badge" style="background:rgba(255,51,85,0.12);color:var(--red)">prompt</span>
403+
<span class="tl-badge" style="background:rgba(0,255,136,0.12);color:var(--green)">success</span>
404404
</div>
405405
</div>
406406
<div class="tl-warm">

0 commit comments

Comments
 (0)