We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ebdf0 commit c334b3eCopy full SHA for c334b3e
README.md
@@ -167,15 +167,15 @@ uv run poe check
167
168
## Architecture
169
170
-Three layers: CLI → Core → Adapters
+Pragmatic layered architecture: CLI → Core → Adapters
171
172
```
173
-CLI → Commands, user interaction
174
-Core → Business logic
+CLI → Commands, orchestration
+Core → Domain models (TranscriptionStyle)
175
Adapters → APIs, audio, clipboard
176
177
178
-See [docs/architecture.md](docs/architecture.md) for details.
+See [docs/architecture/overview.md](docs/architecture/overview.md) for details.
179
180
## License
181
0 commit comments