Commit a2c5ce4
authored
chore(ruvector): bump to 0.2.32 (ADR-256 release prep) (#578)
* chore(ruvector): bump to 0.2.32 (harness router + default-deny MCP policy)
Release prep for the ADR-256 work merged in #575:
- `ruvector harness status [--json]` unified routing surface
- default-deny MCP tool policy (RUVECTOR_MCP_ALLOW/DENY/PROFILE)
- stable memory namespace (RUVECTOR_MEMORY_NAMESPACE)
- startup-budget CI guard
Additive / non-breaking → patch bump. Tests green (73/0, 8/0, 2/0).
Does NOT publish — `npm publish` left to a maintainer with npm auth.
Co-Authored-By: claude-flow <ruv@ruv.net>
* fix(ruvector): cross-platform build script (node fs.cpSync)
The build copied ONNX assets with `mkdir -p`/`cp -r`, which fail on Windows
cmd.exe and broke `npm publish` (prepack/prepublishOnly) off-Linux. Replace
with node fs.cpSync(recursive) — works everywhere. Verified: build + verify-dist
green on Windows (14 dist paths present).
Co-Authored-By: claude-flow <ruv@ruv.net>
---------
Co-authored-by: ruv <ruvnet@users.noreply.github.com>1 parent d5347d5 commit a2c5ce4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments