AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
SECURITY.md
pyproject.toml
.streamlit/config.toml
action/action.yml
docs/demo-risky.md
docs/demo-safe.md
docs/demo-script.md
docs/issues/01-visual-formula-dependency-graph.md
docs/issues/02-github-pull-request-review-comments.md
docs/issues/03-custom-python-rule-plugins.md
docs/issues/04-improve-complex-formula-parsing.md
docs/issues/05-benchmark-large-workbooks.md
docs/issues/06-add-financial-workbook-example.md
docs/issues/07-add-ai-agent-integration-example.md
docs/issues/08-improve-windows-installation-documentation.md
docs/releases/v0.1.0.md
examples/generate_demo_workbooks.py
examples/tabulint.example.yml
scripts/review_changed_workbooks.py
tabulint/__init__.py
tabulint/__main__.py
tabulint/_version.py
tabulint/cli.py
tabulint/exceptions.py
tabulint/models.py
tabulint/py.typed
tabulint.egg-info/PKG-INFO
tabulint.egg-info/SOURCES.txt
tabulint.egg-info/dependency_links.txt
tabulint.egg-info/entry_points.txt
tabulint.egg-info/requires.txt
tabulint.egg-info/top_level.txt
tabulint/diff/__init__.py
tabulint/diff/cell_diff.py
tabulint/diff/formula_diff.py
tabulint/diff/pattern_diff.py
tabulint/diff/workbook_diff.py
tabulint/graph/__init__.py
tabulint/graph/dependency_graph.py
tabulint/graph/impact_analysis.py
tabulint/parser/__init__.py
tabulint/parser/formulas.py
tabulint/parser/workbook.py
tabulint/reports/__init__.py
tabulint/reports/html_report.py
tabulint/reports/json_report.py
tabulint/reports/templates/report.html.j2
tabulint/risk/__init__.py
tabulint/risk/scorer.py
tabulint/rules/__init__.py
tabulint/rules/builtin_rules.py
tabulint/rules/engine.py
tabulint/rules/loader.py
tabulint/services/__init__.py
tabulint/services/review_service.py
tests/__init__.py
tests/conftest.py
tests/test_action_script.py
tests/test_cell_style_semantics.py
tests/test_cli.py
tests/test_diff.py
tests/test_end_to_end.py
tests/test_formula_budget.py
tests/test_formula_metadata.py
tests/test_formulas.py
tests/test_graph.py
tests/test_packaging.py
tests/test_parser.py
tests/test_public_api.py
tests/test_reports.py
tests/test_risk.py
tests/test_rules.py
tests/test_web_config.py
tests/test_workflow_security.py
web/app.py