5fcd5212d58a015a71446f21675d3006cf01af45
Bug: When regFiles API fails, all files get 'unregistered' status even if they are actually registered. Also, computed property was using reference to files.value instead of a copy, which could cause mutation issues. Fix: - Fetch scan results FIRST (source of truth for files on disk) - Use scan API's is_registered field as fallback status - Only override with regFiles data if file exists in scan results - Computed property now uses [...files.value] to create a copy - Skip files from regFiles that don't exist on disk (deleted)
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%