story-kit: create 206_story_claude_pty_should_be_selected_by_default_on_first_use

This commit is contained in:
Dave
2026-02-26 14:09:22 +00:00
parent af2fea81af
commit 50a3527828

View File

@@ -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