Commit graph

3 commits

Author SHA1 Message Date
Claude
356e04b639
feat(edge-net): Add join CLI with multi-contributor public key support
- Add join.js CLI for joining EdgeNet with public key identity
- Support generating new Pi-Key identities with Ed25519 signing
- Enable encrypted identity export/import (Argon2id + AES-256-GCM)
- Add multi-contributor demonstration and cross-verification
- Update main CLI to include join command
- Fix test file syntax errors and assertion bounds
- All 186 Rust tests pass, WASM module fully functional
2026-01-02 14:19:40 +00:00
rUv
342c82dbdc feat(edge-net): add Node.js WASM support and publish v0.1.1
- Build dual WASM targets (web + nodejs) for universal compatibility
- Add Node.js polyfills for web APIs (crypto, performance, window, document)
- Create universal entry point with auto-detection of environment
- Update CLI with comprehensive benchmark, demo, and info commands
- Fix ESM/CJS compatibility with .cjs extension for Node.js module
- Package includes both browser and Node.js WASM binaries

Published to npm as @ruvector/edge-net v0.1.1
Package: 885.4 kB compressed, 3.2 MB unpacked

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 07:15:39 +00:00
rUv
8732920231 feat(edge-net): publish @ruvector/edge-net v0.1.0 to npm
- Build WASM module (1.1MB compressed)
- Create CLI with commands: start, benchmark, info, demo
- Fix symbol collisions (RacEconomicEngine, RacSemanticRouter)
- Security review passed:
  - Zeroize for secret cleanup
  - OsRng for cryptographic randomness
  - Argon2 for password hashing
  - AES-GCM authenticated encryption

Package: https://www.npmjs.com/package/@ruvector/edge-net

Usage:
  npx @ruvector/edge-net info
  npx @ruvector/edge-net demo

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 07:06:49 +00:00