LICENSE
MANIFEST.in
README.md
README_EN.md
config_template.json
pyproject.toml
server.json
benchmarks/cases.json
clawhub/bibverify/SKILL.md
src/bib_check.py
src/bibverify/__init__.py
src/bibverify/__main__.py
src/bibverify/_version.py
src/bibverify/agent.py
src/bibverify/benchmark.py
src/bibverify/bibtex.py
src/bibverify/cache.py
src/bibverify/checker.py
src/bibverify/cli.py
src/bibverify/config.py
src/bibverify/http.py
src/bibverify/i18n.py
src/bibverify/identifiers.py
src/bibverify/matching.py
src/bibverify/mcp_server.py
src/bibverify/merge.py
src/bibverify/models.py
src/bibverify/provider_queries.py
src/bibverify/workflow.py
src/bibverify.egg-info/PKG-INFO
src/bibverify.egg-info/SOURCES.txt
src/bibverify.egg-info/dependency_links.txt
src/bibverify.egg-info/entry_points.txt
src/bibverify.egg-info/requires.txt
src/bibverify.egg-info/top_level.txt
src/bibverify/data/__init__.py
src/bibverify/data/benchmark_cases.json
src/bibverify/providers/__init__.py
src/bibverify/providers/arxiv.py
src/bibverify/providers/base.py
src/bibverify/providers/biorxiv.py
src/bibverify/providers/crossref.py
src/bibverify/providers/dblp.py
src/bibverify/providers/europe_pmc.py
src/bibverify/providers/misc.py
src/bibverify/providers/openalex.py
src/bibverify/providers/pubmed.py
src/bibverify/providers/semantic_scholar.py
tests/test_agent_integration.py
tests/test_benchmark.py
tests/test_bib_check.py
tests/test_cache.py
tests/test_cli.py
tests/test_config.py
tests/test_cross_platform_files.py
tests/test_golden_workflow.py
tests/test_http.py
tests/test_live_contract.py
tests/test_project_validation.py
tests/test_provider_contracts.py
tests/test_publish_metadata.py
tests/test_reliability.py
tests/fixtures/arxiv/search.xml
tests/fixtures/biorxiv/details.json
tests/fixtures/crossref/search.json
tests/fixtures/dblp/search.json
tests/fixtures/europe_pmc/search.json
tests/fixtures/openalex/search.json
tests/fixtures/pubmed/search.json
tests/fixtures/pubmed/summary.json
tests/fixtures/semantic_scholar/match.json
tools/sync_release_metadata.py
tools/validate_project.py