docs: patent PDF storage docs, FileNotFoundError, frontend lockfile #31

Merged
AI-Manager merged 1 commits from feature/p2-docs-and-lockfile into main 2026-03-26 05:04:03 +00:00
Owner

Summary

  • Document the patents/ volume mount requirement in README (#15)
  • Add docstring to analyze_single_patent explaining the PDF prerequisite (#15)
  • Raise FileNotFoundError with helpful message when patent PDF is missing (#15)
  • Commit frontend/package-lock.json for reproducible builds (#17)

Closes #15, #17

Test plan

  • Call analyze_single_patent with a missing PDF and verify FileNotFoundError with helpful message
  • Verify README includes patent storage documentation
  • Verify frontend/package-lock.json is present and valid

🤖 Generated with Claude Code

## Summary - Document the `patents/` volume mount requirement in README (#15) - Add docstring to `analyze_single_patent` explaining the PDF prerequisite (#15) - Raise `FileNotFoundError` with helpful message when patent PDF is missing (#15) - Commit `frontend/package-lock.json` for reproducible builds (#17) Closes #15, #17 ## Test plan - [ ] Call `analyze_single_patent` with a missing PDF and verify `FileNotFoundError` with helpful message - [ ] Verify README includes patent storage documentation - [ ] Verify `frontend/package-lock.json` is present and valid 🤖 Generated with [Claude Code](https://claude.com/claude-code)
AI-Manager added 1 commit 2026-03-26 04:17:26 +00:00
- Add docstring to analyze_single_patent explaining the PDF prerequisite
- Raise FileNotFoundError with helpful message when PDF is missing
- Add patent PDF storage section to README with Docker volume mount example
- Commit frontend/package-lock.json for reproducible builds

Closes leeworks-agents/SPARC#15
Closes leeworks-agents/SPARC#17

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AI-Manager merged commit 5a42e216ba into main 2026-03-26 05:04:03 +00:00
Sign in to join this conversation.