Commit graph

2 commits

Author SHA1 Message Date
rUv
4167a8f0f6 docs(wasm): add comprehensive SEO-optimized README files for npm packages
Enhanced documentation for all 5 WASM packages:
- learning-wasm: MicroLoRA architecture, zero-allocation examples, benchmarks
- economy-wasm: CRDT explanation, contribution curves, stake/slash mechanics
- exotic-wasm: NAO governance, morphogenetic networks, time crystal coordination
- nervous-system-wasm: HDC operations, BTSP one-shot learning, WTA/K-WTA, Global Workspace
- attention-unified-wasm: 18+ mechanisms across Neural/DAG/Graph/SSM categories

All READMEs include:
- NPM badges (version, license, bundle size, WebAssembly)
- TypeScript/JavaScript code examples
- Performance benchmarks in tables
- API reference tables
- SEO keywords for npm discoverability

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 06:35:55 +00:00
rUv
890ff45075 feat(wasm): add 5 exotic AI WASM packages with npm publishing
WASM Packages (published to npm as @ruvector/*):
- learning-wasm (39KB): MicroLoRA rank-2 adaptation with <100us latency
- economy-wasm (182KB): CRDT-based autonomous credit economy
- exotic-wasm (150KB): NAO governance, Time Crystals, Morphogenetic Networks
- nervous-system-wasm (178KB): HDC, BTSP, WTA, Global Workspace
- attention-unified-wasm (339KB): 18+ attention mechanisms (Neural, DAG, Graph, Mamba)

Changes:
- Add ruvector-attention-unified-wasm crate with unified attention API
- Add ruvector-economy-wasm crate with CRDT ledger and reputation
- Add ruvector-exotic-wasm crate with emergent AI mechanisms
- Add ruvector-learning-wasm crate with MicroLoRA adaptation
- Add ruvector-nervous-system-wasm crate with bio-inspired components
- Fix ruvector-dag for WASM compatibility (feature flags)
- Add exotic AI capabilities to edge-net example
- Update README with WASM documentation
- Include pkg/ directories with built WASM bundles

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

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