LICENSE
README.md
pyproject.toml
setup.py
src/furqan_lint/__init__.py
src/furqan_lint/adapter.py
src/furqan_lint/additive.py
src/furqan_lint/cli.py
src/furqan_lint/return_none.py
src/furqan_lint/runner.py
src/furqan_lint/zero_return.py
src/furqan_lint.egg-info/PKG-INFO
src/furqan_lint.egg-info/SOURCES.txt
src/furqan_lint.egg-info/dependency_links.txt
src/furqan_lint.egg-info/entry_points.txt
src/furqan_lint.egg-info/requires.txt
src/furqan_lint.egg-info/top_level.txt
src/furqan_lint/gate11/__init__.py
src/furqan_lint/gate11/bundle.py
src/furqan_lint/gate11/checker_set_hash.py
src/furqan_lint/gate11/cli.py
src/furqan_lint/gate11/manifest_schema.py
src/furqan_lint/gate11/module_canonicalization.py
src/furqan_lint/gate11/rust_manifest.py
src/furqan_lint/gate11/rust_signature_canonicalization.py
src/furqan_lint/gate11/rust_surface_extraction.py
src/furqan_lint/gate11/signature_canonicalization.py
src/furqan_lint/gate11/signing.py
src/furqan_lint/gate11/surface_extraction.py
src/furqan_lint/gate11/verification.py
src/furqan_lint/go_adapter/__init__.py
src/furqan_lint/go_adapter/_build.py
src/furqan_lint/go_adapter/_exceptions.py
src/furqan_lint/go_adapter/parser.py
src/furqan_lint/go_adapter/public_names.py
src/furqan_lint/go_adapter/runner.py
src/furqan_lint/go_adapter/translator.py
src/furqan_lint/go_adapter/cmd/goast/go.mod
src/furqan_lint/go_adapter/cmd/goast/main.go
src/furqan_lint/onnx_adapter/__init__.py
src/furqan_lint/onnx_adapter/numpy_divergence.py
src/furqan_lint/onnx_adapter/numpy_reference.py
src/furqan_lint/onnx_adapter/parser.py
src/furqan_lint/onnx_adapter/probe_grid.py
src/furqan_lint/onnx_adapter/public_names.py
src/furqan_lint/onnx_adapter/runner.py
src/furqan_lint/onnx_adapter/score_validity.py
src/furqan_lint/onnx_adapter/shape_coverage.py
src/furqan_lint/onnx_adapter/translator.py
src/furqan_lint/rust_adapter/__init__.py
src/furqan_lint/rust_adapter/edition.py
src/furqan_lint/rust_adapter/parser.py
src/furqan_lint/rust_adapter/public_names.py
src/furqan_lint/rust_adapter/runner.py
src/furqan_lint/rust_adapter/translator.py
tests/test_action.py
tests/test_adapter.py
tests/test_additive.py
tests/test_backfill_dry_run.py
tests/test_changelog_math_gate.py
tests/test_checks.py
tests/test_ci_workflow.py
tests/test_cli_diagnostic_printer_gate.py
tests/test_cli_diff_dispatcher.py
tests/test_compare_name_sets.py
tests/test_correctness.py
tests/test_documented_limits.py
tests/test_extract_changelog_section.py
tests/test_extras_matrix_gate.py
tests/test_four_place_completeness_gate.py
tests/test_gate11_bundle.py
tests/test_gate11_cli.py
tests/test_gate11_dispatch_f22_corrective.py
tests/test_gate11_manifest_schema.py
tests/test_gate11_module_canonicalization.py
tests/test_gate11_rust_cli.py
tests/test_gate11_rust_documented_limits.py
tests/test_gate11_rust_manifest.py
tests/test_gate11_rust_signature_canonicalization.py
tests/test_gate11_rust_surface_extraction.py
tests/test_gate11_signature_canonicalization.py
tests/test_gate11_signing.py
tests/test_gate11_step4_import_resolves.py
tests/test_gate11_step6_identity_literal_only.py
tests/test_gate11_surface_extraction.py
tests/test_gate11_verification.py
tests/test_go_cli.py
tests/test_go_correctness.py
tests/test_go_diff.py
tests/test_go_documented_limits.py
tests/test_go_parser.py
tests/test_go_public_surface_additive.py
tests/test_go_translator.py
tests/test_goast_qualified_methods.py
tests/test_onnx_cli.py
tests/test_onnx_cli_advisory_and_minimal_fix.py
tests/test_onnx_correctness.py
tests/test_onnx_diff.py
tests/test_onnx_gates.py
tests/test_onnx_neurogolf_adapter_examples.py
tests/test_onnx_numpy_divergence.py
tests/test_onnx_numpy_divergence_documented_limit.py
tests/test_onnx_numpy_reference.py
tests/test_onnx_parser.py
tests/test_onnx_probe_grid.py
tests/test_onnx_public_surface_additive.py
tests/test_onnx_runner_v0_9_3.py
tests/test_onnx_score_validity.py
tests/test_onnx_score_validity_documented_limit.py
tests/test_onnx_shape_coverage.py
tests/test_onnx_type_compliance.py
tests/test_origin_tag_presence_smoke.py
tests/test_python_signature_h4.py
tests/test_readme_closure_sections_retired.py
tests/test_readme_drift.py
tests/test_readme_gate11_section_present.py
tests/test_regenerate_check_table.py
tests/test_release_sweep_extension.py
tests/test_release_sweep_gate.py
tests/test_release_workflow.py
tests/test_return_none.py
tests/test_review_fixes.py
tests/test_round10_r3.py
tests/test_round11_alias_resolution.py
tests/test_round5_fixes.py
tests/test_round6_fixes.py
tests/test_round7_fixes.py
tests/test_round8_fixes.py
tests/test_ruff_version_mismatch_skip.py
tests/test_rust_adapter.py
tests/test_rust_correctness.py
tests/test_rust_diff.py
tests/test_rust_extras_sync.py
tests/test_rust_public_names.py
tests/test_rust_public_surface_additive.py
tests/test_tooling.py
tests/test_top_level_public_surface_additive.py
tests/test_v0_7_0_1_corrective.py
tests/test_v0_7_2_dead_code_regression.py
tests/test_version_sync.py