Files
cleveragents-core/features
HAL9000 ea3dd744a7 fix(cli): resolve unit_tests failures in error_handling and sandbox concurrency
- Use @step instead of @given for debug mode steps in cli_error_handling_steps.py
  so they match regardless of inherited keyword type (Given/When/Then) per
  Behave's type-specific step registry

- Extend commit_all's _lock scope to cover the commit phase in SandboxManager
  so concurrent get_or_create_sandbox calls are blocked while commits run,
  satisfying the sandbox_manager_concurrency feature expectation
2026-06-06 00:56:05 -04:00
..