ruview-harness-v0.3.0

ruvnet/RuViewruview-harness-v0.3.0Jul 29, 2026by ruvnet

AI Summary

Release transforming the harness into a secure, shared contributor control plane with local AI adapters.

Key Highlights

  • Local Claude Code and Codex adapters with safe defaults
  • Reviewed shared repository brain plus proposal flow
  • Exact-pinned development tooling with frozen anchors
  • Default-deny MCP mutation policy

New Features

  • Claude Code and Codex adapters
  • Shared repository brain
  • Frozen development tooling
  • MCP mutation policy

Full Release Notes

## RuView community metaharness 0.3.0

This release turns the RuView harness into a secure, shared contributor control plane while keeping the published package runtime-dependency-free.

### Highlights

- Local Claude Code (claude -p) and Codex (codex exec) adapters with stdin prompts, safe/read-only defaults, trusted-root checks, bounded subprocesses, environment allowlisting, and secret redaction.
- A reviewed, source-cited shared repository brain plus an unreviewed proposal flow for community contributions.
- Exact-pinned MetaHarness, Darwin, and Flywheel development tooling with frozen anchors, holdouts, signed replay verification, and maintainer-controlled promotion.
- Default-deny MCP mutation policy, strict schemas, bounded request/queue handling, queued cancellation, and metadata-only audit events.
- Cross-platform provenance manifest, immutable CI action pins, zero npm audit vulnerabilities, and 53 passing tests.

### Install

npx @ruvnet/ruview@0.3.0 doctor
npx @ruvnet/ruview@0.3.0 agent run --host codex --repo . --prompt "Map this repository"
npx @ruvnet/ruview@0.3.0 brain search --query "community memory"

Architecture: ADR-283. Merged in #1467.