Reference
Commands, environment, and validation gates.
Use this page as the compact reference for developer docs examples. Keep command output tied to the current repo and do not imply full BYOC packaging is complete.
Commands
Build first when using the verifier CLI from packages/verifier/dist.
bash
npm run platform:golden-path
npm -w packages/verifier run build
node packages/verifier/dist/cli.js platform registry
node packages/verifier/dist/cli.js platform golden-path
verifier hook pack compile --provider claude-code,cursor,codex
verifier hook pack install --provider claude-code,cursor --mode enforceplatform:golden-pathbuilds the portal client and runs the governed capability dry-run or live example.platform registryvalidates the private enterprise registry manifest.platform golden-pathemits the platform proof from the verifier CLI.hook pack compileinspects generated hook config without writing files.hook pack install --mode enforceinstalls PreToolUse guards for supported providers.
Environment
These values configure live portal ingest and approval polling.
bash
export AUTODEVOPS_PORTAL_INGEST_ENDPOINT="https://portal.example.com/api/verification-portal/ingest"
export AUTODEVOPS_PORTAL_INGEST_SECRET="shared-hmac-secret"
export AUTODEVOPS_TEAM_ID="00000000-0000-4000-8000-000000000000"
export AUTODEVOPS_INGEST_IDENTITY="portal-ingest/customer-security-platform"
export AUTODEVOPS_SIGNING_KEY_ID="customer-ingest-key-2026-05"
export AUTODEVOPS_PORTAL_APPROVAL_REQUEST_ENDPOINT="https://portal.example.com/api/verification-portal/runtime/approval-request"
export AUTODEVOPS_PORTAL_APPROVAL_STATUS_ENDPOINT="https://portal.example.com/api/verification-portal/runtime/approval-status"
export AUTODEVOPS_PORTAL_TIMEOUT_MS=1500Cloud status
Keep platform docs aligned with the regulated enterprise BYOC truth boundary.
| Cloud | Status | Docs language |
|---|---|---|
| AWS + Bedrock | Validated path | Use for demos and current regulated-enterprise proof. |
| Azure OpenAI + Functions | Adapter/provider code present | Roadmap until validated end to end in a customer environment. |
| Vertex AI + Cloud Run | Adapter/provider code present | Roadmap until validated end to end in a customer environment. |
| Full BYOC Cloud package | Gap | Worker deployment exists; portal + ingest + state + audit are not packaged together yet. |
Do not overclaim
The AWS worker path is real code, but full customer-cloud Cloud deployment is still a gap. Azure and GCP should not be presented at AWS parity.
Validation gates
Run targeted gates for docs-adjacent platform work before claiming a path is verified.
bash
npm run build:portal-client
npm run build:mcp
npm -w packages/verifier run build
npm -w packages/verifier run test
node --test packages/verifier/test/platform-command.test.js packages/verifier/test/portal-ingest-route.test.js- Use
npm run buildwhen portal UI or shared app code changes. - Use
npm run lintwhen TypeScript/Next.js app surfaces change. - Document exact failures when baseline debt prevents a repo-wide gate from passing.