ENG-432: Build bibliography database with live linking#80
Open
madeleinesong wants to merge 5 commits intomainfrom
Open
ENG-432: Build bibliography database with live linking#80madeleinesong wants to merge 5 commits intomainfrom
madeleinesong wants to merge 5 commits intomainfrom
Conversation
JSON-backed BibliographyDB that tracks read/cited/relevant status per reference, supports citation network linking, and provides query functions for literature review and writing workflows. Includes 54 tests covering persistence, entry management, status tracking, live linking, queries, statistics, and export to CitationSource.
Adds BibEntry, BibliographyDB, BibliographyDBStats, ReadStatus, RelevanceLevel, VerificationStatus, load_bibliography_db, and save_bibliography_db to the paper package's public API.
Template now references the persistent bibliography-db.json file and documents how each agent (bibliographer, literature-reviewer, paper-writer, referee) interacts with the database through its query and update APIs. Bumps template_version to 2.
Adds bibliography database documentation to the agent's file protocol, citation workflow, and locate_bibliography steps. The agent now checks the database for duplicates before adding citations and persists all verification results to bibliography-db.json.
…on (ENG-432) Adds a bibliography_database section documenting how the literature reviewer should check the database before starting a review, update entries during the review, and record citation/related links between surveyed papers.
08999fd to
514e38e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
BibliographyDB) that tracks read/cited/relevant status per reference, citation network links, and verification statesearch,filter_by_status,filter_by_tag,filter_by_phase,lookup_by_arxiv,lookup_by_doi) for literature review and writing workflows__init__.pyTest plan
tests/test_bibliography_db.pycovering persistence, entry management, status tracking, live linking, queries, statistics, and exporttest_paper_compiler_regressions.pyis unrelated (also fails on main)Closes ENG-432
🤖 Generated with Claude Code