mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-26 07:44:05 +00:00
Proof infrastructure for repeatable capability evidence: - WitnessHeader: 64-byte repr(C) header with task ID, policy hash, outcome, governance mode, cost/latency/tokens, HMAC-SHA256 signature - WitnessBuilder: fluent API to record tool calls, enforce governance policy (restricted/approved/autonomous), and build signed bundles - ParsedWitness: zero-copy parser with verify_all(), parse_trace(), evidence_complete() checks - GovernancePolicy: three enforcement modes with deny/allow lists, cost caps, tool call budgets, and deterministic policy hashing - ScorecardBuilder: aggregate bundles into solve rate, cost/solve, median/p95 latency, evidence coverage, policy violations - ToolCallEntry: per-call trace with hashed args/results, latency, cost, tokens, and policy check result Acceptance criteria from ADR-035: - solve_rate >= 0.60, policy_violations == 0, evidence_coverage == 1.0 Test counts: - rvf-types witness: 10 unit tests - rvf-runtime witness: 14 unit tests - witness_e2e: 10 integration tests - Total across all RVF crates: 451 tests passing Zero external dependencies. Real HMAC-SHA256 signatures. https://claude.ai/code/session_01RnwD4x5cbpB7FPvoyYQz8G |
||
|---|---|---|
| .. | ||
| coherence-engine | ||
| delta-behavior | ||
| quantum-engine | ||
| temporal-tensor-store | ||
| ADR-001-ruvector-core-architecture.md | ||
| ADR-002-ruvllm-integration.md | ||
| ADR-003-simd-optimization-strategy.md | ||
| ADR-004-kv-cache-management.md | ||
| ADR-005-wasm-runtime-integration.md | ||
| ADR-006-memory-management.md | ||
| ADR-007-security-review-technical-debt.md | ||
| ADR-008-mistral-rs-integration.md | ||
| ADR-009-structured-output.md | ||
| ADR-010-function-calling.md | ||
| ADR-011-prefix-caching.md | ||
| ADR-012-security-remediation.md | ||
| ADR-013-huggingface-publishing.md | ||
| ADR-014-coherence-engine.md | ||
| ADR-015-coherence-gated-transformer.md | ||
| ADR-016-delta-behavior-ddd-architecture.md | ||
| ADR-017-craftsman-ultra-30b-1bit-bitnet-integration.md | ||
| ADR-017-temporal-tensor-compression.md | ||
| ADR-0027-hnsw-parameterized-query-fix.md | ||
| ADR-028-ehealth-platform-architecture.md | ||
| ADR-029-rvf-canonical-format.md | ||
| ADR-030-rvf-cognitive-container.md | ||
| ADR-031-rvcow-branching-and-real-cognitive-containers.md | ||
| ADR-031-rvf-example-repository.md | ||
| ADR-032-rvf-wasm-integration.md | ||
| ADR-033-progressive-indexing-hardening.md | ||
| ADR-034-qr-cognitive-seed.md | ||
| ADR-035-capability-report.md | ||