From e66b7d19f6035198c1bf99dbd6198da571c4b7cf Mon Sep 17 00:00:00 2001 From: Tyler Koenig Date: Sat, 16 May 2026 23:20:58 -0400 Subject: [PATCH] chore: tidy before tag Update .gitignore (add .local/, remove stale spec entry). Remove TODO.md (moved to .local/done/). Remove docs/ISSUE_TEMPLATE.md (moved to .local/). --- .gitignore | 6 +++--- TODO.md | 37 ------------------------------------- docs/ISSUE_TEMPLATE.md | 15 --------------- 3 files changed, 3 insertions(+), 55 deletions(-) delete mode 100644 TODO.md delete mode 100644 docs/ISSUE_TEMPLATE.md diff --git a/.gitignore b/.gitignore index d937f95..29bdee7 100644 --- a/.gitignore +++ b/.gitignore @@ -22,9 +22,6 @@ nib .DS_Store Thumbs.db -# Spec (not shipped) -nib-unified-spec.md - # Shell/profile dotfiles (host artifacts) .bash_profile .bashrc @@ -35,3 +32,6 @@ nib-unified-spec.md .gitmodules .ripgreprc .mcp.json + +# Local Documents +.local/ diff --git a/TODO.md b/TODO.md deleted file mode 100644 index e532696..0000000 --- a/TODO.md +++ /dev/null @@ -1,37 +0,0 @@ -# UI Redesign — Design Handoff Implementation - -## Phase 1: Layout + Tokens + Header + Rail ✓ -- [x] Update CSS tokens (add --a-str, switch mono font to JetBrains Mono) -- [x] Fix grid dimensions (192px rail, 400px peek) -- [x] Move capture bar from header to bottom of center panel -- [x] Add search bar to header (centered, max-width 400px) -- [x] Redesign tag rail: grid layout (arrow ▸ + dot + name + count) -- [x] Add intent section (grab/read/fill) for cards view in rail - -## Phase 2: Stream + Cards Views ✓ -- [x] Stream rows: promoted entries get card-style border/radius + card-type badge -- [x] Card rows: rich single-line with title — preview — affordance badges — tag pills — pin — use count -- [x] Affordance detection client-side (fill, steps, decide, link, code) -- [x] Affordance badge components -- [x] Cards sub-header (scope label + card count + sort dropdown) -- [x] Section labels (★ pinned, recent) -- [x] Flash animation on copy -- [x] Bottom capture bar styling per view (different placeholders) - -## Phase 3: Peek Pane + Modes ✓ -- [x] Idle state with keyboard shortcuts display -- [x] Stream entry peek: eyebrow, body, tags, context, actions -- [x] Card peek: card container with eyebrow, title, desc, meta, content sections -- [x] Code block with content display -- [x] Decision section display -- [x] Steps section display -- [x] Link section display -- [x] Run mode (interactive checklist with progress bar) -- [x] Fill mode (inline slot editor with tab navigation) -- [x] Edit mode (form fields) -- [x] Toast notifications - -## Phase 4: Polish ✓ -- [x] Promote modal enhancement (add hint text per type, show entry body preview) -- [x] Keyboard shortcuts (r=run, f=fill, p=pin in cards view) -- [x] Escape exits active modes diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md deleted file mode 100644 index 3b96edb..0000000 --- a/docs/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,15 +0,0 @@ -# Bug - -**What happened:** (one line) -**Expected:** (one line) -**Area:** ui / api / data / other -**Repro:** (if not obvious) - ---- - -# Feature - -**What:** (one line) -**Why:** (one line) -**Area:** ui / api / data / other -**Notes:** (optional — link mockup, reference, etc.)