story-kit: start 206_story_claude_pty_should_be_selected_by_default_on_first_use

This commit is contained in:
Dave
2026-02-26 14:09:58 +00:00
parent 50a3527828
commit 089287c8a2

View File

@@ -1,19 +0,0 @@
---
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