LICENSE
README.md
pyproject.toml
src/xlsform_lint/__init__.py
src/xlsform_lint/__main__.py
src/xlsform_lint/cli.py
src/xlsform_lint/config.py
src/xlsform_lint/diagnostics.py
src/xlsform_lint/engine.py
src/xlsform_lint/json_formatter.py
src/xlsform_lint/native_model.py
src/xlsform_lint/native_rules.py
src/xlsform_lint/policy.py
src/xlsform_lint/pre_commit.py
src/xlsform_lint/pyxform_adapter.py
src/xlsform_lint/sarif_formatter.py
src/xlsform_lint/source_reader.py
src/xlsform_lint/text_formatter.py
src/xlsform_lint/workbook_input.py
src/xlsform_lint.egg-info/PKG-INFO
src/xlsform_lint.egg-info/SOURCES.txt
src/xlsform_lint.egg-info/dependency_links.txt
src/xlsform_lint.egg-info/entry_points.txt
src/xlsform_lint.egg-info/requires.txt
src/xlsform_lint.egg-info/top_level.txt
tests/test_diagnostics.py
tests/test_executable_boundary.py
tests/test_exit_codes.py
tests/test_phase2_pyxform_rules.py
tests/test_phase3_cli.py
tests/test_phase3_native_rules.py
tests/test_phase4_cli.py
tests/test_phase4_config.py
tests/test_phase4_policy.py
tests/test_phase5_cli.py
tests/test_phase5_golden.py
tests/test_phase5_json.py
tests/test_phase5_sarif.py
tests/test_phase5_schema.py
tests/test_phase6_packaging.py
tests/test_phase6_precommit.py
tests/test_phase6_workflows.py
tests/test_phase7_contracts.py
tests/test_phase7_larger_forms.py
tests/test_px999_cli.py
tests/test_text_formatter.py