Tasks

Every task is a goal Nomos works to completion.

{#each FILTERS as f} {/each}
{#if visible.length === 0}

{filter === 'all' ? 'No tasks yet. Start one and Nomos will plan it, execute it, and report the outcome.' : `No ${FILTERS.find((f) => f.id === filter)?.label.toLowerCase()} tasks.`}

{#if filter === 'all'} {/if}
{:else}
{#each visible as s (s.id)} {@const st = statusStyle(s)}
{/each}
{/if}