LICENSE
README.md
pyproject.toml
pyfixer/__init__.py
pyfixer/__main__.py
pyfixer/_pair_probe.py
pyfixer/ast_detector.py
pyfixer/ast_fixer.py
pyfixer/ast_safety.py
pyfixer/ast_style_fixes.py
pyfixer/bug_fixes.json
pyfixer/byok.py
pyfixer/canon.py
pyfixer/cli.py
pyfixer/config.py
pyfixer/contracts.py
pyfixer/deterministic.py
pyfixer/embedder.py
pyfixer/feedback_loop.py
pyfixer/fewshot.py
pyfixer/fixer.py
pyfixer/guardrails.py
pyfixer/kbest.py
pyfixer/knowledge_base.py
pyfixer/learning.py
pyfixer/ledger.py
pyfixer/llm_targeted.py
pyfixer/logic_fixes.py
pyfixer/main.py
pyfixer/oracle_validate.py
pyfixer/orchestrator.py
pyfixer/postprocess.py
pyfixer/primitives.py
pyfixer/py.typed
pyfixer/rag_retriever.py
pyfixer/regex_patterns.py
pyfixer/report.py
pyfixer/router.py
pyfixer/rule_registry.py
pyfixer/safety.py
pyfixer/sandbox.py
pyfixer/sandboxexec.py
pyfixer/scanner.py
pyfixer/store.py
pyfixer/style_fixes.py
pyfixer/tests_gen.py
pyfixer/trace.py
pyfixer/type_doc_generator.py
pyfixer/validators.py
pyfixer/verify.py
pyfixer/workers.py
pyfixer/static/index.html
pyfixer_ai.egg-info/PKG-INFO
pyfixer_ai.egg-info/SOURCES.txt
pyfixer_ai.egg-info/dependency_links.txt
pyfixer_ai.egg-info/entry_points.txt
pyfixer_ai.egg-info/requires.txt
pyfixer_ai.egg-info/top_level.txt
tests/test_api.py
tests/test_api_approve_gate.py
tests/test_api_extended.py
tests/test_ast_safety.py
tests/test_ast_style_imports.py
tests/test_byok.py
tests/test_byok_extended.py
tests/test_candidate_preserves_defs.py
tests/test_candidate_preserves_tests.py
tests/test_candidate_terminates.py
tests/test_canon.py
tests/test_cli.py
tests/test_common_logic_imports.py
tests/test_config.py
tests/test_contract_gate.py
tests/test_corpus_regression.py
tests/test_deg_join_runtime_gate.py
tests/test_detector_refinements.py
tests/test_determinism_gates.py
tests/test_deterministic_unified.py
tests/test_differential_rules.py
tests/test_docs_cli.py
tests/test_ensure_typing_imports.py
tests/test_fix_flow.py
tests/test_folder_verify_flow.py
tests/test_ghaction_fix.py
tests/test_granular_ship.py
tests/test_guardrails.py
tests/test_idempotency.py
tests/test_improvements.py
tests/test_join_runtime_lane_gate.py
tests/test_kb_allowlist.py
tests/test_kbest.py
tests/test_key_pool.py
tests/test_learning.py
tests/test_ledger.py
tests/test_llm_targeted.py
tests/test_merge_back_incompatible.py
tests/test_merge_pipeline.py
tests/test_mock_llm_contract.py
tests/test_oracle_mutation_test.py
tests/test_oracle_reflexive.py
tests/test_proto_detector.py
tests/test_quality_fixes.py
tests/test_rag_advisories.py
tests/test_robustness.py
tests/test_routing_fixes.py
tests/test_rule_registry.py
tests/test_runtime_confirm_lane.py
tests/test_safe_scope.py
tests/test_safety.py
tests/test_sandbox.py
tests/test_sandbox_extended.py
tests/test_sandboxexec.py
tests/test_scanner.py
tests/test_scanner_recall.py
tests/test_self_learning_integration.py
tests/test_semantic_rules.py
tests/test_severity_portfolio.py
tests/test_single_file_lane_gate.py
tests/test_store.py
tests/test_store_extended.py
tests/test_structure_gate.py
tests/test_suppression_honesty.py
tests/test_trace.py
tests/test_type_doc_generator.py
tests/test_validators.py
tests/test_verify.py
tests/test_verify_folder_batch.py
tests/test_verify_gate_logic.py
tests/test_verify_inconclusive.py
tests/test_version_single_source.py
tests/test_workers.py