Commit Graph

4 Commits

Author SHA1 Message Date
CleverAgents Bot 7feab6d29d test(auto-debug): exercise message content fixtures
CI / load-versions (pull_request) Successful in 15s
CI / push-validation (pull_request) Successful in 24s
CI / lint (pull_request) Successful in 36s
CI / build (pull_request) Successful in 35s
CI / quality (pull_request) Successful in 55s
CI / typecheck (pull_request) Successful in 57s
CI / security (pull_request) Successful in 1m23s
CI / helm (pull_request) Successful in 38s
CI / unit_tests (pull_request) Successful in 6m41s
CI / docker (pull_request) Successful in 1m29s
CI / integration_tests (pull_request) Successful in 10m47s
CI / coverage (pull_request) Successful in 9m38s
CI / status-check (pull_request) Successful in 7s
2026-06-17 01:43:50 -04:00
HAL9000 c491f0e6ea fix(11153): close fail-open security bug and add positive assertions
- _validate_fix exception handler defaults to False (not True),
  preventing crashed LLM validators from passing unvalidated fixes.
- Added positive test assertions verifying returned partial-state dicts
  contain expected keys (messages, current_fix, fix_validated,
  attempted_fixes, result). This closes a coverage blind spot where
  an empty return dict would silently pass immutability tests.

ISSUES CLOSED: #10496
2026-06-15 00:43:45 -04:00
HAL9000 ad58efcbe1 test(auto_debug): add missing @tdd_issue tags per CI quality gate (issue #10496)
The feature file for auto-debug state mutation tests was missing required
TDD tags (@tdd_issue, @tdd_issue_10496). This caused CI / tdd_quality_gate
to fail the tag validation check. Added minimal tagging to pass CI while
keeping the fix PR's scenarios passing (no @tdd_expected_fail needed since
the underlying bug is being fixed).
2026-06-15 00:42:16 -04:00
freemo 6353c54b85 fix(agents/graphs/auto_debug): return update dicts from node functions instead of mutating state in-place
ISSUES CLOSED: #10494
2026-06-15 00:42:16 -04:00