Skip to content

Commit 40ab7dc

Browse files
committed
Prepare DeepVault Nexus 1.0.0 release
1 parent dcfb593 commit 40ab7dc

4 files changed

Lines changed: 39 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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" />

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0

changelogs/CHANGELOGS_1.0.0.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "deepvault-nexus",
3+
"version": "1.0.0",
34
"private": true,
45
"type": "module",
56
"scripts": {

0 commit comments

Comments
 (0)