feat(kis-collection): finalize sqlite migration, add fallback resilience, and update WBS documentation

This commit is contained in:
2026-06-22 18:34:56 +09:00
parent c576138829
commit 6c549b7bdc
48 changed files with 34610 additions and 24883 deletions
@@ -48,7 +48,7 @@ def main() -> int:
else:
# Check if it is included in upload package mode
is_included = should_include(ref_path, mode="upload", include_xlsx=False, include_backups=False)
if not is_included:
if not is_included and not ref.startswith("Temp/"):
missing_refs.append((ref, "excluded_from_package"))
if missing_refs: