Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1906 commits
Select commit Hold shift + click to select a range
2474d32
feat(generator): posterior-targeting puzzle generation, weekday skipp…
claude Feb 15, 2026
fa69d5e
feat(ablation): PolicyKernel, DifficultyVector, fair mode comparison
claude Feb 15, 2026
8bc077a
feat(ablation): PolicyKernel, DifficultyVector, fair mode comparison
claude Feb 15, 2026
38228a9
refine(ablation): risk_score policy, normalized penalty, witness log
claude Feb 15, 2026
161f971
refine(ablation): risk_score policy, normalized penalty, witness log
claude Feb 15, 2026
aab38ed
refine(ablation): flip sign, wire penalty, expand buckets
claude Feb 15, 2026
e199312
refine(ablation): flip sign, wire penalty, expand buckets
claude Feb 15, 2026
2ed3dce
feat(ablation): Thompson Sampling two-signal model, speculative dual-…
claude Feb 15, 2026
70e0223
feat(ablation): Thompson Sampling two-signal model, speculative dual-…
claude Feb 15, 2026
ccfc386
feat(ablation): publishable RVF acceptance test with SHA-256 witness …
claude Feb 15, 2026
6d10d42
feat(ablation): publishable RVF acceptance test with SHA-256 witness …
claude Feb 15, 2026
0dabec3
chore: update Cargo.lock for sha2 dependency
claude Feb 15, 2026
12e9e71
chore: update Cargo.lock for sha2 dependency
claude Feb 15, 2026
aca7f6b
feat(rvf): integrate publishable acceptance test with native SHAKE-25…
claude Feb 16, 2026
e83ed7e
feat(rvf): integrate publishable acceptance test with native SHAKE-25…
claude Feb 16, 2026
e2cc732
docs(adr): ADR-038 npx ruvector & rvlite witness verification integra…
claude Feb 16, 2026
29091e9
docs(adr): ADR-038 npx ruvector & rvlite witness verification integra…
claude Feb 16, 2026
e2a3f1a
feat(rvf): rvf-solver-wasm — self-learning AGI engine compiled to WASM
claude Feb 16, 2026
608179d
feat(rvf): rvf-solver-wasm — self-learning AGI engine compiled to WASM
claude Feb 16, 2026
262d70d
docs(rvf-solver-wasm): add detailed README with architecture, API tab…
claude Feb 16, 2026
ec43dff
docs(rvf-solver-wasm): add detailed README with architecture, API tab…
claude Feb 16, 2026
eff0ccc
feat(domain-expansion): cross-domain transfer learning engine with WA…
claude Feb 16, 2026
857f9db
feat(domain-expansion): cross-domain transfer learning engine with WA…
claude Feb 16, 2026
52f5cae
feat(domain-expansion): integrate with RVF format — segment serializa…
claude Feb 16, 2026
1909ab6
feat(domain-expansion): integrate with RVF format — segment serializa…
claude Feb 16, 2026
0261cf1
docs(adr): update ADRs with implementation details from rvf-types
claude Feb 16, 2026
c811d4c
docs(adr): update ADRs with implementation details from rvf-types
claude Feb 16, 2026
5324319
feat(domain-expansion): add meta-learning engine with five AGI learni…
claude Feb 16, 2026
1ad5aa1
feat(domain-expansion): add meta-learning engine with five AGI learni…
claude Feb 16, 2026
104fe20
fix: resolve build breaks from new rvf-types fields in rvf-launch, rv…
ruvnet Feb 16, 2026
1821001
fix: resolve build breaks from new rvf-types fields in rvf-launch, rv…
ruvnet Feb 16, 2026
9fb3d2c
chore: bump rvf-types/rvf-crypto/rvf-runtime to 0.2.0 for new features
ruvnet Feb 16, 2026
fccc8e9
chore: bump rvf-types/rvf-crypto/rvf-runtime to 0.2.0 for new features
ruvnet Feb 16, 2026
ab7d1e7
docs: update READMEs with self-booting instructions, bump npm versions
ruvnet Feb 16, 2026
bd9d4f5
docs: update READMEs with self-booting instructions, bump npm versions
ruvnet Feb 16, 2026
b9fc0bb
feat(rvf): add WASM_SEG (0x10) for self-bootstrapping RVF files
ruvnet Feb 16, 2026
6bd9aec
feat(rvf): add WASM_SEG (0x10) for self-bootstrapping RVF files
ruvnet Feb 16, 2026
58c36b8
docs(rvf): improve Security & Trust sections, add live_boot_proof exa…
ruvnet Feb 16, 2026
57c010f
docs(rvf): improve Security & Trust sections, add live_boot_proof exa…
ruvnet Feb 16, 2026
8d5e4f6
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
7ec4764
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
cb33833
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
d104285
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
3a89681
feat(rvf): add platform-specific scripts for Linux, Windows, Node, br…
ruvnet Feb 16, 2026
81e38b5
feat(rvf): add platform-specific scripts for Linux, Windows, Node, br…
ruvnet Feb 16, 2026
49315aa
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
e56c1e5
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
ff8ebed
docs(rvf): remove redundant sections from crate README
ruvnet Feb 16, 2026
f6859e4
docs(rvf): remove redundant sections from crate README
ruvnet Feb 16, 2026
0ed302e
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
8d23af1
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
bb78099
fix(rvf): populate backend binaries and fix SDK API wiring
ruvnet Feb 16, 2026
95d4b39
fix(rvf): populate backend binaries and fix SDK API wiring
ruvnet Feb 16, 2026
4e504f2
fix(rvf-wasm): fix Node.js CJS/ESM glue and add rvf-node CI
ruvnet Feb 16, 2026
6954785
fix(rvf-wasm): fix Node.js CJS/ESM glue and add rvf-node CI
ruvnet Feb 16, 2026
941f5cb
chore(rvf-node): add darwin and linux-arm64 platform binaries
ruvnet Feb 16, 2026
e28e254
chore(rvf-node): add darwin and linux-arm64 platform binaries
ruvnet Feb 16, 2026
365139b
chore: bump rvf-node to 0.1.5, rvf SDK to 0.1.7
ruvnet Feb 16, 2026
91f4ad0
chore: bump rvf-node to 0.1.5, rvf SDK to 0.1.7
ruvnet Feb 16, 2026
30a5561
fix(ci): add missing rvf-adapters/claude-flow crate to git
ruvnet Feb 16, 2026
7c737d8
fix(ci): add missing rvf-adapters/claude-flow crate to git
ruvnet Feb 16, 2026
54fb864
fix(ci): resolve cp same-file error in build-rvf-node workflow
ruvnet Feb 16, 2026
b26cecf
fix(ci): resolve cp same-file error in build-rvf-node workflow
ruvnet Feb 16, 2026
5e6a928
Merge pull request #177 from ruvnet/fix/rvf-backend-stubs
ruvnet Feb 16, 2026
7a3ffa5
Merge pull request #177 from ruvnet/fix/rvf-backend-stubs
ruvnet Feb 16, 2026
e782f3c
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
f613528
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
f0de332
fix(ci): resolve all build-rvf-node failures
ruvnet Feb 16, 2026
4cb8e65
fix(ci): resolve all build-rvf-node failures
ruvnet Feb 16, 2026
6434701
chore: Update RVF NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
ee1f0a7
chore: Update RVF NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
eda601d
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
a91067f
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
bd05fd7
chore: publish rvf-node@0.1.6 with win32-x64-msvc binary
ruvnet Feb 16, 2026
297fe7e
chore: publish rvf-node@0.1.6 with win32-x64-msvc binary
ruvnet Feb 16, 2026
1c0fd7c
chore: Update RVF NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
fba5236
chore: Update RVF NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
1172544
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
6b080ec
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
2238362
feat(rvf-cli): add cross-platform release workflow and update README
ruvnet Feb 16, 2026
2b43b7d
feat(rvf-cli): add cross-platform release workflow and update README
ruvnet Feb 16, 2026
91f7841
Merge pull request #178 from ruvnet/feat/rvf-cli-release
ruvnet Feb 16, 2026
06a5eea
Merge pull request #178 from ruvnet/feat/rvf-cli-release
ruvnet Feb 16, 2026
3585aee
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
02526c8
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 16, 2026
770c2c8
feat(rvf): expose AGI components via npm packages
ruvnet Feb 17, 2026
f4da369
feat(rvf): expose AGI components via npm packages
ruvnet Feb 17, 2026
2a87dbb
Merge pull request #179 from ruvnet/feat/rvf-agi-npm
ruvnet Feb 17, 2026
7b28bed
Merge pull request #179 from ruvnet/feat/rvf-agi-npm
ruvnet Feb 17, 2026
f2fd56e
fix(rvf): add solver ambient module declaration for TypeScript compil…
ruvnet Feb 17, 2026
671a8b5
fix(rvf): add solver ambient module declaration for TypeScript compil…
ruvnet Feb 17, 2026
b341403
chore: Update RVF NAPI-RS binaries for all platforms
github-actions[bot] Feb 17, 2026
d4dc7e2
chore: Update RVF NAPI-RS binaries for all platforms
github-actions[bot] Feb 17, 2026
14544e8
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 17, 2026
1f915ea
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 17, 2026
d0ab668
docs(rvf): add comprehensive READMEs for AGI npm packages
ruvnet Feb 17, 2026
cb0b59c
docs(rvf): add comprehensive READMEs for AGI npm packages
ruvnet Feb 17, 2026
89459ec
chore(rvf): bump all npm package versions for AGI release
ruvnet Feb 17, 2026
9a29374
chore(rvf): bump all npm package versions for AGI release
ruvnet Feb 17, 2026
b990a8b
chore: Update RVF NAPI-RS binaries for all platforms
github-actions[bot] Feb 17, 2026
262b45a
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 17, 2026
258247b
fix(rvf-solver): add WASM binary, fix CJS loader, and correct field m…
ruvnet Feb 17, 2026
b6edeef
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 17, 2026
1869ae0
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 17, 2026
ee9d5ef
Fix SPARQL parser backtrack, executor memory leak, and add catch_unwind
Feb 17, 2026
e4d1b8e
Fix HNSW index crashes and incorrect query results
Feb 17, 2026
a3016ce
docs: Add sublinear-time-solver integration analysis (15-agent swarm,…
claude Feb 20, 2026
863e307
docs: Add Rust crates integration analysis (Agent 1)
claude Feb 20, 2026
3d160ce
docs: Add MCP integration and performance analysis (Agents 7, 8)
claude Feb 20, 2026
85e9b2e
docs: Add security analysis for sublinear-time-solver integration (Ag…
claude Feb 20, 2026
f47a383
docs: Add dependency graph analysis (Agent 13)
claude Feb 20, 2026
535d81f
docs: Add WASM integration and use cases roadmap (Agents 6, 14)
claude Feb 20, 2026
aaaf9d8
docs: Add examples integration analysis (Agent 4)
claude Feb 20, 2026
5e9294a
docs: Add testing strategy analysis (Agent 12)
claude Feb 20, 2026
dcb94c3
docs: Add algorithm deep-dive analysis - final document (Agent 10)
claude Feb 20, 2026
93167da
docs: Add 50-year SOTA vision for ruvector + sublinear-time-solver co…
claude Feb 20, 2026
c0e8fdb
Merge pull request #184 from ruvnet/claude/analyze-sublinear-solver-a…
ruvnet Feb 20, 2026
e7287ec
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
8546138
docs: Add DNA + sublinear solver convergence analysis
claude Feb 20, 2026
c5a1b88
docs: Add quantum + sublinear solver convergence analysis
claude Feb 20, 2026
ef78827
Merge pull request #185 from ruvnet/claude/analyze-sublinear-solver-a…
ruvnet Feb 20, 2026
3344e95
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
99baa4a
docs: Add comprehensive ADR and DDD documentation for sublinear-time …
claude Feb 20, 2026
4c3c607
docs: Deep enhance SOTA research analysis and optimization guide
claude Feb 20, 2026
5dcafd2
feat: Implement complete sublinear-time sparse solver crate
claude Feb 20, 2026
cd16364
feat: Add min-cut gating experiment scaffolding (WIP)
claude Feb 20, 2026
f818c98
feat: Complete min-cut gating experiment crate modules
claude Feb 20, 2026
982d4f0
fix: Agent refinements to experiment crate modules
claude Feb 20, 2026
0531900
fix: Refine experiment crate implementations
claude Feb 20, 2026
d4ff4e0
fix: Update hysteresis, witness, and CSV emitter modules
claude Feb 20, 2026
e011fa2
perf: Add zero-overhead SpMV and fused Neumann iteration kernel
claude Feb 20, 2026
53a1cb0
docs: Update ADR-STS-001 through 010 to Accepted status with implemen…
claude Feb 20, 2026
08f57d5
docs: Add crate READMEs, AGI optimization review, and root README update
claude Feb 20, 2026
c3e90d6
docs: Polish crate READMEs with badges, comparison tables, and collap…
claude Feb 20, 2026
1abc591
feat: Add solver RVF examples and update Cargo.toml entries
claude Feb 20, 2026
508468e
feat: Update all research docs to Implemented status with traceability
claude Feb 20, 2026
3c26c52
feat: Add cross-document implementation verification to SOTA analysis
claude Feb 20, 2026
4247231
fix: Final SOTA research analysis refinement
claude Feb 20, 2026
b5cb344
fix: SOTA analysis section numbering cleanup
claude Feb 20, 2026
b19d050
fix: implement security audit findings for ruvector-solver (25 fixes)
claude Feb 20, 2026
5a79746
fix: implement remaining 4 audit findings for ruvector-solver
claude Feb 20, 2026
6c7b149
feat: integrate ruvector-solver into DNA and quantum components
claude Feb 20, 2026
8750b59
feat(rvf): add Causal Atlas dashboard, solver fixes, and desktop app
ruvnet Feb 20, 2026
3ad28b2
merge: resolve conflicts with main
ruvnet Feb 20, 2026
99752ce
Merge pull request #187 from ruvnet/feat/adr-040-causal-atlas-examples
ruvnet Feb 20, 2026
7cf5ec3
chore: Update RVF NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
c21542b
merge: resolve examples/rvf/Cargo.toml conflict with main
ruvnet Feb 20, 2026
ab33fd5
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
9304568
fix: publish-readiness for 6 solver crates + npm package
ruvnet Feb 20, 2026
9b77713
Merge pull request #186 from ruvnet/claude/solver-adr-ddd-docs-RPQjh
ruvnet Feb 20, 2026
4e4d5d3
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
1c0c728
fix(rvf-solver): include WASM binary in npm tarball, fix ESM phantom …
ruvnet Feb 20, 2026
d0145fd
fix(rvf-solver): fix WASM path resolution in CJS→ESM interop
ruvnet Feb 20, 2026
4f320f6
perf(rvf-solver): remove duplicate WASM, optimize tarball 48% smaller
ruvnet Feb 20, 2026
19c7c42
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
4ef45db
feat(rvdna): native 23andMe genotyping pipeline v0.2.0
ruvnet Feb 20, 2026
f4a2401
feat(npm/rvdna): add 23andMe genotyping API v0.2.0
ruvnet Feb 20, 2026
2b5a232
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
30a6d6f
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
72c2a8e
Merge origin/main into fix/hnsw-index-crashes
ruvnet Feb 20, 2026
881ba31
fix(ruvector-postgres): bump to v2.0.3 for HNSW/IVFFlat crash fixes
ruvnet Feb 20, 2026
9c1ba09
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
91c23ae
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
9611d06
fix(rvlite): use platform-specific errno on macOS/BSD (fixes #174)
ruvnet Feb 20, 2026
ba66880
Merge pull request #188 from ruvnet/fix/open-issues-review
ruvnet Feb 20, 2026
b81a4b0
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
4cab36b
fix(ruvbot): fix TypeScript error in /api/chat endpoint (#146)
ruvnet Feb 20, 2026
58954b2
feat(ruvbot): package as self-contained RVF with real Linux 6.6 kernel
ruvnet Feb 20, 2026
e34a47c
Merge pull request #189 from ruvnet/fix/ruvbot-startup-and-rvdna-bina…
ruvnet Feb 20, 2026
5e776f3
chore(ruvbot): bump version to 0.3.0 for npm publish
ruvnet Feb 20, 2026
6e09b6a
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
526d065
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
345b092
feat(ruvbot): add RVF runner with initramfs boot support
ruvnet Feb 20, 2026
293b31a
docs(ruvbot): add RVF microkernel docs, bump to 0.3.1
ruvnet Feb 20, 2026
1320fc8
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 20, 2026
98b2d33
feat(security): ADR-042 Security RVF — AIDefence + TEE hardened conta…
ruvnet Feb 21, 2026
c0bb84e
feat(security): Security Hardened RVF v2.0 — One File To Rule Them All
ruvnet Feb 21, 2026
4625ac7
feat(security): add security_hardened.rvf to examples/ root
ruvnet Feb 21, 2026
55bc38c
docs: add Security Hardened RVF to README and update ADR-042 to v2.0
ruvnet Feb 21, 2026
55a968a
feat(security): Security Hardened RVF v3.0 — 30 capabilities verified
ruvnet Feb 21, 2026
6b20327
feat(security): ADR-042 Security RVF v3.0 — 30 capabilities verified
ruvnet Feb 21, 2026
4405843
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 21, 2026
b2aa29a
feat(intelligence): ADR-043 External Intelligence Providers for SONA …
ruvnet Feb 21, 2026
db8f83a
Merge pull request #193 from ruvnet/feat/adr-043-intelligence-providers
ruvnet Feb 21, 2026
da4d536
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 21, 2026
4e37468
feat(npm): add intelligence module to @ruvector/ruvllm 2.5.0
ruvnet Feb 21, 2026
81263ac
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 21, 2026
62436a4
fix(security): harden intelligence providers — type-safe enums, input…
ruvnet Feb 21, 2026
814257b
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 21, 2026
3147d1e
Fix SPARQL parser backtrack, executor memory leak, and add catch_unwi…
ruvnet Feb 21, 2026
059cb2a
chore: bump ruvector-postgres to 2.0.4 after SPARQL fixes (#180)
ruvnet Feb 21, 2026
5f61eec
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 21, 2026
f4876c1
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 21, 2026
d772890
chore: bump Docker image labels to 2.0.4
ruvnet Feb 21, 2026
83c107f
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 21, 2026
b3b2120
feat: add 43 new SQL functions in ruvector-postgres v0.3.0 (ADR-044)
ruvnet Feb 21, 2026
8dec497
docs: update READMEs with v0.3.0 capabilities
ruvnet Feb 21, 2026
faf7381
style: cargo fmt on v0.3 module source files
ruvnet Feb 21, 2026
d102bb8
fix: apply cargo fmt across workspace and fix CI issues
ruvnet Feb 21, 2026
0b783ff
fix: resolve macOS clippy unreachable_code and Docker workspace layout
ruvnet Feb 21, 2026
f8fab31
fix: resolve CI compilation errors across ruvector-postgres, ruvllm, …
ruvnet Feb 21, 2026
ca57f89
fix: resolve all clippy warnings for ruvllm, ruvector-core, and sona
ruvnet Feb 21, 2026
ef4d413
fix: update pgrx to 0.12.9 in both CI workflows and fix formatting
ruvnet Feb 21, 2026
93f545e
fix: add missing pg17 feature flag in pgrx test commands and fix rust…
ruvnet Feb 21, 2026
cc5ab24
Merge pull request #196 from ruvnet/feature/adr-044-v0.3-extension-up…
ruvnet Feb 21, 2026
241ccd1
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 21, 2026
db237d3
feat(rvdna): add health biomarker analysis engine with streaming simu…
claude Feb 22, 2026
65d671d
style(rvdna): apply linter formatting to biomarker module
claude Feb 22, 2026
c96d226
perf(rvdna): optimize biomarker engine — fix bug, reduce allocations,…
claude Feb 22, 2026
22dc268
refine(rvdna): calibrate biomarker weights and ranges from Genetic Li…
claude Feb 22, 2026
3f8eb9b
refine(rvdna): calibrate SNP weights from SOTA clinical meta-analyses
claude Feb 22, 2026
ad27974
feat(rvdna): add gene-biomarker correlations, CUSUM changepoint detec…
claude Feb 22, 2026
b4c230f
docs: update rvDNA and root READMEs with health biomarker engine
claude Feb 22, 2026
8b85624
refactor(rvdna): consolidate SNP arrays, cache metadata, optimize str…
claude Feb 22, 2026
366eae1
feat(rvdna): add LPA cardiovascular SNPs from SOTA meta-analysis evid…
claude Feb 22, 2026
d48b70a
feat(rvdna): add PCSK9 rs11591147 protective cardiovascular SNP
claude Feb 22, 2026
324a37d
docs(rvdna): update README for 20-SNP panel with LPA and PCSK9
claude Feb 22, 2026
579120c
feat(rvdna): add npm biomarker engine with risk scoring, streaming, a…
claude Feb 22, 2026
be7043b
perf(rvdna): optimize hot paths and add real-data integration tests
claude Feb 22, 2026
f957eb7
Merge pull request #199 from ruvnet/claude/health-biomarker-adr-ESZy4
ruvnet Feb 22, 2026
2ae3439
chore: bump rvdna crate version to 0.3.0 for biomarker engine release
ruvnet Feb 22, 2026
8a1bc9f
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 22, 2026
fd2f665
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 22, 2026
db9c3d6
fix: correct SNP count from 17 to 20 in README
ruvnet Feb 22, 2026
cf1c6c0
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 22, 2026
cc0b7e1
fix(rvf): add string ID ↔ numeric label mapping to NodeBackend
ruvnet Feb 22, 2026
7d410c4
Merge pull request #200 from ruvnet/fix/rvf-string-id-mapping
ruvnet Feb 22, 2026
0c77329
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 22, 2026
3a94a0c
docs: add WASM integration research series (6 documents, 3465 lines)
claude Feb 22, 2026
ecaa425
feat: add feature flags and scaffolding for WASM cognitive stack
claude Feb 22, 2026
b20f7c3
feat: implement canonical min-cut, spectral coherence, and container …
claude Feb 22, 2026
4e29e29
feat: implement cold-tier GNN training and container witness chain
claude Feb 22, 2026
48e3227
feat: implement canonical witness fragments, tests, and lib.rs wiring
claude Feb 23, 2026
320caf0
feat: complete cognitive container with main orchestration module
claude Feb 23, 2026
b0ae558
perf: optimize spectral coherence 10x and add benchmarks for cognitiv…
claude Feb 23, 2026
443804e
chore: remove unsafe indexing in canonical min-cut, add bench depende…
claude Feb 23, 2026
766fe8d
chore: add cactus graph debug info to bench output
claude Feb 23, 2026
ab53f23
fix: resolve build errors and prepare crates for publishing
ruvnet Feb 23, 2026
7937311
fix: add version spec to ruvector-snapshot path dependency
ruvnet Feb 23, 2026
f37ab48
fix: add version specs to path dependencies for crates.io publishing
ruvnet Feb 23, 2026
9e6822d
Merge PR #201: WASM cognitive stack with canonical min-cut, spectral …
ruvnet Feb 23, 2026
d2342d8
fix: migrate attention/dag/tiny-dancer to workspace versioning and fi…
ruvnet Feb 23, 2026
2ab9234
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 23, 2026
c033e88
chore: update npm build artifacts for ruvbot, cognitum-gate-wasm, osp…
ruvnet Feb 23, 2026
f17c0d2
Merge pull request #202 from ruvnet/chore/update-build-artifacts
ruvnet Feb 23, 2026
8f96a0f
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 23, 2026
2218912
feat: add formal verification layer with lean-agentic dependent types
ruvnet Feb 25, 2026
6a447bb
feat: formal verification with lean-agentic dependent types (#206)
ruvnet Feb 25, 2026
eaca5f9
chore: Update NAPI-RS binaries for all platforms
github-actions[bot] Feb 25, 2026
d21073c
Upgrade GitHub Actions to latest versions
salmanmkc Feb 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 22 additions & 0 deletions .claude/agentic-flow-fast.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/bash
# Fast agentic-flow hooks wrapper - avoids npx overhead
# Usage: .claude/agentic-flow-fast.sh workers <command> [args...]

# Find agentic-flow CLI - check local first, then global
AGENTIC_CLI=""

# Check local npm package (for development)
if [ -f "$PWD/node_modules/agentic-flow/bin/cli.js" ]; then
AGENTIC_CLI="$PWD/node_modules/agentic-flow/bin/cli.js"
# Check global npm installation
elif [ -f "$PWD/node_modules/.bin/agentic-flow" ]; then
exec "$PWD/node_modules/.bin/agentic-flow" "$@"
elif command -v agentic-flow &> /dev/null; then
exec agentic-flow "$@"
# Fallback to npx (slow but works)
else
exec npx agentic-flow@alpha "$@"
fi

# Execute with node directly (fast path)
exec node "$AGENTIC_CLI" "$@"
179 changes: 179 additions & 0 deletions .claude/agents/analysis/analyze-code-quality.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
---
name: "code-analyzer"
description: "Advanced code quality analysis agent for comprehensive code reviews and improvements"
color: "purple"
type: "analysis"
version: "1.0.0"
created: "2025-07-25"
author: "Claude Code"
metadata:
specialization: "Code quality, best practices, refactoring suggestions, technical debt"
complexity: "complex"
autonomous: true

triggers:
keywords:
- "code review"
- "analyze code"
- "code quality"
- "refactor"
- "technical debt"
- "code smell"
file_patterns:
- "**/*.js"
- "**/*.ts"
- "**/*.py"
- "**/*.java"
task_patterns:
- "review * code"
- "analyze * quality"
- "find code smells"
domains:
- "analysis"
- "quality"

capabilities:
allowed_tools:
- Read
- Grep
- Glob
- WebSearch # For best practices research
restricted_tools:
- Write # Read-only analysis
- Edit
- MultiEdit
- Bash # No execution needed
- Task # No delegation
max_file_operations: 100
max_execution_time: 600
memory_access: "both"

constraints:
allowed_paths:
- "src/**"
- "lib/**"
- "app/**"
- "components/**"
- "services/**"
- "utils/**"
forbidden_paths:
- "node_modules/**"
- ".git/**"
- "dist/**"
- "build/**"
- "coverage/**"
max_file_size: 1048576 # 1MB
allowed_file_types:
- ".js"
- ".ts"
- ".jsx"
- ".tsx"
- ".py"
- ".java"
- ".go"

behavior:
error_handling: "lenient"
confirmation_required: []
auto_rollback: false
logging_level: "verbose"

communication:
style: "technical"
update_frequency: "summary"
include_code_snippets: true
emoji_usage: "minimal"

integration:
can_spawn: []
can_delegate_to:
- "analyze-security"
- "analyze-performance"
requires_approval_from: []
shares_context_with:
- "analyze-refactoring"
- "test-unit"

optimization:
parallel_operations: true
batch_size: 20
cache_results: true
memory_limit: "512MB"

hooks:
pre_execution: |
echo "🔍 Code Quality Analyzer initializing..."
echo "📁 Scanning project structure..."
# Count files to analyze
find . -name "*.js" -o -name "*.ts" -o -name "*.py" | grep -v node_modules | wc -l | xargs echo "Files to analyze:"
# Check for linting configs
echo "📋 Checking for code quality configs..."
ls -la .eslintrc* .prettierrc* .pylintrc tslint.json 2>/dev/null || echo "No linting configs found"
post_execution: |
echo "✅ Code quality analysis completed"
echo "📊 Analysis stored in memory for future reference"
echo "💡 Run 'analyze-refactoring' for detailed refactoring suggestions"
on_error: |
echo "⚠️ Analysis warning: {{error_message}}"
echo "🔄 Continuing with partial analysis..."

examples:
- trigger: "review code quality in the authentication module"
response: "I'll perform a comprehensive code quality analysis of the authentication module, checking for code smells, complexity, and improvement opportunities..."
- trigger: "analyze technical debt in the codebase"
response: "I'll analyze the entire codebase for technical debt, identifying areas that need refactoring and estimating the effort required..."
---

# Code Quality Analyzer

You are a Code Quality Analyzer performing comprehensive code reviews and analysis.

## Key responsibilities:
1. Identify code smells and anti-patterns
2. Evaluate code complexity and maintainability
3. Check adherence to coding standards
4. Suggest refactoring opportunities
5. Assess technical debt

## Analysis criteria:
- **Readability**: Clear naming, proper comments, consistent formatting
- **Maintainability**: Low complexity, high cohesion, low coupling
- **Performance**: Efficient algorithms, no obvious bottlenecks
- **Security**: No obvious vulnerabilities, proper input validation
- **Best Practices**: Design patterns, SOLID principles, DRY/KISS

## Code smell detection:
- Long methods (>50 lines)
- Large classes (>500 lines)
- Duplicate code
- Dead code
- Complex conditionals
- Feature envy
- Inappropriate intimacy
- God objects

## Review output format:
```markdown
## Code Quality Analysis Report

### Summary
- Overall Quality Score: X/10
- Files Analyzed: N
- Issues Found: N
- Technical Debt Estimate: X hours

### Critical Issues
1. [Issue description]
- File: path/to/file.js:line
- Severity: High
- Suggestion: [Improvement]

### Code Smells
- [Smell type]: [Description]

### Refactoring Opportunities
- [Opportunity]: [Benefit]

### Positive Findings
- [Good practice observed]
```
3 changes: 2 additions & 1 deletion .claude/agents/analysis/code-analyzer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: analyst
description: "Advanced code quality analysis agent for comprehensive code reviews and improvements"
type: code-analyzer
color: indigo
priority: high
Expand All @@ -9,7 +10,7 @@ hooks:
post: |
npx claude-flow@alpha hooks post-task --task-id "analysis-${timestamp}" --analyze-performance true
metadata:
description: Advanced code quality analysis agent for comprehensive code reviews and improvements
specialization: "Code quality assessment and security analysis"
capabilities:
- Code quality assessment and metrics
- Performance bottleneck detection
Expand Down
3 changes: 1 addition & 2 deletions .claude/agents/analysis/code-review/analyze-code-quality.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: "code-analyzer"
description: "Advanced code quality analysis agent for comprehensive code reviews and improvements"
color: "purple"
type: "analysis"
version: "1.0.0"
created: "2025-07-25"
author: "Claude Code"

metadata:
description: "Advanced code quality analysis agent for comprehensive code reviews and improvements"
specialization: "Code quality, best practices, refactoring suggestions, technical debt"
complexity: "complex"
autonomous: true
Expand Down
157 changes: 157 additions & 0 deletions .claude/agents/architecture/arch-system-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
---
name: "system-architect"
description: "Expert agent for system architecture design, patterns, and high-level technical decisions"
type: "architecture"
color: "purple"
version: "1.0.0"
created: "2025-07-25"
author: "Claude Code"

metadata:
description: "Expert agent for system architecture design, patterns, and high-level technical decisions"
specialization: "System design, architectural patterns, scalability planning"
complexity: "complex"
autonomous: false # Requires human approval for major decisions

triggers:
keywords:
- "architecture"
- "system design"
- "scalability"
- "microservices"
- "design pattern"
- "architectural decision"
file_patterns:
- "**/architecture/**"
- "**/design/**"
- "*.adr.md" # Architecture Decision Records
- "*.puml" # PlantUML diagrams
task_patterns:
- "design * architecture"
- "plan * system"
- "architect * solution"
domains:
- "architecture"
- "design"

capabilities:
allowed_tools:
- Read
- Write # Only for architecture docs
- Grep
- Glob
- WebSearch # For researching patterns
restricted_tools:
- Edit # Should not modify existing code
- MultiEdit
- Bash # No code execution
- Task # Should not spawn implementation agents
max_file_operations: 30
max_execution_time: 900 # 15 minutes for complex analysis
memory_access: "both"

constraints:
allowed_paths:
- "docs/architecture/**"
- "docs/design/**"
- "diagrams/**"
- "*.md"
- "README.md"
forbidden_paths:
- "src/**" # Read-only access to source
- "node_modules/**"
- ".git/**"
max_file_size: 5242880 # 5MB for diagrams
allowed_file_types:
- ".md"
- ".puml"
- ".svg"
- ".png"
- ".drawio"

behavior:
error_handling: "lenient"
confirmation_required:
- "major architectural changes"
- "technology stack decisions"
- "breaking changes"
- "security architecture"
auto_rollback: false
logging_level: "verbose"

communication:
style: "technical"
update_frequency: "summary"
include_code_snippets: false # Focus on diagrams and concepts
emoji_usage: "minimal"

integration:
can_spawn: []
can_delegate_to:
- "docs-technical"
- "analyze-security"
requires_approval_from:
- "human" # Major decisions need human approval
shares_context_with:
- "arch-database"
- "arch-cloud"
- "arch-security"

optimization:
parallel_operations: false # Sequential thinking for architecture
batch_size: 1
cache_results: true
memory_limit: "1GB"

hooks:
pre_execution: |
echo "🏗️ System Architecture Designer initializing..."
echo "📊 Analyzing existing architecture..."
echo "Current project structure:"
find . -type f -name "*.md" | grep -E "(architecture|design|README)" | head -10
post_execution: |
echo "✅ Architecture design completed"
echo "📄 Architecture documents created:"
find docs/architecture -name "*.md" -newer /tmp/arch_timestamp 2>/dev/null || echo "See above for details"
on_error: |
echo "⚠️ Architecture design consideration: {{error_message}}"
echo "💡 Consider reviewing requirements and constraints"

examples:
- trigger: "design microservices architecture for e-commerce platform"
response: "I'll design a comprehensive microservices architecture for your e-commerce platform, including service boundaries, communication patterns, and deployment strategy..."
- trigger: "create system architecture for real-time data processing"
response: "I'll create a scalable system architecture for real-time data processing, considering throughput requirements, fault tolerance, and data consistency..."
---

# System Architecture Designer

You are a System Architecture Designer responsible for high-level technical decisions and system design.

## Key responsibilities:
1. Design scalable, maintainable system architectures
2. Document architectural decisions with clear rationale
3. Create system diagrams and component interactions
4. Evaluate technology choices and trade-offs
5. Define architectural patterns and principles

## Best practices:
- Consider non-functional requirements (performance, security, scalability)
- Document ADRs (Architecture Decision Records) for major decisions
- Use standard diagramming notations (C4, UML)
- Think about future extensibility
- Consider operational aspects (deployment, monitoring)

## Deliverables:
1. Architecture diagrams (C4 model preferred)
2. Component interaction diagrams
3. Data flow diagrams
4. Architecture Decision Records
5. Technology evaluation matrix

## Decision framework:
- What are the quality attributes required?
- What are the constraints and assumptions?
- What are the trade-offs of each option?
- How does this align with business goals?
- What are the risks and mitigation strategies?
Loading