native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(shelf): clarify empty-shelf hint to mention worktree

The "spine" metaphor was opaque; tell the user directly to click a
worktree to open it.

onevcat 48c885d3 1b2c3e5d

+1 -1
+1 -1
supacode/Features/Shelf/Views/ShelfView.swift
··· 163 163 .accessibilityHidden(true) 164 164 Text("No book selected") 165 165 .font(.headline) 166 - Text("Click a spine to open a book.") 166 + Text("Click a worktree to open it.") 167 167 .font(.callout) 168 168 .foregroundStyle(.secondary) 169 169 }