465552f8b2b4864f76b60e161ff55fcc2d70217f
Bug: ASRX handler stored pre_chunks as BOTH 'asrx' and 'asr' types. This caused confusion because Rule 1 queries 'asrx' type, but only 'asr' type existed in the database (asrx type was deleted or never stored). Fix: Remove the duplicate 'asr' storage (lines 530-542). ASRX handler now only stores 'asrx' type pre_chunks to workspace SQLite. PostgreSQL pre_chunks are stored by processor.rs with correct 'asrx' type. This ensures Rule 1 can find ASRX pre_chunks correctly.
momentry_core
Digital asset management system with video analysis and RAG - Production version with API Key authentication
Description
Languages
PLpgSQL
50.3%
Python
25.3%
Rust
11.2%
HTML
7.3%
Shell
3.6%
Other
2.2%