feat(clearance): add clearance smoke gate and session-safe integration - #146
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #145
Summary
/api/clearanceendpoint with auth and strict payload validation.PR Type
Changes
core/logging.pyinfrastructure/work_server/server.pyPOST /api/clearance.extensions/sportcrawl-chrome/background.jschrome.storage.local, emits backend-aligned clearance payload, and supportsdisable_task_polling.cli/main.pysmoke-clearancedry-run and fake-local--executeseam.cli/smoke_player_info.pytests/unit/**Test Plan
uv run pytest tests/unit/core/test_logging.py tests/unit/infrastructure/test_clearance_auth.py tests/unit/infrastructure/test_clearance_payload_validation.py tests/unit/infrastructure/test_extension_clearance_payload_contract.py tests/unit/infrastructure/test_extension_local_config_contract.py tests/unit/infrastructure/test_extension_clearance_smoke_mode_contract.py tests/unit/cli/test_smoke_clearance.py tests/unit/cli/test_smoke_clearance_execute_contract.py tests/unit/cli/test_smoke_player_info.pyuv run ruff check core/logging.py infrastructure/work_server/server.py cli/main.py cli/smoke_player_info.py tests/unit/core/test_logging.py tests/unit/infrastructure/test_clearance_auth.py tests/unit/infrastructure/test_clearance_payload_validation.py tests/unit/infrastructure/test_extension_clearance_payload_contract.py tests/unit/infrastructure/test_extension_local_config_contract.py tests/unit/infrastructure/test_extension_clearance_smoke_mode_contract.py tests/unit/cli/test_smoke_clearance.py tests/unit/cli/test_smoke_clearance_execute_contract.py tests/unit/cli/test_smoke_player_info.py.doc/roadmap files remain local-only and ignored.Safety Notes
smoke-clearance --executeis a fake/local seam only; it does not run real browser/network/work_server smoke./api/clearanceis validation-only and does not persist clearance/session state.Contributor Checklist
type:*labelCo-Authored-Bytrailers