README.md
pyproject.toml
src/firsttry/__init__.py
src/firsttry/__main__.py
src/firsttry/cache.py
src/firsttry/changed.py
src/firsttry/changes.py
src/firsttry/ci_mapper.py
src/firsttry/ci_mapper_impl.py
src/firsttry/cli.py
src/firsttry/cli_runner_light.py
src/firsttry/cli_v2.py
src/firsttry/config.py
src/firsttry/db_pg.py
src/firsttry/db_sqlite.py
src/firsttry/docker_smoke.py
src/firsttry/doctor.py
src/firsttry/env.py
src/firsttry/gates.py
src/firsttry/hooks.py
src/firsttry/license.py
src/firsttry/license_cache.py
src/firsttry/licensing.py
src/firsttry/mapper.py
src/firsttry/models.py
src/firsttry/pro_features.py
src/firsttry/profiles.py
src/firsttry/quickfix.py
src/firsttry/report.py
src/firsttry/reporting.py
src/firsttry/runner_light.py
src/firsttry/runners.py
src/firsttry/scanner.py
src/firsttry/self_repair.py
src/firsttry/state.py
src/firsttry/vscode_skel.py
src/firsttry/gates/__init__.py
src/firsttry/gates/base.py
src/firsttry/gates/ci_files_changed.py
src/firsttry/gates/config_drift.py
src/firsttry/gates/coverage_check.py
src/firsttry/gates/deps_lock.py
src/firsttry/gates/drift_check.py
src/firsttry/gates/env_tools.py
src/firsttry/gates/go_tests.py
src/firsttry/gates/node_tests.py
src/firsttry/gates/precommit_all.py
src/firsttry/gates/python_lint.py
src/firsttry/gates/python_mypy.py
src/firsttry/gates/python_pytest.py
src/firsttry/gates/security_bandit.py
src/firsttry_run.egg-info/PKG-INFO
src/firsttry_run.egg-info/SOURCES.txt
src/firsttry_run.egg-info/dependency_links.txt
src/firsttry_run.egg-info/entry_points.txt
src/firsttry_run.egg-info/requires.txt
src/firsttry_run.egg-info/top_level.txt
tests/test_argparse_entrypoint.py
tests/test_cache.py
tests/test_changed_module.py
tests/test_changes.py
tests/test_ci_mapper.py
tests/test_ci_mapper_adaptive.py
tests/test_ci_mapper_comprehensive.py
tests/test_ci_mapper_impl_added.py
tests/test_ci_mapper_impl_comprehensive.py
tests/test_ci_mapper_impl_contract.py
tests/test_ci_mapper_impl_module.py
tests/test_ci_mapper_impl_more.py
tests/test_ci_mapper_more.py
tests/test_cli_comprehensive.py
tests/test_cli_doctor_and_license.py
tests/test_cli_gates_json.py
tests/test_cli_install_hooks.py
tests/test_cli_mirror_ci.py
tests/test_cli_mirror_ci_cli_integration.py
tests/test_cli_parser_and_json.py
tests/test_cli_real_runners_integration.py
tests/test_cli_run.py
tests/test_cli_runner_loader.py
tests/test_cli_smoke_public.py
tests/test_cli_stub_logging.py
tests/test_db_pg.py
tests/test_db_sqlite.py
tests/test_docker_smoke.py
tests/test_docker_smoke_extra.py
tests/test_doctor_comprehensive.py
tests/test_doctor_parallel.py
tests/test_doctor_report.py
tests/test_doctor_skip_all_warns.py
tests/test_env.py
tests/test_fast_stop_behavior.py
tests/test_gate_base.py
tests/test_gate_coverage_contract.py
tests/test_gates.py
tests/test_gates_commands.py
tests/test_gates_comprehensive.py
tests/test_gates_contract.py
tests/test_gates_core.py
tests/test_gates_extras.py
tests/test_go_gate.py
tests/test_import_installable_package.py
tests/test_license_hmac.py
tests/test_license_verify.py
tests/test_mirror_ci_run_fast_fail.py
tests/test_mirror_ci_run_integration.py
tests/test_mirror_ci_safety_and_env.py
tests/test_module_main.py
tests/test_mypy_passes.py
tests/test_node_gate.py
tests/test_pro_feature_gate.py
tests/test_pro_feature_gate_allow.py
tests/test_pro_features_extra.py
tests/test_pro_features_normalize.py
tests/test_profiles.py
tests/test_python_lint_gate.py
tests/test_quickfix.py
tests/test_quickfix_comprehensive.py
tests/test_quickfix_extra.py
tests/test_quickfix_heuristics.py
tests/test_quickfix_integration_hint.py
tests/test_reporting.py
tests/test_runner_light.py
tests/test_self_repair.py
tests/test_tools_firsttry_parity.py
tests/test_vscode_skel.py