Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specs/003-setup-wizard/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Using single project structure (from plan.md):
- [X] T006 [P] Implement ValidationResult dataclass in src/logsqueak/wizard/validators.py
- [X] T007 [P] Implement WizardState dataclass in src/logsqueak/wizard/wizard.py
- [X] T008 [P] Implement OllamaModel dataclass in src/logsqueak/wizard/providers.py
- [X] T009 Write unit tests for Config model extension in tests/unit/test_config_wizard.py (test backwards compatibility, llm_providers field)
- [X] T009 Write unit tests for Config model extension in tests/unit/wizard/test_wizard.py (test backwards compatibility, llm_providers field)

**Checkpoint**: Foundation ready - user story implementation can now begin in parallel

Expand Down
261 changes: 0 additions & 261 deletions tests/unit/test_config_wizard.py

This file was deleted.

Loading