LICENSE
README.md
VERSION
pyproject.toml
clearnotation.egg-info/PKG-INFO
clearnotation.egg-info/SOURCES.txt
clearnotation.egg-info/dependency_links.txt
clearnotation.egg-info/entry_points.txt
clearnotation.egg-info/requires.txt
clearnotation.egg-info/top_level.txt
clearnotation_harness/__init__.py
clearnotation_harness/__main__.py
clearnotation_harness/adapter.py
clearnotation_harness/cli.py
clearnotation_harness/errors.py
clearnotation_harness/loader.py
clearnotation_harness/models.py
clearnotation_harness/runner.py
clearnotation_harness/runtime.py
clearnotation_reference/__init__.py
clearnotation_reference/adapter.py
clearnotation_reference/builtin-registry.toml
clearnotation_reference/clearnotation.css
clearnotation_reference/cli.py
clearnotation_reference/config.py
clearnotation_reference/converter.py
clearnotation_reference/diagnostics.py
clearnotation_reference/errors.py
clearnotation_reference/formatter.py
clearnotation_reference/indexer.py
clearnotation_reference/inline_parser.py
clearnotation_reference/linter.py
clearnotation_reference/literals.py
clearnotation_reference/lsp.py
clearnotation_reference/models.py
clearnotation_reference/normalizer.py
clearnotation_reference/parser.py
clearnotation_reference/patterns.py
clearnotation_reference/query.py
clearnotation_reference/registry.py
clearnotation_reference/renderer.py
clearnotation_reference/utils.py
clearnotation_reference/validator.py
tests/test_ast_snapshots.py
tests/test_cli.py
tests/test_cli_init.py
tests/test_cli_new_commands.py
tests/test_comments.py
tests/test_config.py
tests/test_converter.py
tests/test_formatter.py
tests/test_indexer.py
tests/test_linter.py
tests/test_loader.py
tests/test_multi_error.py
tests/test_pipeline_e2e.py
tests/test_query.py
tests/test_redos.py
tests/test_renderer_math.py
tests/test_runner.py
tests/test_syntax_highlight.py
tests/test_watch.py