- Added `asset_path` to the `Meeting` entity for audio asset storage. - Implemented `AudioValidationResult` for audio integrity checks during recovery. - Updated `RecoveryService` to validate audio file integrity for crashed meetings. - Enhanced `SummarizationService` to include consent persistence callbacks. - Introduced new database migrations for `diarization_jobs` and `user_preferences` tables. - Refactored various components to support the new asset path and audio validation features. - Improved documentation in `CLAUDE.md` to reflect changes in recovery and summarization functionalities.
41 lines
931 B
JSON
41 lines
931 B
JSON
{
|
|
"$schema": "https://repomix.com/schemas/latest/schema.json",
|
|
"input": {
|
|
"maxFileSize": 52428800
|
|
},
|
|
"output": {
|
|
"filePath": "repomix-output.md",
|
|
"style": "markdown",
|
|
"parsableStyle": true,
|
|
"fileSummary": true,
|
|
"directoryStructure": true,
|
|
"files": true,
|
|
"removeComments": true,
|
|
"removeEmptyLines": true,
|
|
"compress": false,
|
|
"topFilesLength": 5,
|
|
"showLineNumbers": false,
|
|
"truncateBase64": false,
|
|
"copyToClipboard": false,
|
|
"tokenCountTree": false,
|
|
"git": {
|
|
"sortByChanges": true,
|
|
"sortByChangesMaxCommits": 100,
|
|
"includeDiffs": false,
|
|
"includeLogs": false,
|
|
"includeLogsCount": 50
|
|
}
|
|
},
|
|
"include": ["src/", "tests/"],
|
|
"ignore": {
|
|
"useGitignore": true,
|
|
"useDefaultPatterns": true,
|
|
"customPatterns": []
|
|
},
|
|
"security": {
|
|
"enableSecurityCheck": true
|
|
},
|
|
"tokenCount": {
|
|
"encoding": "o200k_base"
|
|
}
|
|
} |