fix: complete logic audit — mark_completed on transfer, reset_state for interactive source, proper error propagation, user-visible commands

This commit is contained in:
2026-05-22 21:05:16 +04:00
parent 97b3623915
commit addbb3795f
5 changed files with 11 additions and 5 deletions
+1
View File
@@ -122,6 +122,7 @@ def main():
_handle_keyboard_interrupt()
if choice == "1":
from source.source import run_source_mode
state.reset_state(mode="source")
try:
run_source_mode()
except KeyboardInterrupt: