Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'

This commit is contained in:
ruv
2026-02-28 14:39:40 -05:00
7854 changed files with 3522914 additions and 0 deletions

View File

@@ -0,0 +1,96 @@
{
"buckets": {
"0.9": {
"total": 4369,
"correct": 4369
},
"0.7": {
"total": 2858,
"correct": 2858
},
"0.5": {
"total": 1296,
"correct": 1296
},
"0.8": {
"total": 4,
"correct": 4
},
"0.6": {
"total": 3,
"correct": 0
}
},
"predictions": [
{
"predicted": "coder",
"actual": "coder",
"correct": true,
"confidence": 0.8,
"timestamp": "2025-12-25T21:07:49.690Z"
},
{
"predicted": "coder",
"actual": "reviewer",
"correct": false,
"confidence": 0.6,
"timestamp": "2025-12-25T21:07:49.690Z"
},
{
"predicted": "tester",
"actual": "tester",
"correct": true,
"confidence": 0.9,
"timestamp": "2025-12-25T21:07:49.691Z"
},
{
"predicted": "coder",
"actual": "coder",
"correct": true,
"confidence": 0.8,
"timestamp": "2025-12-25T21:09:04.929Z"
},
{
"predicted": "coder",
"actual": "coder",
"correct": true,
"confidence": 0.8,
"timestamp": "2025-12-25T21:10:51.728Z"
},
{
"predicted": "coder",
"actual": "reviewer",
"correct": false,
"confidence": 0.6,
"timestamp": "2025-12-25T21:10:51.728Z"
},
{
"predicted": "tester",
"actual": "tester",
"correct": true,
"confidence": 0.9,
"timestamp": "2025-12-25T21:10:51.728Z"
},
{
"predicted": "coder",
"actual": "coder",
"correct": true,
"confidence": 0.8,
"timestamp": "2025-12-25T21:19:39.833Z"
},
{
"predicted": "coder",
"actual": "reviewer",
"correct": false,
"confidence": 0.6,
"timestamp": "2025-12-25T21:19:39.833Z"
},
{
"predicted": "tester",
"actual": "tester",
"correct": true,
"confidence": 0.9,
"timestamp": "2025-12-25T21:19:39.833Z"
}
]
}

View File

@@ -0,0 +1,253 @@
{
"nodes": {
"config-specialist": {
"type": "config-specialist",
"capabilities": [
"config-specialist"
],
"load": 0,
"active": true
},
"javascript-developer": {
"type": "javascript-developer",
"capabilities": [
"javascript-developer"
],
"load": 0,
"active": true
},
"technical-writer": {
"type": "technical-writer",
"capabilities": [
"documentation",
"markdown"
],
"load": 0,
"active": true
},
"system-admin": {
"type": "system-admin",
"capabilities": [
"system-admin"
],
"load": 0,
"active": true
},
"general-developer": {
"type": "general-developer",
"capabilities": [
"general",
"debugging"
],
"load": 0,
"active": true
},
"rust-developer": {
"type": "rust-developer",
"capabilities": [
"rust",
"cargo",
"wasm"
],
"load": 0,
"active": true
},
"typescript-developer": {
"type": "typescript-developer",
"capabilities": [
"typescript",
"javascript",
"node"
],
"load": 0,
"active": true
},
"frontend-developer": {
"type": "frontend-developer",
"capabilities": [
"frontend-developer"
],
"load": 0,
"active": true
},
"devops-engineer": {
"type": "devops-engineer",
"capabilities": [
"devops-engineer"
],
"load": 0,
"active": true
},
"python-developer": {
"type": "python-developer",
"capabilities": [
"python-developer"
],
"load": 0,
"active": true
},
"database-expert": {
"type": "database-expert",
"capabilities": [
"database-expert"
],
"load": 0,
"active": true
}
},
"edges": {
"config-specialist:javascript-developer": {
"weight": 12,
"interactions": 12
},
"config-specialist:technical-writer": {
"weight": 28,
"interactions": 28
},
"config-specialist:system-admin": {
"weight": 1,
"interactions": 1
},
"config-specialist:general-developer": {
"weight": 24,
"interactions": 24
},
"config-specialist:rust-developer": {
"weight": 1,
"interactions": 1
},
"config-specialist:typescript-developer": {
"weight": 4,
"interactions": 4
},
"config-specialist:frontend-developer": {
"weight": 1,
"interactions": 1
},
"config-specialist:python-developer": {
"weight": 1,
"interactions": 1
},
"javascript-developer:technical-writer": {
"weight": 13,
"interactions": 13
},
"javascript-developer:system-admin": {
"weight": 2,
"interactions": 2
},
"javascript-developer:general-developer": {
"weight": 7,
"interactions": 7
},
"javascript-developer:rust-developer": {
"weight": 2,
"interactions": 2
},
"javascript-developer:typescript-developer": {
"weight": 3,
"interactions": 3
},
"javascript-developer:frontend-developer": {
"weight": 2,
"interactions": 2
},
"javascript-developer:python-developer": {
"weight": 2,
"interactions": 2
},
"technical-writer:system-admin": {
"weight": 3,
"interactions": 3
},
"technical-writer:general-developer": {
"weight": 32,
"interactions": 32
},
"technical-writer:rust-developer": {
"weight": 3,
"interactions": 3
},
"technical-writer:typescript-developer": {
"weight": 6,
"interactions": 6
},
"technical-writer:frontend-developer": {
"weight": 2,
"interactions": 2
},
"technical-writer:python-developer": {
"weight": 2,
"interactions": 2
},
"technical-writer:database-expert": {
"weight": 1,
"interactions": 1
},
"system-admin:general-developer": {
"weight": 2,
"interactions": 2
},
"system-admin:typescript-developer": {
"weight": 1,
"interactions": 1
},
"system-admin:frontend-developer": {
"weight": 1,
"interactions": 1
},
"system-admin:python-developer": {
"weight": 1,
"interactions": 1
},
"general-developer:rust-developer": {
"weight": 3,
"interactions": 3
},
"general-developer:typescript-developer": {
"weight": 4,
"interactions": 4
},
"general-developer:frontend-developer": {
"weight": 2,
"interactions": 2
},
"general-developer:devops-engineer": {
"weight": 1,
"interactions": 1
},
"general-developer:python-developer": {
"weight": 2,
"interactions": 2
},
"general-developer:database-expert": {
"weight": 1,
"interactions": 1
},
"rust-developer:typescript-developer": {
"weight": 1,
"interactions": 1
},
"rust-developer:python-developer": {
"weight": 1,
"interactions": 1
},
"typescript-developer:frontend-developer": {
"weight": 2,
"interactions": 2
},
"typescript-developer:devops-engineer": {
"weight": 1,
"interactions": 1
},
"typescript-developer:python-developer": {
"weight": 2,
"interactions": 2
},
"frontend-developer:python-developer": {
"weight": 1,
"interactions": 1
}
},
"lastUpdated": "2025-12-25T21:07:36.675Z"
}

View File

@@ -0,0 +1,26 @@
{
"patterns": {
"rust:E0308": {
"count": 1,
"category": "type-mismatch",
"contexts": [],
"lastSeen": "2025-12-25T21:19:11.236Z"
}
},
"fixes": {},
"recentErrors": [
{
"errors": [
{
"type": "rust",
"code": "E0308",
"category": "type-mismatch"
}
],
"command": "cargo build",
"file": null,
"crate": null,
"timestamp": "2025-12-25T21:19:11.236Z"
}
]
}

View File

@@ -0,0 +1,373 @@
{
"suggestions": [
{
"id": "sug-1766696869695",
"suggested": "rust-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:07:49.695Z"
},
{
"id": "sug-1766696869696",
"suggested": "typescript-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:07:49.696Z"
},
{
"id": "sug-1766696944932",
"suggested": "typescript-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:09:04.932Z"
},
{
"id": "sug-1766697047022",
"suggested": "coder",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:10:47.022Z"
},
{
"id": "sug-1766697047023",
"suggested": "rust-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:10:47.023Z"
},
{
"id": "sug-1766697047024",
"suggested": "technical-writer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:10:47.024Z"
},
{
"id": "sug-1766697047025",
"suggested": "typescript-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:10:47.025Z"
},
{
"id": "sug-1766697051733",
"suggested": "rust-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:10:51.733Z"
},
{
"id": "sug-1766697051734",
"suggested": "typescript-developer",
"confidence": 0.8175744761936437,
"followed": true,
"outcome": true,
"timestamp": "2025-12-25T21:10:51.734Z"
},
{
"id": "sug-1766697099517",
"suggested": "coder",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:11:39.517Z"
},
{
"id": "sug-1766697575536",
"suggested": "reviewer",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:19:35.536Z"
},
{
"id": "sug-1766697575537",
"suggested": "rust-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:19:35.537Z"
},
{
"id": "sug-1766697575538",
"suggested": "technical-writer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:19:35.538Z"
},
{
"id": "sug-1766697575539",
"suggested": "typescript-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:19:35.539Z"
},
{
"id": "sug-1766697579838",
"suggested": "rust-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:19:39.838Z"
},
{
"id": "sug-1766697579839",
"suggested": "typescript-developer",
"confidence": 0.8175744761936437,
"followed": true,
"outcome": true,
"timestamp": "2025-12-25T21:19:39.839Z"
},
{
"id": "sug-1766698024399",
"suggested": "coder",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:27:04.399Z"
},
{
"id": "sug-1766698092742",
"suggested": "coder",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:28:12.742Z"
},
{
"id": "sug-1766698123187",
"suggested": "config-specialist",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:28:43.187Z"
},
{
"id": "sug-1766698142174",
"suggested": "config-specialist",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:29:02.174Z"
},
{
"id": "sug-1766698164035",
"suggested": "config-specialist",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:29:24.035Z"
},
{
"id": "sug-1766698182650",
"suggested": "config-specialist",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:29:42.650Z"
},
{
"id": "sug-1766698214182",
"suggested": "coder",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:30:14.182Z"
},
{
"id": "sug-1766698342945",
"suggested": "technical-writer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:32:22.945Z"
},
{
"id": "sug-1766698412240",
"suggested": "coder",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:33:32.240Z"
},
{
"id": "sug-1766698552484",
"suggested": "javascript-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:35:52.484Z"
},
{
"id": "sug-1766698573803",
"suggested": "javascript-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:36:13.803Z"
},
{
"id": "sug-1766698588851",
"suggested": "javascript-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:36:28.851Z"
},
{
"id": "sug-1766698602266",
"suggested": "javascript-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:36:42.266Z"
},
{
"id": "sug-1766698629011",
"suggested": "javascript-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:37:09.011Z"
},
{
"id": "sug-1766698648872",
"suggested": "coder",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:37:28.872Z"
},
{
"id": "sug-1766698813467",
"suggested": "javascript-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:40:13.467Z"
},
{
"id": "sug-1766698845700",
"suggested": "reviewer",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:40:45.700Z"
},
{
"id": "sug-1766698892111",
"suggested": "javascript-developer",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:41:32.111Z"
},
{
"id": "sug-1766698923390",
"suggested": "rust-developer",
"confidence": 0.8008878553727657,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:42:03.390Z"
},
{
"id": "sug-1766698948917",
"suggested": "config-specialist",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:42:28.917Z"
},
{
"id": "sug-1766698974976",
"suggested": "rust-developer",
"confidence": 0.8008878553727657,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:42:54.976Z"
},
{
"id": "sug-1766698996374",
"suggested": "rust-developer",
"confidence": 0.810964637699407,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:43:16.374Z"
},
{
"id": "sug-1766699010522",
"suggested": "coder",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:43:30.522Z"
},
{
"id": "sug-1766699232113",
"suggested": "config-specialist",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:47:12.113Z"
},
{
"id": "sug-1766699268392",
"suggested": "config-specialist",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:47:48.392Z"
},
{
"id": "sug-1766699294975",
"suggested": "rust-developer",
"confidence": 0.8008878553727657,
"followed": null,
"outcome": null,
"timestamp": "2025-12-25T21:48:14.975Z"
},
{
"id": "sug-1766795726259",
"suggested": "rust-developer",
"confidence": 0.8008878553727657,
"followed": null,
"outcome": null,
"timestamp": "2025-12-27T00:35:26.259Z"
},
{
"id": "sug-1766795757011",
"suggested": "tester",
"confidence": 0,
"followed": null,
"outcome": null,
"timestamp": "2025-12-27T00:35:57.011Z"
},
{
"id": "sug-1767032540203",
"suggested": "system-admin",
"confidence": 0.8175744761936437,
"followed": null,
"outcome": null,
"timestamp": "2025-12-29T18:22:20.203Z"
}
],
"followRates": {
"typescript-developer": {
"total": 2,
"followed": 2,
"followedSuccess": 2,
"ignoredSuccess": 0
}
},
"lastUpdated": "2025-12-25T21:07:36.675Z"
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
{
"created": "2025-12-25T21:26:16.464Z",
"predictions": [],
"commandOutcomes": [
{
"type": "cargo",
"success": false,
"hadWarning": false,
"timestamp": "2025-12-25T21:26:16.464Z"
},
{
"type": "other",
"success": false,
"hadWarning": false,
"timestamp": "2025-12-25T21:26:34.271Z"
},
{
"type": "other",
"success": false,
"hadWarning": false,
"timestamp": "2025-12-25T21:26:46.412Z"
},
{
"type": "other",
"success": false,
"hadWarning": false,
"timestamp": "2025-12-25T21:27:40.771Z"
},
{
"type": "other",
"success": false,
"hadWarning": false,
"timestamp": "2025-12-25T21:27:54.195Z"
},
{
"type": "other",
"success": false,
"hadWarning": false,
"timestamp": "2025-12-25T21:30:08.692Z"
},
{
"type": "test",
"success": false,
"hadWarning": false,
"timestamp": "2025-12-25T21:30:39.131Z"
}
],
"agentRoutings": [],
"dailyStats": {
"2025-12-25": {
"commands": 7,
"successes": 0,
"withWarning": 0,
"warningHeeded": 0,
"warningHeededSuccess": 0
}
},
"calibration": {},
"lastUpdated": "2025-12-25T21:30:39.131Z"
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,21 @@
{
"sequences": {},
"coedits": {},
"testPairs": {
"crates/core/src/lib.rs|crates/core/tests/lib.test.rs": {
"source": "crates/core/src/lib.rs",
"test": "crates/core/tests/lib.test.rs",
"editCount": 1
},
"crates/micro-hnsw-wasm/src/lib.rs|crates/micro-hnsw-wasm/tests/lib.test.rs": {
"source": "crates/micro-hnsw-wasm/src/lib.rs",
"test": "crates/micro-hnsw-wasm/tests/lib.test.rs",
"editCount": 1
},
"crates/ruvector-core/src/lib.rs|crates/ruvector-core/tests/lib.test.rs": {
"source": "crates/ruvector-core/src/lib.rs",
"test": "crates/ruvector-core/tests/lib.test.rs",
"editCount": 1
}
}
}

View File

@@ -0,0 +1,21 @@
{
"tasks": [],
"optimizations": 0,
"pretrained": true,
"pretrainVersion": 2,
"pretrainedAt": "2025-12-25T21:07:36.675Z",
"stats": {
"commands": 7697,
"agents": 662,
"files": 4018,
"patterns": 5,
"coordination": 11,
"calibration": 8520
},
"features": {
"patternDecay": true,
"calibration": true,
"activeLearning": true,
"uncertainStates": 0
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,4 @@
{
"states": [],
"lastUpdated": "2025-12-25T21:07:36.675Z"
}