Commit Graph

4 Commits

Author SHA1 Message Date
giveen
40b58f3c83 fix: address Copilot PR review comments
- Fix indentation of except blocks in hexstrike_adapter.py and metasploit_adapter.py
- Remove duplicate for loop in base_agent.py candidate validation
- Correct import section syntax in hexstrike_server.py
- All changes address Copilot review feedback for code correctness and clarity
2026-01-19 13:23:03 -07:00
giveen
4d673261b7 chore: code hygiene - remove redundant imports, clarify except/pass blocks, and improve error logging
- Removed redundant and duplicate imports (re, urllib.parse) in multiple modules
- Clarified or replaced except/pass blocks with comments or logging in TUI, main, and Docker runtime
- Improved notification error handling and logging
- No functional changes; code quality and maintainability improvements only
2026-01-19 13:12:31 -07:00
giveen
08e9d53dd8 chore: apply ruff fixes to project files; exclude third_party from ruff 2026-01-19 10:31:57 -07:00
giveen
734f1d3bdb Merge commit '93611722c0501d8e1794849bdc4329911284b75a' as 'third_party/hexstrike' 2026-01-11 17:12:32 -07:00