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