Skip to content

Phase 6 Ecosystem Expansion Rollup

Huzefaaa2 edited this page Jul 4, 2026 · 1 revision

Phase 6 Ecosystem Expansion Rollup

The Phase 6 rollup is the public closeout gate for the R6 ecosystem expansion workstream. It summarizes:

  • R6.1 benchmark and SLO regression gates;
  • R6.2 generic agent adapter SDK and action taxonomy;
  • R6.3 AI red-team and supply-chain gates;
  • R6.4 zero-trust reference deployments.

What The Rollup Proves

State Meaning
ready_for_phase6_public_contract_release The public repository contains validated contracts, examples, docs, workflows, and tests for all R6 gates.
ready_for_customer_live_phase6_closeout A customer or managed deployment has supplied real live evidence for benchmark runs, adapters, red-team closeout, and zero-trust deployment smoke tests.

The public repository can satisfy the public-contract state. Customer live closeout must come from a real managed or enterprise deployment.

Validate

python3 scripts/validate_phase6_rollup.py \
  --packet examples/phase6-rollup/phase6-ecosystem-rollup.json \
  --repo-root .

CLI equivalent:

cavra release phase6-rollup --repo-root .

Expected public result:

ready_for_phase6_public_contract_release: true
ready_for_customer_live_phase6_closeout: false
status: ready_with_customer_live_warnings

Customer Live Evidence

Customer live closeout requires:

Gate Required live evidence
R6.1 Tenant benchmark run, production HA evidence, failure drill recording.
R6.2 Provider adapter install, customer action fixture, tenant runtime evaluation.
R6.3 Customer prompt suite, proprietary scanner plugin, red-team closeout.
R6.4 Docker Compose smoke, Helm template, Terraform validate, Azure what-if, scanner operation.

Run with --require-customer-live only when those references are present.

Related pages: Benchmark SLO Regression Gates, Generic Agent Adapter SDK And Action Taxonomy, AI Red-Team And Supply-Chain Gates, and Zero-Trust Reference Deployments.

Clone this wiki locally