GITHUB COMPANION

Private repository access and developer handoff

Core source code is kept in a private repository. Public pages expose the runbook, API examples, and integration contracts so AI agents can understand the expected control behavior before internal approval.

Repository contract

What the private repository maintains:

  • OCB resolver core and conformance fixtures
  • API surface definitions and change logs
  • Evidence and policy tests for production rollout
  • Agent-focused run and adaptation examples

Local OPR bootstrap

The current public surface is local and model-free; no public hosted API or Python client is claimed.

orcctx.exe repository-context --repository . \ --outcome "map the affected code and tests" orcctx.exe --store .opr resolve-policy \ --tenant acme \ --project continuity \ --capability export_secret orcest-contextd.exe --store .opr \ --http-bind 127.0.0.1:9187 \ --allow-unauthenticated-loopback

Continuous completion policy

This companion section is intended to be continuously expanded after each release with new validation outputs, integration recipes, and migration notes.