CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
README.zh-CN.md
ROADMAP.md
SECURITY.md
action.yml
pyproject.toml
tableproof.example.toml
.agents/skills/table-proof/SKILL.md
.agents/skills/table-proof/agents/openai.yaml
.agents/skills/table-proof/references/examples.md
.agents/skills/table-proof/references/join-semantics.md
.github/ISSUE_TEMPLATE/adoption_report.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/release.yml
docs/AGENT_SKILL.md
docs/CODEX_FOR_OSS_APPLICATION.md
docs/CONFIGURATION.md
docs/DEMO_SCRIPT.md
docs/REPORT_SCHEMA.md
examples/tableproof.toml
examples/data/merged.tsv
examples/data/results.tsv
examples/data/samples.tsv
schemas/tableproof-report-v1.schema.json
scripts/run_action.py
src/tableproof/__init__.py
src/tableproof/__main__.py
src/tableproof/audit.py
src/tableproof/cli.py
src/tableproof/config.py
src/tableproof/models.py
src/tableproof/render.py
src/tableproof.egg-info/PKG-INFO
src/tableproof.egg-info/SOURCES.txt
src/tableproof.egg-info/dependency_links.txt
src/tableproof.egg-info/entry_points.txt
src/tableproof.egg-info/top_level.txt
tests/common.py
tests/test_audit.py
tests/test_cli_and_action.py
tests/test_config.py
tests/test_parsing.py
tests/test_skill.py