Loading
Resolve TDoc file sizes from checkout directories at query time
Add resolve_tdoc_file_sizes() that computes file sizes from on-disk checkout directories when file_size is not already stored in the DB. Sums all extracted file sizes in the TDoc checkout directory. Called from both query entry points (cli/query.py and cli/query/tdocs.py) before table rendering, so the Size (KB) column shows real values when files have been checked out, and '?' otherwise.