What problem does it solve?
Academic paper drafting pipelines can waste significant effort generating sections only to discover the curated sources cannot support the required citation count. This gate audits the source pack and bibliography deterministically before any expensive drafting work begins.
Core Features & Use Cases
- Citation Target Verification: Parses CITATION_TARGET from the paper contract or preferences and confirms it is a machine-readable integer greater than zero.
- Cross-Reference Consistency Checks: Verifies usable keys appear in PRIMARY_REFERENCES and the BibTeX bibliography, and that declared counts match verified counts.
- Locator Validation: Confirms each usable bibliography entry carries a valid HTTPS URL, DOI, or arXiv identifier via strict BibTeX field parsing.
- Use Case: In an automated meta-paper writing workflow, run this gate immediately after source curation; it exits non-zero with concrete found/required counts and blocker details when coverage is insufficient, halting the pipeline before section generation.
Quick Start
Run the readiness gate on my paper contract, source pack, and bibliography JSON to confirm the curated references meet the citation target before drafting.