LICENSE
README.md
pyproject.toml
src/assay/__init__.py
src/assay/config.py
src/assay/telemetry.py
src/assay/_vendor/__init__.py
src/assay/_vendor/warden/__init__.py
src/assay/_vendor/warden/config.py
src/assay/_vendor/warden/exceptions.py
src/assay/_vendor/warden/middleware.py
src/assay/_vendor/warden/py.typed
src/assay/_vendor/warden/session.py
src/assay/_vendor/warden/tokens.py
src/assay/api/__init__.py
src/assay/api/mcp.py
src/assay/api/service.py
src/assay/auth/__init__.py
src/assay/auth/admin.py
src/assay/checks/__init__.py
src/assay/checks/auth.py
src/assay/checks/header.py
src/assay/checks/http.py
src/assay/checks/models.py
src/assay/checks/runner.py
src/assay/cli/__init__.py
src/assay/cli/main.py
src/assay/contracts/__init__.py
src/assay/contracts/manifest.py
src/assay/diff/__init__.py
src/assay/diff/engine.py
src/assay/formatter/__init__.py
src/assay/formatter/formatter.py
src/assay/formatter/html_formatter.py
src/assay/formatter/writer.py
src/assay/grain/__init__.py
src/assay/grain/auto_task.py
src/assay/grain/detect.py
src/assay/ingest/__init__.py
src/assay/ingest/app.py
src/assay/keys/__init__.py
src/assay/keys/store.py
src/assay/review/__init__.py
src/assay/review/client.py
src/assay/review/diff.py
src/assay/review/prompts.py
src/assay/review/runner.py
src/assay/review/verdict.py
src/assay/runner/__init__.py
src/assay/runner/artifacts.py
src/assay/runner/runner.py
src/assay/runner/runner_script.js
src/assay/schedule/__init__.py
src/assay/schedule/cron.py
src/assay/schedule/daemon.py
src/assay/schedule/loop.py
src/assay/schedule/store.py
src/assay/schemas/__init__.py
src/assay/scripts/__init__.py
src/assay/scripts/parser.py
src/assay/store/__init__.py
src/assay/store/db.py
src/assay/watch/__init__.py
src/assay/watch/poller.py
src/assay_kit.egg-info/PKG-INFO
src/assay_kit.egg-info/SOURCES.txt
src/assay_kit.egg-info/dependency_links.txt
src/assay_kit.egg-info/entry_points.txt
src/assay_kit.egg-info/requires.txt
src/assay_kit.egg-info/top_level.txt
tests/test_admin_auth.py
tests/test_agent_cli.py
tests/test_artifacts.py
tests/test_assertion_steps.py
tests/test_auth.py
tests/test_auth_middleware.py
tests/test_auto_task_check.py
tests/test_auto_task_dedup.py
tests/test_auto_task_regression.py
tests/test_auto_task_remediation.py
tests/test_baseline.py
tests/test_baseline_http.py
tests/test_check_command.py
tests/test_checks_dashboard.py
tests/test_ci_config.py
tests/test_cli.py
tests/test_code_review_verdict.py
tests/test_compare_flag.py
tests/test_config.py
tests/test_config_precedence.py
tests/test_contracts.py
tests/test_daemon.py
tests/test_dashboard.py
tests/test_diff_engine.py
tests/test_diff_ingest.py
tests/test_diff_view.py
tests/test_e2e_run.py
tests/test_e2e_sdk.py
tests/test_formatter.py
tests/test_grain_config.py
tests/test_grain_integration.py
tests/test_header_check.py
tests/test_html_formatter.py
tests/test_http_check.py
tests/test_ingest.py
tests/test_keys.py
tests/test_keys_ui.py
tests/test_login.py
tests/test_mcp.py
tests/test_packet_detail.py
tests/test_packet_schema.py
tests/test_placeholder.py
tests/test_report_command.py
tests/test_report_export.py
tests/test_report_open.py
tests/test_report_sqlite.py
tests/test_review.py
tests/test_review_bridge.py
tests/test_review_config.py
tests/test_review_runner.py
tests/test_run_command.py
tests/test_runner.py
tests/test_runner_direct.py
tests/test_schedule_cli.py
tests/test_schedule_loop.py
tests/test_schedule_store.py
tests/test_scheduler_integration.py
tests/test_schemas.py
tests/test_screenshot_persistence.py
tests/test_script_artifacts.py
tests/test_script_parser.py
tests/test_sdk_ingest.py
tests/test_service.py
tests/test_status_endpoint.py
tests/test_store_db.py
tests/test_store_import_cmd.py
tests/test_store_integration.py
tests/test_submit_warn.py
tests/test_telemetry.py
tests/test_verification_id_passthrough.py
tests/test_verify_e2e.py
tests/test_watch_cli.py
tests/test_watch_poller.py
tests/test_writer.py