Files
doctate/server
Brummel 8c6b2eeaa4 Refactor analysis file names
The versioning of analysis input and document files
(`analysis_input_v{N}.json`, `document_v{N}.md`) has been removed. All
analysis inputs will now use `analysis_input.json` and generated
documents will use `document.md`.

This simplifies file management, as there's no longer a need to track
and manage multiple versions of these files within a case directory. The
analysis worker will now overwrite the existing `document.md` if it
exists, ensuring that the latest analysis result is always present. The
`version` field has also been removed from `AnalyzeJob` and
`AnalysisInput`.
2026-04-16 01:56:55 +02:00
..
2026-04-16 01:56:55 +02:00
2026-04-16 01:56:55 +02:00
2026-04-16 01:56:55 +02:00
2026-04-13 12:20:11 +02:00
2026-04-15 21:31:21 +02:00