From 50a3527828de49e0d33672726694c7a190336769 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 26 Feb 2026 14:09:22 +0000 Subject: [PATCH] story-kit: create 206_story_claude_pty_should_be_selected_by_default_on_first_use --- ...uld_be_selected_by_default_on_first_use.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .story_kit/work/1_upcoming/206_story_claude_pty_should_be_selected_by_default_on_first_use.md diff --git a/.story_kit/work/1_upcoming/206_story_claude_pty_should_be_selected_by_default_on_first_use.md b/.story_kit/work/1_upcoming/206_story_claude_pty_should_be_selected_by_default_on_first_use.md new file mode 100644 index 0000000..d8a3305 --- /dev/null +++ b/.story_kit/work/1_upcoming/206_story_claude_pty_should_be_selected_by_default_on_first_use.md @@ -0,0 +1,19 @@ +--- +name: "claude-pty should be selected by default on first use" +--- + +# Story 206: claude-pty should be selected by default on first use + +## User Story + +As a user setting up a new project, I want claude-pty to be the default LLM provider on first use, so that I don't accidentally end up waiting on a slow local model like ollama. + +## Acceptance Criteria + +- [ ] claude-pty is the default provider when no project.toml exists yet +- [ ] If ollama or other providers are available, claude-pty still takes priority as the default +- [ ] Existing projects with a configured provider are not affected + +## Out of Scope + +- TBD