Commit graph

2 commits

Author SHA1 Message Date
rUv
c033e88797 chore: update npm build artifacts for ruvbot, cognitum-gate-wasm, ospipe, raft, replication, ruvector-wasm-unified, ruvllm, rvf, and other packages
Compiled TypeScript outputs (.d.ts, .js, .js.map, .d.ts.map) from
npm workspace builds.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-02-23 16:07:05 +00:00
rUv
2d2c23fceb
feat(npm): add @ruvector/raft, @ruvector/replication, @ruvector/scipix packages (#129)
- @ruvector/raft: Raft consensus implementation for distributed systems
  - Leader election and log replication
  - Fault-tolerant state machine
  - Configurable election timeouts and heartbeats

- @ruvector/replication: Data replication and synchronization
  - Multi-node replica sets with primary/secondary roles
  - Vector clocks for conflict detection
  - Sync modes: synchronous, asynchronous, semi-sync
  - Automatic failover with configurable policies

- @ruvector/scipix: OCR client for scientific documents
  - LaTeX and MathML extraction from equations
  - Batch processing support
  - Multiple output formats (LaTeX, MathML, AsciiMath, Text)

All packages built with TypeScript, fully typed, ready for npm publish.

Co-authored-by: Reuven <cohen@ruv-mac-mini.local>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 22:58:14 -05:00