- Introduced `SummarizationService` and `TriggerService` to orchestrate summarization and trigger detection functionalities. - Added new modules for summarization, including citation verification and cloud-based summarization providers. - Implemented trigger detection based on audio activity and foreground application status. - Updated configuration settings to support trigger functionalities. - Created tests for summarization and trigger services to ensure reliability and correctness. - Added documentation in `CLAUDE.md` for guidance on using the new services.
19 lines
371 B
INI
19 lines
371 B
INI
[run]
|
|
source = src/noteflow
|
|
omit =
|
|
*/grpc/proto/*
|
|
*/grpc/client.py
|
|
*/grpc/service.py
|
|
*/grpc/server.py
|
|
*/grpc/meeting_store.py
|
|
*/client/*
|
|
*/domain/ports/*
|
|
*/infrastructure/persistence/migrations/*
|
|
*/infrastructure/audio/playback.py
|
|
*/infrastructure/persistence/*
|
|
*/config/settings.py
|
|
|
|
[report]
|
|
precision = 2
|
|
show_missing = True
|