Files
local-deep-research/.github/scripts
LearningCircuit 47204c4cb1 refactor: address PR review feedback from djpetti
Changes:
1. Remove deprecated get_report_as_temp_file() method
   - Removed from base.py, file.py, database_with_file_backup.py
   - Method had zero callers and created persistent unencrypted files
   - Users should use export_report_to_memory() for in-memory exports

2. Add **kwargs support to write_json_verified()
   - Allows passing any json.dumps() parameters (ensure_ascii, sort_keys, etc.)
   - Maintains backward compatibility with indent=2 default
   - Increases flexibility without breaking existing code

3. Update security check script
   - Remove get_report_as_temp_file patterns from safe usage list
   - Security check still passes after removal
2025-10-07 01:15:57 +02:00
..