File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77<p align =" center " >
88 <a href =" ./LICENSE " ><img src =" https://img.shields.io/badge/license-MIT-4C8BF5 " alt =" MIT License " /></a >
9- <img src =" https://img.shields.io/badge/version-v0 .0.0-4C8BF5 " alt =" Version 0 .0.0 " />
9+ <img src =" https://img.shields.io/badge/version-v1 .0.0-4C8BF5 " alt =" Version 1 .0.0 " />
1010 <img src =" https://img.shields.io/badge/React-19-61DAFB?logo=react&logoColor=white " alt =" React 19 " />
1111 <img src =" https://img.shields.io/badge/TypeScript-Strict-3178C6?logo=typescript&logoColor=white " alt =" TypeScript Strict " />
1212 <img src =" https://img.shields.io/badge/local--first-deepvault-0F766E " alt =" Local first " />
Original file line number Diff line number Diff line change 1+ 1.0.0
Original file line number Diff line number Diff line change 1+ # CHANGELOGS_1.0.0
2+
3+ Release date: 2026-04-10
4+
5+ ## DeepVault Nexus 1.0.0
6+
7+ The first release of DeepVault Nexus lands the local V1 workspace and the live SharePoint export path.
8+
9+ ### Highlights
10+
11+ - Local React + TypeScript workspace for ` DeepVault - Navy ` , ` DeepVault - Bishop ` , and sync visibility
12+ - Permission-aware retrieval on top of the bundled pilot corpus
13+ - Mock/live corpus switching for browser testing
14+ - SharePoint / Microsoft Graph live export pipeline wired to ` .env.local `
15+ - Memory guards and pagination progress logs for large live exports
16+ - Local ingestion and evaluation commands for mock and live corpus files
17+ - Project branding, MIT license, and contribution guide added for the release
18+
19+ ### Validation
20+
21+ ``` bash
22+ npm run lint
23+ npm run typecheck
24+ npm run test
25+ npm run build
26+ npm run evaluate
27+ npm run e2e
28+ npm run export:live
29+ npm run ingest:live -- --input public/live-corpus.json
30+ npm run evaluate:live -- --input public/live-corpus.json
31+ ```
32+
33+ ### Notes
34+
35+ - ` public/live-corpus.json ` , ` data/runtime/ ` , and ` data/eval/*.live.json ` are generated locally and ignored by Git.
36+ - The live corpus is treated as business content and should remain local unless you deliberately export it elsewhere.
Original file line number Diff line number Diff line change 11{
22 "name" : " deepvault-nexus" ,
3+ "version" : " 1.0.0" ,
34 "private" : true ,
45 "type" : " module" ,
56 "scripts" : {
You can’t perform that action at this time.
0 commit comments