ruvector/.github/workflows
rUv e3d8ff8e6c
fix(npm): update stale ruvector peer deps and fix TS syntax error (#492)
* fix(npm): update stale ruvector peer deps and fix TS syntax error

- agentic-synth, ruvector-extensions: bump optional ruvector peer dep
  from ^0.1.x to ^0.2.0 to match current workspace version (fixes
  npm install resolution conflict in workspaces)
- hr-management.ts: fix 'dotted LineManagerId' (space in identifier)
  which caused tsc to emit TS1005 errors

Co-Authored-By: claude-flow <ruv@ruv.net>

* style: rustfmt ruvector-sparse-inference ops.rs

Fixes Rustfmt CI check failure for the LinearBitNet ternary weight
GEMV operator added in the recent sparse-inference feature.

Co-Authored-By: claude-flow <ruv@ruv.net>

* fix(rvlite): suppress TS2307 for wasm-pack build artifacts

Add @ts-ignore comments before the four import() calls that reference
dist/wasm/rvlite.js — a wasm-pack generated file that is gitignored and
absent at type-check time. The existing 'as any' casts were already
correct at runtime; this suppresses the spurious TS2307 module-not-found
errors that blocked 'npx tsc --noEmit' in the rvlite package.

Co-Authored-By: claude-flow <ruv@ruv.net>

* fix(ci): correct YAML indentation in copilot-setup-steps.yml

The jobs: block was indented under on: and each subsequent step was
indented by 6 extra spaces per level, creating a deeply pyramidal
structure that is invalid YAML. GitHub Actions always reported
'This run likely failed because of a workflow file issue'.

Fixed by resetting to standard 2-space YAML indentation throughout.

Co-Authored-By: claude-flow <ruv@ruv.net>

* fix(mcp-brain-server): fix 3 failing tests in pipeline and symbolic

pipeline.rs:
- test_cdx_query_default: update assertion to match current default
  (mime_filter and status_filter are now None by design — filters are
  applied client-side for lower latency in the PoC)
- test_cc_warc_extraction: extend test HTML content to ≥200 chars so
  it passes the minimum-length gate in extract_text_from_html

symbolic.rs:
- test_forward_chaining_transitive: fix spurious back-edge inference.
  The shared-arg fallback fired on (B,C)×(A,B) because they share B,
  producing relates_to(C,A) alongside the correct relates_to(A,C). Add
  a reverse_chain guard: if last(pb)==first(pa) (i.e., (pb,pa) is a
  strict chain), skip shared-arg for this (pa,pb) pair — the forward
  direction is already covered by the (ia=A,B, ib=B,C) iteration.

Co-Authored-By: claude-flow <ruv@ruv.net>

---------

Co-authored-by: ruvnet <ruvnet@gmail.com>
2026-05-22 02:33:45 -04:00
..
agentic-synth-ci.yml feat(agentic-synth): Update RuVector adapter to use native NAPI-RS bindings (#34) 2025-12-01 13:17:26 -05:00
benchmarks.yml ci: fix benchmarks by installing PostgreSQL 17 and pgrx 2025-12-30 15:36:30 +00:00
build-attention.yml fix(ci): exclude npm/ binaries from .node file search in publish workflow 2026-05-22 00:04:55 -04:00
build-diskann.yml feat(diskann): Vamana ANN + PQ + NAPI bindings — 14 tests, 1.0 recall, 90µs search (#334) 2026-04-06 17:55:06 -04:00
build-gnn.yml fix(gnn): remove broken linux-arm64-musl target from build matrix (#491) 2026-05-22 02:00:54 -04:00
build-graph-node.yml feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
build-graph-transformer.yml fix: use git add -f in CI workflows to commit .node binaries past .gitignore 2026-02-25 14:35:14 +00:00
build-native.yml fix: use git add -f in CI workflows to commit .node binaries past .gitignore 2026-02-25 14:35:14 +00:00
build-router.yml fix(ci): read version from package.json instead of hardcoded value 2026-01-24 12:35:23 -05:00
build-rvf-node.yml fix(ci): resolve all build-rvf-node failures 2026-02-16 22:39:04 +00:00
build-tiny-dancer.yml feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
build-verified.yml feat: add formal verification layer with lean-agentic dependent types 2026-02-25 03:45:18 +00:00
ci.yml feat(ruvector-hailo): NPU embedding backend + multi-Pi cluster (ADRs 167-170) (#413) 2026-05-04 08:30:40 -04:00
clippy-fmt.yml chore(workspace): fix pre-existing test flakes + add CI -D warnings enforcement 2026-04-25 20:17:47 -04:00
copilot-setup-steps.yml fix(npm): update stale ruvector peer deps and fix TS syntax error (#492) 2026-05-22 02:33:45 -04:00
docker-publish.yml fix(docker): include gated-transformer dependency in builds 2025-12-26 23:39:06 +00:00
edge-net-models.yml chore: Update dependency versions for crates.io publishing 2026-01-04 19:44:24 +00:00
hailo-backend-audit.yml hailo: NPU pipeline pool exploration + bridge cache/health parity (iter 234-249) (#418) 2026-05-04 09:56:26 -04:00
hooks-ci.yml fix(ci): use --memory-type flag for hooks remember command 2025-12-29 17:58:38 +00:00
mirror-rulake.yml ci: mirror crates/ruvector-rulake/ + ADRs to ruvnet/RuLake on push 2026-04-24 10:29:09 -04:00
postgres-extension-ci.yml fix: add missing pg17 feature flag in pgrx test commands and fix rustdoc link errors 2026-02-21 22:44:28 +00:00
publish-all.yml fix(ci): exclude npm/ binaries from .node file search in publish workflow 2026-05-22 00:04:55 -04:00
regression-guard.yml fix(ruvector): ONNX wasm bundle + brain MCP ESM errors + supply-chain CI (#481) 2026-05-21 23:54:54 -04:00
RELEASE-FLOW.md feat: Implement GNN forgetting mitigation (#17) 2025-11-26 23:17:07 +00:00
release-rvf-cli.yml feat(rvf-cli): add cross-platform release workflow and update README 2026-02-16 23:19:39 +00:00
RELEASE.md feat: Implement GNN forgetting mitigation (#17) 2025-11-26 23:17:07 +00:00
release.yml fix: Remove automatic npm publish from CI/CD workflows 2025-11-30 21:23:39 +00:00
ruvector-postgres-ci.yml fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
ruvllm-benchmarks.yml feat(training): RuvLTRA v2.4 Ecosystem Edition - 100% routing accuracy (#123) 2026-01-20 20:08:30 -05:00
ruvllm-build.yml feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
ruvllm-esp32-firmware.yml feat(ruvector-hailo): NPU embedding backend + multi-Pi cluster (ADRs 167-170) (#413) 2026-05-04 08:30:40 -04:00
ruvllm-native.yml feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
ruvltra-tests.yml fix: CI clippy errors and Windows test failures 2026-03-16 23:21:01 -04:00
sona-napi.yml feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
supply-chain.yml ci(security): add 5-layer supply-chain CI + clear 3 npm criticals 2026-05-19 08:59:46 -04:00
sync-rvf-examples.yml fix: ruvector-postgres v0.3.1 — audit bug fixes, 46 SQL functions, Docker publish (#227) 2026-03-03 12:53:10 -05:00
thermorust-ci.yml feat(thermorust): add thermodynamic neural-motif crate 2026-02-27 14:22:44 +00:00
ui-ci.yml feat(quality): ADR-144 monorepo quality analysis — Phase 1 critical fixes (#336) 2026-04-06 21:19:13 -04:00
validate-lockfile.yml fix: Resolve CI failures from platform-specific npm package conflicts 2025-11-27 15:38:11 +00:00
wasm-dedup-check.yml fix(rvf-wasm): fix Node.js CJS/ESM glue and add rvf-node CI 2026-02-16 21:33:14 +00:00