Problem
plugins/autonomous-dev/config/known_bypass_patterns.json pattern step6_bundling_bypass (issue #973) has \"severity\": \"high\" but the test schema in TestBypassPatternsConfig::test_all_patterns_have_required_fields only allows ('critical', 'warning', 'info'). This causes 1 failing test:
FAILED tests/unit/hooks/test_session_activity_pipeline_actions.py::TestBypassPatternsConfig::test_all_patterns_have_required_fields
AssertionError: Invalid severity 'high' for step6_bundling_bypass
assert 'high' in ('critical', 'warning', 'info')
The installed config (.claude/config/known_bypass_patterns.json) does NOT have this entry (it was never deployed), so enforcement is not affected — but the source config diverged from the schema and the test catches it.
Evidence
Suggested Fix
Change "severity": "high" → "severity": "critical" for step6_bundling_bypass in plugins/autonomous-dev/config/known_bypass_patterns.json. The pattern represents an active bypass of STEP 6 acceptance tests — critical is the correct tier. Then re-deploy to .claude/config/ via bash scripts/deploy-all.sh.
Repo: autonomous-dev
Session: 2026-05-24T01:17:32
Plugin Version: 3.50.0 (fcfec4b)
Filed automatically by continuous-improvement-analyst
Problem
plugins/autonomous-dev/config/known_bypass_patterns.jsonpatternstep6_bundling_bypass(issue #973) has\"severity\": \"high\"but the test schema inTestBypassPatternsConfig::test_all_patterns_have_required_fieldsonly allows('critical', 'warning', 'info'). This causes 1 failing test:The installed config (
.claude/config/known_bypass_patterns.json) does NOT have this entry (it was never deployed), so enforcement is not affected — but the source config diverged from the schema and the test catches it.Evidence
tests/unit/hooks/test_session_activity_pipeline_actions.py::TestBypassPatternsConfig::test_all_patterns_have_required_fieldsplugins/autonomous-dev/config/known_bypass_patterns.jsonline 374Suggested Fix
Change
"severity": "high"→"severity": "critical"forstep6_bundling_bypassinplugins/autonomous-dev/config/known_bypass_patterns.json. The pattern represents an active bypass of STEP 6 acceptance tests —criticalis the correct tier. Then re-deploy to.claude/config/viabash scripts/deploy-all.sh.Repo: autonomous-dev
Session: 2026-05-24T01:17:32
Plugin Version: 3.50.0 (fcfec4b)
Filed automatically by continuous-improvement-analyst