Files
huskies/.story_kit/stories/archived/01_project_selection.md
T
Dave af71c16e1d Backfill YAML front matter on all story files
Add name and test_plan front matter to 31 story files that were
missing it. Upcoming stories get test_plan: pending, current and
archived get test_plan: approved.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 16:50:04 +00:00

845 B

name, test_plan
name test_plan
Project Selection & Read Verification approved

Story: Project Selection & Read Verification

User Story

As a User I want to select a local folder on my computer as the "Target Project" So that the assistant knows which codebase to analyze and work on.

Acceptance Criteria

  • UI has an "Open Project" button.
  • Clicking the button opens the native OS folder picker.
  • Upon selection, the UI displays the selected path.
  • The system verifies the folder exists and is readable.
  • The application state persists the "Current Project" (in memory is fine for now).

Out of Scope

  • Persisting the selection across app restarts (save that for later).
  • Scanning the file tree (just verify the root exists).
  • Git validation (we'll assume any folder is valid for now).