From b34c787147d2e90d6e2294b62ddc1345b5259f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CBeeRad=E2=80=9D?= Date: Sun, 15 Mar 2026 14:59:41 +1100 Subject: [PATCH] docs: note current synced status in os process doc - record the march 15 sync scope on main - add the local better-sqlite3 rebuild note for contributors Generated with Codex --- docs/development/process.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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`