{#if scopeOpen}
onPointerDown(0, e)} role="separator" aria-orientation="horizontal" >
{/if}
{#if planOpen}
{#if $currentTask?.goal}
{$currentTask.goal}
{/if} {#if planTotal > 0}
{planDone}/{planTotal} done
    {#each $planSteps as step (step.id)}
  1. {#if step.status === 'done'}
    {:else if step.status === 'running'} {:else if step.status === 'failed'}
    {:else}
    {/if} {step.title}
  2. {/each}
{:else}

Awaiting plan…

{/if}
onPointerDown(1, e)} role="separator" aria-orientation="horizontal" >
{/if}
{#if activityOpen}
{/if}