Skip to content

Latest commit

 

History

History
82 lines (66 loc) · 3.93 KB

File metadata and controls

82 lines (66 loc) · 3.93 KB

OVK Documentation

Documentation for Open Verification Kernel v1.2.0.

Use this index as the canonical entry point. Each guide covers one topic; cross-links replace duplicated content across files.

By role

Role Start here
Adopting in CI CURRENT_RELEASE_STATUS.mdINTEGRATION.mdEXTERNAL_PILOT_PLAYBOOK.md
Contributing code CONTRIBUTING.mdARCHITECTURE.mdADAPTER_CONTRACT.md
Maintainers CURRENT_RELEASE_STATUS.mdRELEASE.mdovk release-preflight (release readiness checks)
Spec / security review SYSTEM_SPEC.mdFORMAL_SPEC.mdTHREAT_MODEL.md

Start here

Document Purpose
CURRENT_RELEASE_STATUS.md Adoption dashboard — can I pin strict mode today?
RELEASE_AUDIT.md Engineering audit responses and metric provenance
STATUS.md Capabilities, CLI surface, and trust model
INTEGRATION.md Install locally or in GitHub Actions
RELEASE.md Maintainer release guide and known limitations
MIGRATION.md Upgrade paths between versions

Operations

Document Purpose
BENCHMARK.md FormalPR-Bench categories, real-diff corpus, leaderboard artifacts
BACKENDS.md Backend requirements in CI, install matrix, fallback semantics
POLICY.md Verification routing configuration for .verification/config.yml
EXTERNAL_VALIDATION.md Weekly external validation matrix
EXTERNAL_PILOT_PLAYBOOK.md Advisory→strict rollout on external OSS repos
PILOT_CASE_STUDIES.md In-repo pilot metrics and external pilot reporting
AGENT_REPAIR_LOOP.md Counterexample-to-repair workflow for MCP agents
benchmarks/adoption-summary.json Machine-readable adoption metrics (see BENCHMARK.md for field-name notes)

Design and specification

Document Purpose
ARCHITECTURE.md System architecture and runner flows
SYSTEM_SPEC.md System specification
FORMAL_SPEC.md Formal properties and security rules
THREAT_MODEL.md Threat model
ADAPTER_CONTRACT.md Backend adapter contract
ROADMAP.md Release history and planned work

Reference

Document Purpose
LANES.md Check types, inputs, and semantics
ARTIFACTS.md Release bundle layout and artifact formats
SCHEMA_INDEX.md JSON schema index
CONTRIBUTING.md Contributor guide

Release history

Document Purpose
RELEASE_NOTES_v1.2.0.md v1.2.0 changelog
RELEASE_NOTES_v1.1.0.md v1.1.0 changelog
RELEASE_NOTES_v1.0.0.md v1.0.0 changelog

Folder layout

docs/
  README.md                 # this index
  CURRENT_RELEASE_STATUS.md # living adoption dashboard
  STATUS.md                 # stable capability inventory
  RELEASE.md                # maintainer guide + known limitations
  RELEASE_NOTES_v*.md       # immutable per-version changelogs
  INTEGRATION.md            # install and GitHub Actions
  LANES.md, BACKENDS.md, …  # reference and operations guides
  ARCHITECTURE.md, …        # design and specification
  benchmarks/               # committed leaderboard and adoption JSON
  templates/                # external pilot manifest template