Files
HAL9000 7a8f9ffceb fix(agents): resolve lint E501 and unit test allowed_base_dir failures
- Shorten long line in robot/helper_context_analysis.py (E501, 99>88)
  by extracting the traversal path string to a local variable
- Fix 4 failing BDD scenarios in context_analysis_graph_coverage and
  context_analysis_new_coverage: steps passed absolute /tmp paths to
  _load_files but agent.allowed_base_dir defaulted to CWD, causing
  _validate_file_path to return "Path traversal attempt" instead of
  the expected "File not found"/"Not a file" errors. Set
  allowed_base_dir = Path("/tmp").resolve() in the affected When steps.

ISSUES CLOSED: #9093
2026-06-03 01:47:25 -04:00
..