diff --git a/docs/development/process.md b/docs/development/process.md index 29c93a7..633735b 100644 --- a/docs/development/process.md +++ b/docs/development/process.md @@ -48,3 +48,13 @@ npm run build - `ra-h_os` accepts direct contributions. - Maintainers may port relevant changes between public and private repos. - Public contributions will not be overwritten by syncs. + +## Current Status + +- `main` includes the March 15, 2026 sync from the private app repo: + - stronger node/chunk retrieval + - flatter dimension/runtime contract + - stricter node/edge validation + - improved eval logging/UI + - reduced 5-scenario eval suite with archived legacy scenarios +- after pulling changes, if SQLite routes fail locally, run `npm rebuild better-sqlite3` under the same Node version used for `npm run dev`