Add a pursuit once, upload the RFP PDFs once, and let the system save the pursuit card, vectorized chat context, and SHIVA metadata back into the same JSON item.
The dashboard is the system of record. Each pursuit item can store pursuit fields, vector-store linkage, chat thread linkage, extracted RFP metadata, and SHIVA output location.
Everything is tied to one item inside data/pursuits.json.
Add Pursuit handles the pursuit record, file upload, AI setup, and SHIVA extraction.
Each RFP gets its own assistant, thread, vector store, and metadata.
No session-only pursuit memory. Metadata is saved into the JSON record itself.
Any number of pursuits can be tracked as separate items in one array.
RFP metadata and SHIVA output path are written back into the pursuit item.
Open the dashboard to add pursuits, upload PDFs, and automatically save extracted metadata back into the same pursuit record.