pov-doc: add MongoDB dictations as data source for account context

This commit is contained in:
Connor Rhodes 2026-05-12 12:51:28 -05:00
parent b855d4f5e6
commit a7b7b15425

View file

@ -23,6 +23,8 @@ Before generating the document, gather the following from the user's notes and c
Search `~/notes` for account notes, meeting notes, and inbox items related to the customer to populate these fields. Use ripgrep to find relevant content across all note files. Search `~/notes` for account notes, meeting notes, and inbox items related to the customer to populate these fields. Use ripgrep to find relevant content across all note files.
Additionally, query the MongoDB `notes.dictations` collection for meeting transcripts related to the customer. Transcripts often contain richer detail than summarized notes, including exact stakeholder names, technical requirements, and pain points discussed during calls and on-site visits. Search across the `content`, `title`, and `summary` fields using case-insensitive regex matching on the customer name and known contacts. The MongoDB skill provides connection details and query patterns.
### Logo and Mission Statement ### Logo and Mission Statement
In addition to the fields above, gather these for the document header: In addition to the fields above, gather these for the document header: