diff --git a/.claude-plugin/marketplace.base.json b/.claude-plugin/marketplace.base.json index f20add1..5a44b6b 100644 --- a/.claude-plugin/marketplace.base.json +++ b/.claude-plugin/marketplace.base.json @@ -9,7 +9,7 @@ "plugins": [], "metadata": { "description": "Agent collaboration plugin marketplace", - "version": "7.0.0", + "version": "7.0.1", "repository": "https://github.com/sumitake/agent-collab" } } diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 56be3bb..aacd041 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ { "name": "agent-collab", "description": "Unified collaboration package with semantic actions, source-grounded context, empirical project estimation, and a verified plugin-relative direct native runtime.", - "version": "7.0.0", + "version": "7.0.1", "author": { "name": "John Osumi" }, @@ -34,7 +34,7 @@ ], "metadata": { "description": "Agent collaboration plugin marketplace", - "version": "7.0.0", + "version": "7.0.1", "repository": "https://github.com/sumitake/agent-collab" } } diff --git a/README.md b/README.md index f0220c6..c5c72c4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ compatible hosts. Version 7 keeps the closed semantic coordinator and co-packaged direct native runtime while adding provider-neutral quality and effort profiles, current-portfolio routing, and truthful advisory degradation. -This public repository's current source is **agent-collab** (v7.0.0). +This public repository's current source is **agent-collab** (v7.0.1). Current published release: **7.0.0** ([`v7.0.0`](https://github.com/sumitake/agent-collab/releases/tag/v7.0.0)). It carries signed provider runtime `5.0.0`, a schema-4 manifest with runtime @@ -21,6 +21,24 @@ machine-operational contract for the repository source. The dated records the completed publication and keeps repository, tag, release, installation, and readiness claims separate. +## What's new - v7.0.1 + +- **Liveness follows admitted progress.** Wire schema 10 signs one timeout mode + per logical action. Repository architecture, review, frontend review, + governance, and both code-generation actions use a finite inactivity lease + only after supervised provider start; other actions retain a total deadline. + Content-free runtime progress renews the lease, while prose and ordinary + output do not. +- **Sealed-artifact review authority.** Review and governance accept a valid + structured final against the exact sealed source and canonical tracked + artifact paths even when carrier tool telemetry is absent, noisy, or denied. + Provider terminal failures, source-seal changes, escaped paths, invalid + finals, and cleanup failures remain hard failures. +- **One paired runtime generation.** Signed provider runtime `5.0.3` carries + the source-containment reset and admitted-progress corrections together under + wire digest + `05aaa8a128f69502bb8bd4a38a5eda0716268ac95524e41cc07ba091b8162be8`. + ## What's new - v7.0.0 - **Exact repository binding.** Every repository request now carries both its @@ -140,7 +158,7 @@ The public source expects: - manifest schema 4; - runtime protocol 4; - native manifest contract 4; -- provider runtime version `5.0.0`; +- provider runtime version `5.0.3`; - one top-level closed `wire_contract` plus canonical `wire_contract_sha256`, bound into each artifact record; and - no action-membership mirror in artifact entries. diff --git a/changelog.d/2026-09-01-001-runtime-5.0.3.md b/changelog.d/2026-09-01-001-runtime-5.0.3.md new file mode 100644 index 0000000..41b169c --- /dev/null +++ b/changelog.d/2026-09-01-001-runtime-5.0.3.md @@ -0,0 +1,13 @@ +- Ship one paired signed provider runtime 5.0.3 generation with wire schema 10, + preserving exact-head source seals, structured-final validation, canonical + tracked artifact paths, deterministic cleanup, and the one-process/no-replay + lifecycle. +- Treat absent, noisy, denied, and outside-support carrier tool telemetry as + diagnostic for repository review and governance; provider terminal failures, + source changes, escaped paths, invalid finals, and cleanup failures remain + hard failures, while context and private-patch evidence stay strict. +- Admit `architecture.repository` review-diff transport and signed + admitted-progress inactivity without adding a broker, sandbox helper, + provider fingerprint gate, retry, or fallback path. +- Advance the public client, schema, dual-architecture runtime mirrors, and + regression suite together as agent-collab 7.0.1. diff --git a/plugins/agent-collab/.claude-plugin/plugin.json b/plugins/agent-collab/.claude-plugin/plugin.json index 65667f9..46a773f 100644 --- a/plugins/agent-collab/.claude-plugin/plugin.json +++ b/plugins/agent-collab/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agent-collab", - "version": "7.0.0", + "version": "7.0.1", "description": "Unified collaboration package with semantic agent actions, source-grounded context, and a verified plugin-relative direct native runtime.", "author": { "name": "John Osumi" diff --git a/plugins/agent-collab/.codex-plugin/plugin.json b/plugins/agent-collab/.codex-plugin/plugin.json index 909fe1d..2bf5b44 100644 --- a/plugins/agent-collab/.codex-plugin/plugin.json +++ b/plugins/agent-collab/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agent-collab", - "version": "7.0.0", + "version": "7.0.1", "description": "Unified collaboration package with semantic agent actions, source-grounded context, and a verified plugin-relative direct native runtime.", "author": { "name": "John Osumi" diff --git a/plugins/agent-collab/README.md b/plugins/agent-collab/README.md index a89a65a..b11a1f9 100644 --- a/plugins/agent-collab/README.md +++ b/plugins/agent-collab/README.md @@ -5,7 +5,7 @@ boundary and one co-packaged native runtime. Public callers choose a logical action and source; they never choose a provider route, transport action, model, binary, socket, lane, or lifecycle command. -Current repository source: **7.0.0** +Current repository source: **7.0.1** Current published release: **7.0.0** ([`v7.0.0`](https://github.com/sumitake/agent-collab/releases/tag/v7.0.0)); it @@ -15,6 +15,14 @@ transport actions, and 19 valid action/source pairs. One post-restart Codex installation has been verified against this release. That is host-specific evidence and does not claim all-host installation, activation, or readiness. +The unreleased 7.0.1 source pairs signed provider runtime `5.0.3` with wire +schema 10. The descriptor signs each logical action's timeout mode, so +repository architecture, review, frontend review, governance, and both +code-generation actions use admitted-progress inactivity after supervised +provider start. Review and governance authority comes from the exact sealed +source, valid structured final, canonical tracked artifact paths, and cleanup; +carrier tool telemetry remains diagnostic and contributes no path authority. + Version 7.0.0 binds every repository request to its canonical root and exact expected head, rejects real TTY input before runtime loading, and derives replay-safe recovery from closed typed failure traces. A proven pre-inference @@ -131,11 +139,13 @@ The canonical request contains exactly these common fields: target unless a future signed descriptor explicitly admits it. - The coordinator observes the current host family and adds `author_lineage` internally. A caller-supplied lineage is rejected. -- `timeout_ms` is 1–600000. It is the enforced total deadline for every action - except `codegen.repository` and `frontend_codegen.repository`; after their - signed runtime reports supervised provider start, it becomes the maximum - admitted-progress inactivity interval. A value over the cap is rejected with - an actionable `timeout_ms_over_cap` error naming the `max`, not silently +- `timeout_ms` is 1–600000. It is the enforced total deadline unless the signed + descriptor selects `admitted_progress_inactivity`. For + `architecture.repository`, `codegen.repository`, `frontend_codegen.repository`, + `frontend_review.repository`, `governance.repository`, and + `review.repository`, it becomes the maximum inactivity interval only after + supervised provider start. A value over the cap is rejected with an + actionable `timeout_ms_over_cap` error naming the `max`, not silently clamped. - `prompt` is non-empty UTF-8, bounded to 1 MiB. - Every repository action adds exactly one canonical absolute `repo_root` and @@ -182,14 +192,15 @@ returns every logical action in one zero-inference snapshot: ## Direct runtime boundary -The workspace build emits one schema-4 manifest with wire schema 8, runtime -protocol 4, native contract 4, and provider runtime `5.0.0`. Schema 8 retains -the schema-7 logical agents, model lineages, action-compatible targets, and -effort floors while requiring every repository source to carry its exact -nonzero expected head. Request-bound occupied lineages and evidence anchors -remain closed and runtime-adjudicated. The wire revision records compatible -descriptor evolution; runtime protocol 4 remains the executable compatibility -boundary. The manifest carries one +The workspace build emits one schema-4 manifest with wire schema 10, runtime +protocol 4, native contract 4, and provider runtime `5.0.3`. Schema 10 retains +the schema-9 signed timeout modes, exact repository-head binding, logical +agents, model lineages, action-compatible targets, and effort floors while +admitting repository architecture progress under the same inactivity contract. +Request-bound occupied lineages and evidence anchors remain closed and +runtime-adjudicated. The wire revision records compatible descriptor evolution; +runtime protocol 4 remains the executable compatibility boundary. The manifest +carries one top-level closed `wire_contract` and its canonical `wire_contract_sha256`. That descriptor is the only source for: @@ -206,14 +217,15 @@ That descriptor is the only source for: Artifact entries contain bundle membership and signing identity only. They do not mirror action membership. -The repository runtime 5.0.0 build preserves the action-scoped Claude edge and +The repository runtime 5.0.3 build preserves the action-scoped Claude edge and the closed protocol-4 authority model. Gemini remains the subscription-preferred repository and governance route when eligible; Agy versions below 1.1.20 fail closed before inference. Grok runs with request-private provider state and the -sealed repository as its only project context. Code-generation actions use the -public timeout as an admitted-progress inactivity lease after supervised -provider start; ordinary actions retain a fixed total deadline. Provider-started -or uncertain terminal outcomes never authorize replay or fallback invocation. +sealed repository as its only project context. Actions marked +`admitted_progress_inactivity` by the signed descriptor use the public timeout +as an inactivity lease after supervised provider start; other actions retain a +fixed total deadline. Provider-started or uncertain terminal outcomes never +authorize replay or fallback invocation. Claude uses the official structured CLI only for document-intent requests. The route is read-only, source-bound to documents, and cost-last after Gemini and @@ -233,11 +245,11 @@ For each accepted request the public client: 4. Rechecks entrypoint identity immediately before spawning. 5. Starts the fixed entrypoint as a new process group with bounded stdin, stdout, and stderr. -6. Applies the shared deadline (or, for codegen after supervised provider start, - the admitted-progress inactivity lease), explicitly sends TERM, then KILL if - needed, and reaps the group. Only the runtime's fixed content-free progress - mark renews that lease; raw output and progress-channel EOF do not. Cleanup - after a lost lease uses its own short bounded reserve. +6. Applies the shared deadline or the descriptor-admitted inactivity lease + after supervised provider start, explicitly sends TERM, then KILL if needed, + and reaps the group. Only the runtime's fixed content-free progress mark + renews that lease; raw output and progress-channel EOF do not. Cleanup after + a lost lease uses its own short bounded reserve. 7. Validates the exact success, ungrounded advisory, or failure response against the descriptor. diff --git a/plugins/agent-collab/project-estimation-data/aggregate-prior.json b/plugins/agent-collab/project-estimation-data/aggregate-prior.json index 27a5fa9..5c1e4fe 100644 --- a/plugins/agent-collab/project-estimation-data/aggregate-prior.json +++ b/plugins/agent-collab/project-estimation-data/aggregate-prior.json @@ -1 +1 @@ -{"calibration_state":"bootstrap","estimator_method_version":"empirical-v3","excluded_observation_count_floor":1860,"exclusion_count_rounding":"floor_to_public_k","generated_date":"2026-08-25","limitations":["actual_marginal_cash_unavailable","bootstrap_descriptive_only","greenfield_prior_unavailable","informational_backtest_below_policy","quota_delay_prior_unavailable","rework_review_prior_unavailable","token_prior_unavailable","wait_class_prior_unavailable"],"nodes":[{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"project_type.enhancement","generated_date":"2026-08-25","hierarchy_node":"h2.f9c0dc358bece64b.cb-merged","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"bb8cd6d07b46490f99b550771b65fdc9ad92c7a4a4d5f48bff100383705f3801","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h2.f9c0dc358bece64b.cb-merged","generated_date":"2026-08-25","hierarchy_node":"h3.ee07c00dc4194839.rc-workspace","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"bb8cd6d07b46490f99b550771b65fdc9ad92c7a4a4d5f48bff100383705f3801","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h3.ee07c00dc4194839.rc-workspace","generated_date":"2026-08-25","hierarchy_node":"h4.02f3f5734dfa4389.pm-unknown","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"bb8cd6d07b46490f99b550771b65fdc9ad92c7a4a4d5f48bff100383705f3801","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h4.02f3f5734dfa4389.pm-unknown","generated_date":"2026-08-25","hierarchy_node":"h5.0271ef33616a9922.si-s0-i0","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"bb8cd6d07b46490f99b550771b65fdc9ad92c7a4a4d5f48bff100383705f3801","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h5.0271ef33616a9922.si-s0-i0","generated_date":"2026-08-25","hierarchy_node":"h6.491830f3876dd460.risk-unknown","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"bb8cd6d07b46490f99b550771b65fdc9ad92c7a4a4d5f48bff100383705f3801","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h6.491830f3876dd460.risk-unknown","generated_date":"2026-08-25","hierarchy_node":"h7.90c2ff5c98a8249b.burden-ordinary","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"bb8cd6d07b46490f99b550771b65fdc9ad92c7a4a4d5f48bff100383705f3801","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h7.90c2ff5c98a8249b.burden-ordinary","generated_date":"2026-08-25","hierarchy_node":"h8.f0143afc84120883.ep-e0-unknown","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"bb8cd6d07b46490f99b550771b65fdc9ad92c7a4a4d5f48bff100383705f3801","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h8.f0143afc84120883.ep-e0-unknown","generated_date":"2026-08-25","hierarchy_node":"h9.f4963e420b65c022.orch-single","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"bb8cd6d07b46490f99b550771b65fdc9ad92c7a4a4d5f48bff100383705f3801","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":null,"generated_date":"2026-08-25","hierarchy_node":"project_type.enhancement","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"bb8cd6d07b46490f99b550771b65fdc9ad92c7a4a4d5f48bff100383705f3801","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}}],"policy_sha256":"c564c71c8c69baae0f51afa381f7adb4f912acbf7ac40e265138436a35b248b5","policy_version":"2026-08-21.1","schema_version":2,"seed":0,"source_cutoff_date":"2026-08-25","source_manifest_sha256":"69193e75073e800ac27cce8e1f9b89111a16e160b2567c4297f457d92db813c3"} \ No newline at end of file +{"calibration_state":"bootstrap","estimator_method_version":"empirical-v3","excluded_observation_count_floor":1860,"exclusion_count_rounding":"floor_to_public_k","generated_date":"2026-08-25","limitations":["actual_marginal_cash_unavailable","bootstrap_descriptive_only","greenfield_prior_unavailable","informational_backtest_below_policy","quota_delay_prior_unavailable","rework_review_prior_unavailable","token_prior_unavailable","wait_class_prior_unavailable"],"nodes":[{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"project_type.enhancement","generated_date":"2026-08-25","hierarchy_node":"h2.f9c0dc358bece64b.cb-merged","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"dad57217400e059b491b7029ebc815e839cc862729dd72fce256e6fbf0828af0","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h2.f9c0dc358bece64b.cb-merged","generated_date":"2026-08-25","hierarchy_node":"h3.ee07c00dc4194839.rc-workspace","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"dad57217400e059b491b7029ebc815e839cc862729dd72fce256e6fbf0828af0","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h3.ee07c00dc4194839.rc-workspace","generated_date":"2026-08-25","hierarchy_node":"h4.02f3f5734dfa4389.pm-unknown","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"dad57217400e059b491b7029ebc815e839cc862729dd72fce256e6fbf0828af0","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h4.02f3f5734dfa4389.pm-unknown","generated_date":"2026-08-25","hierarchy_node":"h5.0271ef33616a9922.si-s0-i0","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"dad57217400e059b491b7029ebc815e839cc862729dd72fce256e6fbf0828af0","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h5.0271ef33616a9922.si-s0-i0","generated_date":"2026-08-25","hierarchy_node":"h6.491830f3876dd460.risk-unknown","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"dad57217400e059b491b7029ebc815e839cc862729dd72fce256e6fbf0828af0","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h6.491830f3876dd460.risk-unknown","generated_date":"2026-08-25","hierarchy_node":"h7.90c2ff5c98a8249b.burden-ordinary","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"dad57217400e059b491b7029ebc815e839cc862729dd72fce256e6fbf0828af0","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h7.90c2ff5c98a8249b.burden-ordinary","generated_date":"2026-08-25","hierarchy_node":"h8.f0143afc84120883.ep-e0-unknown","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"dad57217400e059b491b7029ebc815e839cc862729dd72fce256e6fbf0828af0","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":"h8.f0143afc84120883.ep-e0-unknown","generated_date":"2026-08-25","hierarchy_node":"h9.f4963e420b65c022.orch-single","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"dad57217400e059b491b7029ebc815e839cc862729dd72fce256e6fbf0828af0","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}},{"aggregate_sha256":"289029140f94979b58ee431fe5aa1a59ed88fe7a76da8f2ee6e5801e2e27a196","calibration_quality":{"holdout_count":145,"p80_coverage_basis_points":5793,"p95_coverage_basis_points":8551},"drift_indicators":{"duration_drift_basis_points":7000,"token_drift_basis_points":0},"effective_sample_size":507,"estimator_method_version":"empirical-v3","fallback_parent":null,"generated_date":"2026-08-25","hierarchy_node":"project_type.enhancement","metric_support":{"actual_marginal_cash":{"eligible_count":0,"status":"unavailable"},"focused_duration":{"eligible_count":580,"status":"published"},"quota_delay":{"eligible_count":0,"status":"unavailable"},"rework_review":{"eligible_count":0,"status":"unavailable"},"token_usage":{"eligible_count":0,"status":"unavailable"},"wait_class":{"eligible_count":0,"status":"unavailable"}},"phase_duration_quantiles":[{"p50":940,"p80":2064,"p95":4877,"phase":"overall"}],"release_manifest_sha256":"dad57217400e059b491b7029ebc815e839cc862729dd72fce256e6fbf0828af0","sample_count":580,"schema_version":1,"source_cutoff_date":"2026-08-25","source_eras":["unknown"],"uncertainty_floors":{"duration_basis_points":0,"token_basis_points":0}}],"policy_sha256":"c564c71c8c69baae0f51afa381f7adb4f912acbf7ac40e265138436a35b248b5","policy_version":"2026-08-21.1","schema_version":2,"seed":0,"source_cutoff_date":"2026-08-25","source_manifest_sha256":"69193e75073e800ac27cce8e1f9b89111a16e160b2567c4297f457d92db813c3"} \ No newline at end of file diff --git a/plugins/agent-collab/project-estimation-data/maintenance-receipt.json b/plugins/agent-collab/project-estimation-data/maintenance-receipt.json index b4ed6a9..5c0ee10 100644 --- a/plugins/agent-collab/project-estimation-data/maintenance-receipt.json +++ b/plugins/agent-collab/project-estimation-data/maintenance-receipt.json @@ -1 +1 @@ -{"backtest_outcome":{"baseline_duration_comparison":"not_applicable","baseline_token_comparison":"not_applicable","evaluation_mode":"informational","policy_result":"not_required","warning_codes":["duration_drift","insufficient_complete_token_training:enhancement","missing_training_root:greenfield","p80_coverage","p95_coverage"]},"calibration_baseline_receipt_sha256":null,"calibration_candidate_sha256":"b9dafd574d2ab24468cb35676da2381614f4b26ddc9f8bac25e8ed3545827569","calibration_policy_sha256":"c564c71c8c69baae0f51afa381f7adb4f912acbf7ac40e265138436a35b248b5","calibration_policy_version":"2026-08-21.1","calibration_source_receipt_sha256":"ae64f2f9c6a21c6328749f47c144d400be09d8cc92da99b83a432e2c31277b04","calibration_state":"bootstrap","calibration_status":"last_good","collection_cutoff_date":"2026-08-25","collection_result_sha256":"65968ed86fd69f439dda58e5b1c8cc13c4b59c966eb70d9a56eb2bb3fd828e20","completion_evidence_scope":"github_merged_or_earlier","estimator_method_version":"empirical-v3","generated_date":"2026-08-28","inventory":[{"name":"aggregate-prior.json","sha256":"572284e9466ce024f64e202d1bf9bf33be26bf1c54df8c968184756900b22f65","size":11612},{"name":"operator-notification.json","sha256":"3bc4fe795ea0647f79f28f96ab04416fe9d2c568dcf49832f4fbc5e130d00574","size":622},{"name":"pricing-snapshot.json","sha256":"95e3ff5f86861080d43a83b6400a487820c5b924cdbef8c9dee1be384c320a6f","size":10988},{"name":"quota-snapshot.json","sha256":"7000a45c88b3b3c4134ff87f7e100e9817bf764db5670ffba41e45221eb3fee6","size":1726}],"linkage_manifest_sha256":"07744ee9b2bb0c1cdc25be505eba69d8b095ab3fd6a26856263d42bdf587de9f","notification_result":"delivered","original_calibration_date":"2026-08-25","pricing_material_unpriced_threshold_basis_points":1000,"pricing_policy_sha256":"d924bf8dde0ae096adc60b15499f4370034c8171eed3e27f7f1525ed84ad4310","pricing_policy_version":"2026-08-21.3","pricing_registry_sha256":"501eea3a25316bdbf4e4649852e53eb781b9a4118955ae84a7c4ecbcd62315d4","pricing_result_sha256":"95e3ff5f86861080d43a83b6400a487820c5b924cdbef8c9dee1be384c320a6f","quota_registry_sha256":"329a5cb61642e653b2a854343166a14973a89d2116c8e607a7553025e08f1394","quota_result_sha256":"7000a45c88b3b3c4134ff87f7e100e9817bf764db5670ffba41e45221eb3fee6","receipt_sha256":"949e61e4dc4a2df88e618ac9ba5fd7e0a84302c45256df3a58eee03d07f84e5f","release_manifest_sha256":"bb8cd6d07b46490f99b550771b65fdc9ad92c7a4a4d5f48bff100383705f3801","repository_sha256":"76e43252df48d7ab34f570741f2b8db8a2dee871ac50d8b8fc2155f6edb4ced2","schema_version":3,"seed":0,"source_cutoff_date":"2026-08-25","source_manifest_sha256":"69193e75073e800ac27cce8e1f9b89111a16e160b2567c4297f457d92db813c3","version":"7.0.0"} \ No newline at end of file +{"backtest_outcome":{"baseline_duration_comparison":"not_applicable","baseline_token_comparison":"not_applicable","evaluation_mode":"informational","policy_result":"not_required","warning_codes":["duration_drift","insufficient_complete_token_training:enhancement","missing_training_root:greenfield","p80_coverage","p95_coverage"]},"calibration_baseline_receipt_sha256":null,"calibration_candidate_sha256":"b9dafd574d2ab24468cb35676da2381614f4b26ddc9f8bac25e8ed3545827569","calibration_policy_sha256":"c564c71c8c69baae0f51afa381f7adb4f912acbf7ac40e265138436a35b248b5","calibration_policy_version":"2026-08-21.1","calibration_source_receipt_sha256":"ae64f2f9c6a21c6328749f47c144d400be09d8cc92da99b83a432e2c31277b04","calibration_state":"bootstrap","calibration_status":"last_good","collection_cutoff_date":"2026-08-25","collection_result_sha256":"65968ed86fd69f439dda58e5b1c8cc13c4b59c966eb70d9a56eb2bb3fd828e20","completion_evidence_scope":"github_merged_or_earlier","estimator_method_version":"empirical-v3","generated_date":"2026-08-28","inventory":[{"name":"aggregate-prior.json","sha256":"a8d4fef85415badb290fa10658e319f4d49009c9a36308abe3eb9c44190a7646","size":11612},{"name":"operator-notification.json","sha256":"3bc4fe795ea0647f79f28f96ab04416fe9d2c568dcf49832f4fbc5e130d00574","size":622},{"name":"pricing-snapshot.json","sha256":"95e3ff5f86861080d43a83b6400a487820c5b924cdbef8c9dee1be384c320a6f","size":10988},{"name":"quota-snapshot.json","sha256":"7000a45c88b3b3c4134ff87f7e100e9817bf764db5670ffba41e45221eb3fee6","size":1726}],"linkage_manifest_sha256":"07744ee9b2bb0c1cdc25be505eba69d8b095ab3fd6a26856263d42bdf587de9f","notification_result":"delivered","original_calibration_date":"2026-08-25","pricing_material_unpriced_threshold_basis_points":1000,"pricing_policy_sha256":"d924bf8dde0ae096adc60b15499f4370034c8171eed3e27f7f1525ed84ad4310","pricing_policy_version":"2026-08-21.3","pricing_registry_sha256":"501eea3a25316bdbf4e4649852e53eb781b9a4118955ae84a7c4ecbcd62315d4","pricing_result_sha256":"95e3ff5f86861080d43a83b6400a487820c5b924cdbef8c9dee1be384c320a6f","quota_registry_sha256":"329a5cb61642e653b2a854343166a14973a89d2116c8e607a7553025e08f1394","quota_result_sha256":"7000a45c88b3b3c4134ff87f7e100e9817bf764db5670ffba41e45221eb3fee6","receipt_sha256":"c7e6a2bebea2c2aabd4eba7d955767c6f8c8e038c072df665bc993921c2c2487","release_manifest_sha256":"dad57217400e059b491b7029ebc815e839cc862729dd72fce256e6fbf0828af0","repository_sha256":"76e43252df48d7ab34f570741f2b8db8a2dee871ac50d8b8fc2155f6edb4ced2","schema_version":3,"seed":0,"source_cutoff_date":"2026-08-25","source_manifest_sha256":"69193e75073e800ac27cce8e1f9b89111a16e160b2567c4297f457d92db813c3","version":"7.0.1"} \ No newline at end of file diff --git a/plugins/agent-collab/runtime-manifest.json b/plugins/agent-collab/runtime-manifest.json index 77e1f17..9885af2 100644 --- a/plugins/agent-collab/runtime-manifest.json +++ b/plugins/agent-collab/runtime-manifest.json @@ -1 +1 @@ -{"artifacts":[{"arch":"arm64","entrypoint":"agent-collab-runtime","files":[{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_blake2.so","role":"runtime_library","sha256":"bc9966b92c18a4e0f0106098ab8a359cd6db5d7b9ddf1cb7f780981fe75c7376","signing_profile":"production_developer_id","size":89456},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_bz2.so","role":"runtime_library","sha256":"08b0b2651e1d4c7593009028d1017a5210ad663460eaf18cbb53cc741d12946c","signing_profile":"production_developer_id","size":72784},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_cn.so","role":"runtime_library","sha256":"e7999bc7bf73f9ca62ccd9949d59bb9145b2b0ce7bcd8d7ec7afdd8b1ad86bfb","signing_profile":"production_developer_id","size":185264},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_hk.so","role":"runtime_library","sha256":"0f0c2e09906accd67d64656b4246698dd3cf09ce62143a0482395a636d6b5fd2","signing_profile":"production_developer_id","size":185328},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_iso2022.so","role":"runtime_library","sha256":"69e81a6046760f1b7860b1daabb993812af4efd91a162269af64d49c832e5448","signing_profile":"production_developer_id","size":71936},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_jp.so","role":"runtime_library","sha256":"d0be4088994cfae0959f81e320256c8f8e24b0b948e38b0910301c089ad4c9f7","signing_profile":"production_developer_id","size":301120},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_kr.so","role":"runtime_library","sha256":"d4535768e9e02babff3cf64306dbda5760fa4a9afe964fde62bcc9a826fa907a","signing_profile":"production_developer_id","size":168928},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_tw.so","role":"runtime_library","sha256":"7f9fa42970255332524e130c87f17749cc19f8b105e007f2b67c57ad475fed95","signing_profile":"production_developer_id","size":168432},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_contextvars.so","role":"runtime_library","sha256":"9f6632a266274e0d510fc357972b26ced54c3dc13e4e7db7e634711622eb16a7","signing_profile":"production_developer_id","size":68576},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_ctypes.so","role":"runtime_library","sha256":"e97c2f09add97b8c4dea5f383fa4cec11a45fe3b75cbb938894d3a2e5f3a620c","signing_profile":"production_developer_id","size":175840},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_datetime.so","role":"runtime_library","sha256":"1ff85a5b685d94241a102c6ee981f8e9c1458fe6d279a1d364a25f2a13a1097f","signing_profile":"production_developer_id","size":150144},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_decimal.so","role":"runtime_library","sha256":"a4a1810d49e6dd8dab57529d04e66bbb4bb1a9b1dee782c06fd5cd04b7e87d7b","signing_profile":"production_developer_id","size":364640},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_heapq.so","role":"runtime_library","sha256":"e94536e2040749a1fc4d7ae56d355c4e18631489ba26a085f13c4f388b32d938","signing_profile":"production_developer_id","size":69728},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_lzma.so","role":"runtime_library","sha256":"f531d999075d71051ad651467377c0ad7fb0237ceaaf8c7e34a1af8bdcd7e2c4","signing_profile":"production_developer_id","size":92240},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_md5.so","role":"runtime_library","sha256":"cc19ef081d130fa60f707683e2d0f77a8420b68c65c45f5d1c22b2a17aec04e6","signing_profile":"production_developer_id","size":71728},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_multibytecodec.so","role":"runtime_library","sha256":"d0010f9c9c924ffff25b7970945066281f553db2d9b0a245adf14637a58d4d3d","signing_profile":"production_developer_id","size":95808},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_opcode.so","role":"runtime_library","sha256":"2878adc7fe98e907d4cc3ffdb03e08dc99a9322af1f6a7ff4209077d80f2d326","signing_profile":"production_developer_id","size":72448},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_pickle.so","role":"runtime_library","sha256":"2aa29f22f981b9d442e909b08ccf96d66149cdf5586dfa27c8470742651483db","signing_profile":"production_developer_id","size":168032},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_posixsubprocess.so","role":"runtime_library","sha256":"95e780406caf05613d2b9876eedd1e685bb4cbf26f212f433a98e117d0bc9865","signing_profile":"production_developer_id","size":72496},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_random.so","role":"runtime_library","sha256":"1e8d8a4add813bbae5d71fb2bde2b50cedc99e68e007c37ce6976cc035a7910c","signing_profile":"production_developer_id","size":71680},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_sha1.so","role":"runtime_library","sha256":"a4d31aa0fdf9dcbd3c420c85a2aa6fa79bccc58a4e0f386578b75e80155b85ed","signing_profile":"production_developer_id","size":71760},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_sha2.so","role":"runtime_library","sha256":"2d4bcae5979def345416929af83e2412aafedb26918a77e42a9f859a13540c6f","signing_profile":"production_developer_id","size":107264},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_sha3.so","role":"runtime_library","sha256":"d07a601ff3d836058b9d3fa27b5bef5f05ee80f40ddd3b98248e2dc48ade9a2c","signing_profile":"production_developer_id","size":91008},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_socket.so","role":"runtime_library","sha256":"d4bedd44cb5eae340c772347d0d017a71885131eabbbdf38410bfd432346bbb8","signing_profile":"production_developer_id","size":132288},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_statistics.so","role":"runtime_library","sha256":"9171e30ad2b8bf55a1ca8c882763dec69e105557b2dd88525a3a218dbae2732a","signing_profile":"production_developer_id","size":68704},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_struct.so","role":"runtime_library","sha256":"390babefece61a4aba8643acda4ce33c6b63a00590c658d04f9eb03915ec1a09","signing_profile":"production_developer_id","size":94528},{"architecture":"arm64","install_mode":320,"macho_type":"executable","minimum_macos":"14.0","path":"agent-collab-runtime","role":"entrypoint","sha256":"45cdb618c2c3298f132a1d27b6b3a49646da78798d387188eae39878dd528f51","signing_profile":"production_developer_id","size":13080816},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"array.so","role":"runtime_library","sha256":"70991588856bba92049a4d71148ecc0ed545c316e9f9a13a76c5c06f178b6a81","signing_profile":"production_developer_id","size":113760},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"binascii.so","role":"runtime_library","sha256":"f96e09a442c2e9ba8c63c1989dfa154afa2436bbb05f42e00e6bf73211f10dbe","signing_profile":"production_developer_id","size":72224},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"fcntl.so","role":"runtime_library","sha256":"cfa0ecf7188dd57dc4b23522d36055c88ac62fd670b211304d74f34e41e1e9b3","signing_profile":"production_developer_id","size":70368},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"grp.so","role":"runtime_library","sha256":"ece3ea812d3af8f66f5bbaa80b8edcda4f59832a4fc90463bac317dd6ed5c23e","signing_profile":"production_developer_id","size":71024},{"architecture":"arm64","install_mode":320,"macho_type":"dylib","minimum_macos":"14.0","path":"libpython3.13.dylib","role":"runtime_library","sha256":"55acab0bf53e84a4798272ad715c22866b8506473e96be5ce794f407c5a0f22a","signing_profile":"production_developer_id","size":4973360},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"math.so","role":"runtime_library","sha256":"da15ba23958ecbe3185642229f9e2ef9e7f4e603fde217a9f5d54b24d6dba50b","signing_profile":"production_developer_id","size":111216},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"pyexpat.so","role":"runtime_library","sha256":"982302018cbd385c8a4f77a2b8d62d2e6560a482b21b5b338a2242f5e80485f4","signing_profile":"production_developer_id","size":259232},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"select.so","role":"runtime_library","sha256":"78d525e88d0a0af0d4e68ecd187a2da1745d25d84d6fddb870273723f19ea722","signing_profile":"production_developer_id","size":92160},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"termios.so","role":"runtime_library","sha256":"48c245b544787ccce88492866018c0f6fe4806a34230c37b8ee3bab1ba8e7ef0","signing_profile":"production_developer_id","size":71744},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"unicodedata.so","role":"runtime_library","sha256":"aace61f627d6890a9763e225ade3e376a130436dba2c56871cc174703094182a","signing_profile":"production_developer_id","size":746848},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"zlib.so","role":"runtime_library","sha256":"924edfdd0a9f0a0c49badd78c1b2397a96fe0e254e59b758ba1c28b3e6ea93cb","signing_profile":"production_developer_id","size":92896}],"kind":"standalone_bundle","minimum_macos":"14.0","path":"runtime/darwin-arm64/agent-collab-runtime.bundle","platform":"darwin","provider_runtime_version":"5.0.0","sha256":"00d6647f161bc66069fd8f2091791585693e9a350c2e678b8ff09634a167d2b3","signing":{"hardened_runtime":true,"identity":"Developer ID Application: OSUMI CONSULTING LLC (36UFP9KY4T)","mode":"developer_id","require_notarization":true,"secure_timestamp":true,"team_id":"36UFP9KY4T"},"size":23037808,"wire_contract_sha256":"9ec0c1d0c943a9ba9025dbb554847abea45d5c2dcac893a69ac09539d265a85f"},{"arch":"x86_64","entrypoint":"agent-collab-runtime","files":[{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_blake2.so","role":"runtime_library","sha256":"e6d42db02c7fd2088ce5573853e28ec0df884cb3afe2e73f8e00f4159fb1ee01","signing_profile":"production_developer_id","size":60944},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_bz2.so","role":"runtime_library","sha256":"f447b7e4cf376a94d88dea787ed17d5cba12a22df3acedc947c7866e90f2369b","signing_profile":"production_developer_id","size":44256},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_cn.so","role":"runtime_library","sha256":"4e81f3a217240380868abdb795adef63bc2582dab38f79b1a780af81ac835859","signing_profile":"production_developer_id","size":165584},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_hk.so","role":"runtime_library","sha256":"69fa04aadb3b8777b66c07d8c5bcb448c08f3a8eb78c5def9e662d46ae818a7d","signing_profile":"production_developer_id","size":173904},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_iso2022.so","role":"runtime_library","sha256":"d7988d967487eed2db4117ec32bad3416484bfe75eb38fe40464003563367abf","signing_profile":"production_developer_id","size":43392},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_jp.so","role":"runtime_library","sha256":"8919e4ccc9b3632b3910be7316e90a5b9274f3e8d7b9c5612895c18a9852d569","signing_profile":"production_developer_id","size":273856},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_kr.so","role":"runtime_library","sha256":"720b7bafa6a855b9f7cf11d72a287d8b1f8781e26c6f2baaf7ead3ab44e19e7b","signing_profile":"production_developer_id","size":153280},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_tw.so","role":"runtime_library","sha256":"2765ee7146cc494ffa94bb90e9a1819e310a863b8d671b0df860f80ca6560c17","signing_profile":"production_developer_id","size":132144},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_contextvars.so","role":"runtime_library","sha256":"9c0f39f00b3c2cc055932e11c57128b5bc01ae96ee22565b681c8135f8a40dc4","signing_profile":"production_developer_id","size":31712},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_ctypes.so","role":"runtime_library","sha256":"37ca8fb43dd5afaa82ffdf4ee0f43c76aed166e2678d6670384ecaeebcdd83a3","signing_profile":"production_developer_id","size":148640},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_datetime.so","role":"runtime_library","sha256":"436dd50f9276ef7d2b5799f4164e6221e28bb6f6eeccf39b59706c6151c67863","signing_profile":"production_developer_id","size":122768},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_decimal.so","role":"runtime_library","sha256":"4f13274b004163535d70452384d03580a693fa2919aee4bbd99f93e938f6c103","signing_profile":"production_developer_id","size":347632},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_heapq.so","role":"runtime_library","sha256":"c21bfd63843a1019b44287284c0ee063bb58d09b2ce468867b81f69570571f76","signing_profile":"production_developer_id","size":41120},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_lzma.so","role":"runtime_library","sha256":"81776c71060c5d37fd6a54ad91e396793b522a94ab79c7dfecbeaafa0c78ab2b","signing_profile":"production_developer_id","size":55552},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_md5.so","role":"runtime_library","sha256":"106d06e4951a870531aee0cf32e50a48e781eda24f2bc49301dc167ba1bfdcc7","signing_profile":"production_developer_id","size":43136},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_multibytecodec.so","role":"runtime_library","sha256":"a348e0e0df6113d711c69e3ff36ef30629bcdffbf20850274852e2fe083f2194","signing_profile":"production_developer_id","size":63456},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_opcode.so","role":"runtime_library","sha256":"242f8f6050505fe17af55bc902d771d97a1d223dce2349f5cbb11f69dad7813a","signing_profile":"production_developer_id","size":43872},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_pickle.so","role":"runtime_library","sha256":"3685db5bc842ec316c57ec91cbeadfe909d6fdbf32d6ed8c20220d434429d1bb","signing_profile":"production_developer_id","size":136096},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_posixsubprocess.so","role":"runtime_library","sha256":"7d7597a708d9a60f5ad0bc53686863a288106c85b42dbff8f7c378eb6fa0557b","signing_profile":"production_developer_id","size":43952},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_random.so","role":"runtime_library","sha256":"35316d0617d6aabcdf32264224acd496c223d416221e3837db0c4760c4f757cd","signing_profile":"production_developer_id","size":38944},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_sha1.so","role":"runtime_library","sha256":"cbd7d250ab738df455e20578bc9aa374db4455b2e9dccfd5dc6e219a100f09b9","signing_profile":"production_developer_id","size":39024},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_sha2.so","role":"runtime_library","sha256":"1978d37bf6c0c3a23c9211dda0a409590dd2c10e86fd928d426c11acedfa7c5e","signing_profile":"production_developer_id","size":78992},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_sha3.so","role":"runtime_library","sha256":"ffdcced6cd21a07bd28eef2e899738141ce5c492daab03b254d31a1f692b58a5","signing_profile":"production_developer_id","size":53632},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_socket.so","role":"runtime_library","sha256":"ad0d05d998b3c10fa3e4e9337dc7943753aa610eb5ebb568ffa396f3a0b8282f","signing_profile":"production_developer_id","size":104096},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_statistics.so","role":"runtime_library","sha256":"b8df5fa51b0fb731972d1d8887b9d9e298de5c486649b7d0f27793d2a8f51226","signing_profile":"production_developer_id","size":31840},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_struct.so","role":"runtime_library","sha256":"6cbfa363f7683c41e8d246976cf0c8175ca7cc96eaf16886fcff369059ec2bf3","signing_profile":"production_developer_id","size":62144},{"architecture":"x86_64","install_mode":320,"macho_type":"executable","minimum_macos":"14.0","path":"agent-collab-runtime","role":"entrypoint","sha256":"e351aeae92919dbe21cdf770e1346ae6f8b19ffe903fb1bde08db11982a94405","signing_profile":"production_developer_id","size":13842672},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"array.so","role":"runtime_library","sha256":"be91ded1650fa54b34ddde418733d4eb58db01cd7ac899b92b1eae2475043b22","signing_profile":"production_developer_id","size":77216},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"binascii.so","role":"runtime_library","sha256":"a6b7a6e5e0df60b72aa94d6e52b00cfc9e94b3030b526b20b1a58d73f9215f06","signing_profile":"production_developer_id","size":51920},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"fcntl.so","role":"runtime_library","sha256":"1e49fb7886463728eece88793866492d4296232bba5ec7093544b5d6b2706c11","signing_profile":"production_developer_id","size":41760},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"grp.so","role":"runtime_library","sha256":"b966147250261c5f374ff7d0c3baad14fdc6c298d8b447a349efda216c980fec","signing_profile":"production_developer_id","size":38288},{"architecture":"x86_64","install_mode":320,"macho_type":"dylib","minimum_macos":"14.0","path":"libpython3.13.dylib","role":"runtime_library","sha256":"a0d71b48b4bfb8a077f8b0fbc1b4860e3d0efd672f3cc5f3927922a186860f81","signing_profile":"production_developer_id","size":4959200},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"math.so","role":"runtime_library","sha256":"a913f29a08ce7842103a22eeebd3cb11ef216314adc3a99aec47ee0a3f041e34","signing_profile":"production_developer_id","size":87104},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"pyexpat.so","role":"runtime_library","sha256":"4be210cb65da766c6c6cef4e642651a8092502af89e04ea04fffbaa893ae6fbf","signing_profile":"production_developer_id","size":260688},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"select.so","role":"runtime_library","sha256":"51925e4bfcfa953901af37e6bd059f03149379134dd0dccddb796ab0d7f350c3","signing_profile":"production_developer_id","size":55504},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"termios.so","role":"runtime_library","sha256":"e8c7f710230e94a053a8b0c767d9f9c99b2f0db2af12b2dc3cc923e86f82a11b","signing_profile":"production_developer_id","size":43136},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"unicodedata.so","role":"runtime_library","sha256":"ba9856eff8a3122674bd187bfa5096bb0f73d4888466c34f79686e9293e93bb3","signing_profile":"production_developer_id","size":722256},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"zlib.so","role":"runtime_library","sha256":"6860281b3ec8560f1e571fbd983dbfd1d79c7032ead47087684d04b057dc8340","signing_profile":"production_developer_id","size":64512}],"kind":"standalone_bundle","minimum_macos":"14.0","path":"runtime/darwin-x86_64/agent-collab-runtime.bundle","platform":"darwin","provider_runtime_version":"5.0.0","sha256":"b4bb0ddca2f5cf5ca59ebf2c6d31e9a77de8468e38b06c2b6e2cf66d6b1eeef3","signing":{"hardened_runtime":true,"identity":"Developer ID Application: OSUMI CONSULTING LLC (36UFP9KY4T)","mode":"developer_id","require_notarization":true,"secure_timestamp":true,"team_id":"36UFP9KY4T"},"size":22778224,"wire_contract_sha256":"9ec0c1d0c943a9ba9025dbb554847abea45d5c2dcac893a69ac09539d265a85f"}],"channel":"production","contract_version":4,"protocol_version":4,"schema_version":4,"wire_contract":{"advisory_response":{"additionalProperties":false,"properties":{"advisory":{"additionalProperties":false,"properties":{"authority":{"const":"advisory"},"completeness":{"enum":["complete_unclosed","partial"],"type":"string"},"grounding":{"const":"ungrounded"},"reason":{"enum":["insufficient_source_evidence","provider_declined_grounded_output","execution_failed_text_salvaged"],"type":"string"},"salvaged_from":{"enum":["auth_error","cancelled","capability_error","input_limit","output_limit","protocol_error","provider_error","quota_error","timeout","unavailable"],"type":"string"},"text":{"minLength":1,"type":"string","x-maxUtf8Bytes":3145728}},"required":["authority","grounding","reason","text"],"type":"object"},"diagnostics":{"additionalProperties":false,"properties":{"adapter_wire_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"effective_effort":{"oneOf":[{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},{"type":"null"}]},"executable_content_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"failure_trace":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"adapter_code":{"enum":["caller_deadline","cleanup_unconfirmed","failed_terminal","incomplete_tool","insufficient_evidence","invalid_final","malformed_envelope","missing_terminal","outside_source","private_artifact_incomplete","protocol_capability_drift","provider_cli_incompatible","provider_error","provider_timeout","source_changed","source_context_too_large","source_deadline","source_head_mismatch","source_invalid","source_io","telemetry_contradiction"],"type":"string"},"cleanup_confirmed":{"type":"boolean"},"containment_detail":{"oneOf":[{"enum":["absolute_outside_roots","dotdot_escape","resolved_outside_roots","unresolvable_location"],"type":"string"},{"type":"null"}]},"failed_operation_counts":{"additionalProperties":false,"properties":{"other_tool":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_list":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_read":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_search":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unclassified":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["repository_read","repository_search","repository_list","other_tool","unclassified"],"type":"object"},"failure_phase":{"enum":["acceptance","artifact","cancelled","cleanup","inference","process_start","protocol","setup","source_revalidation"],"type":"string"},"native_envelope_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"outside_source_observed":{"type":"boolean"},"terminal_state":{"oneOf":[{"enum":["cancelled","completed","end","error","failed","interrupted","stop","success"],"type":"string"},{"type":"null"}]},"tool_outcomes":{"additionalProperties":false,"properties":{"failed":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"incomplete":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"success":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unknown":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["success","failed","incomplete","unknown"],"type":"object"}},"required":["failure_phase","adapter_code","terminal_state","tool_outcomes","outside_source_observed","native_envelope_sha256","cleanup_confirmed","containment_detail","failed_operation_counts"],"type":"object"}]},"implementation_fingerprint":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"logical_agent":{"maxLength":4096,"type":["string","null"]},"metadata_process_count":{"maximum":3,"minimum":0,"type":"integer"},"model_lineage":{"maxLength":4096,"type":["string","null"]},"model_resolution_method":{"oneOf":[{"enum":["provider_catalog","provider_default"],"type":"string"},{"type":"null"}]},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider_model_calls":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"provider_processes":{"maximum":1,"minimum":0,"type":"integer"},"provider_surface":{"maxLength":4096,"type":["string","null"]},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"selection_failure":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"missing_criteria":{"items":{"enum":["distinct_model_lineage","minimum_effort","supported_target","unoccupied_model_lineage"],"type":"string"},"maxItems":4,"type":"array","uniqueItems":true},"reason":{"enum":["author_lineage_conflict","effort_below_floor","no_unoccupied_route","selection_unavailable","target_model_lineage_occupied","unsupported_target_action"],"type":"string"},"rejections":{"items":{"additionalProperties":false,"properties":{"agent":{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},"reason":{"enum":["action_unready","agent_disabled","agent_excluded","author_lineage_conflict","effort_ineligible","enablement_unknown","inactive","lineage_excluded","occupied_model_lineage","quality_unaccepted","readiness_unknown","resource_capacity_missing","resource_excluded","resource_exhausted","unsupported_target_action"],"type":"string"}},"required":["agent","reason"],"type":"object"},"maxItems":8,"type":"array"},"stage":{"enum":["static_admission","readiness_admission"],"type":"string"}},"required":["stage","reason","missing_criteria","rejections"],"type":"object"}]}},"required":["logical_agent","provider_surface","model_lineage","observed_model","implementation_fingerprint","executable_content_sha256","adapter_wire_sha256","catalog_digest","model_resolution_method","effective_effort","metadata_process_count","provider_processes","provider_model_calls","provider_turns","failure_trace","selection_failure"],"type":"object"},"request_id":{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":128},"status":{"const":"advisory"},"wire_contract_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["wire_contract_sha256","request_id","status","advisory","diagnostics"],"type":"object","x-maxCanonicalUtf8Bytes":4194304},"artifacts":{"context_text":{"additionalProperties":false,"properties":{"text":{"minLength":1,"type":"string","x-maxUtf8Bytes":3145728}},"required":["text"],"type":"object"},"governance_verdict":{"additionalProperties":false,"properties":{"evidence_anchor_adjudications":{"items":{"additionalProperties":false,"properties":{"id":{"pattern":"^[A-Za-z0-9._:-]{1,128}$","type":"string"},"outcome":{"enum":["finding_recorded","inspected_no_finding"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255}},"required":["id","path","outcome"],"type":"object"},"maxItems":16,"type":"array"},"findings":{"items":{"additionalProperties":false,"properties":{"line":{"minimum":1,"type":["integer","null"]},"message":{"minLength":1,"type":"string","x-maxUtf8Bytes":65536},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"severity":{"minLength":1,"type":"string","x-maxUtf8Bytes":128}},"required":["path","severity","message","line"],"type":"object"},"maxItems":256,"type":"array","x-maxTotalFindingUtf8Bytes":2097152},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096},"maxItems":4096,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"summary":{"minLength":1,"type":"string","x-maxUtf8Bytes":262144},"verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"}},"required":["verdict","summary","findings","inspected_paths","evidence_anchor_adjudications"],"type":"object"},"private_patch":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"patch":{"additionalProperties":false,"properties":{"bytes":{"maximum":2097152,"minimum":1,"type":"integer"},"content":{"maxLength":2796204,"type":"string"},"encoding":{"const":"base64"},"sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["encoding","content","bytes","sha256"],"type":"object"},"source_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"summary":{"minLength":1,"type":"string","x-maxUtf8Bytes":262144},"tests":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":65536},"maxItems":128,"type":"array","x-maxTotalUtf8Bytes":2097152}},"required":["summary","tests","source_head","patch","cleanup_confirmed"],"type":"object"},"review_findings":{"additionalProperties":false,"properties":{"evidence_anchor_adjudications":{"items":{"additionalProperties":false,"properties":{"id":{"pattern":"^[A-Za-z0-9._:-]{1,128}$","type":"string"},"outcome":{"enum":["finding_recorded","inspected_no_finding"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255}},"required":["id","path","outcome"],"type":"object"},"maxItems":16,"type":"array"},"findings":{"items":{"additionalProperties":false,"properties":{"line":{"minimum":1,"type":["integer","null"]},"message":{"minLength":1,"type":"string","x-maxUtf8Bytes":65536},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"severity":{"minLength":1,"type":"string","x-maxUtf8Bytes":128}},"required":["path","severity","message","line"],"type":"object"},"maxItems":256,"type":"array","x-maxTotalFindingUtf8Bytes":2097152},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"maxItems":4096,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"summary":{"minLength":1,"type":"string","x-maxUtf8Bytes":262144},"verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"}},"required":["verdict","summary","findings","inspected_paths","evidence_anchor_adjudications"],"type":"object"}},"base_transport_actions":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"bounded_diagnostics":{"additionalProperties":false,"properties":{"adapter_wire_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"effective_effort":{"oneOf":[{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},{"type":"null"}]},"executable_content_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"failure_trace":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"adapter_code":{"enum":["caller_deadline","cleanup_unconfirmed","failed_terminal","incomplete_tool","insufficient_evidence","invalid_final","malformed_envelope","missing_terminal","outside_source","private_artifact_incomplete","protocol_capability_drift","provider_cli_incompatible","provider_error","provider_timeout","source_changed","source_context_too_large","source_deadline","source_head_mismatch","source_invalid","source_io","telemetry_contradiction"],"type":"string"},"cleanup_confirmed":{"type":"boolean"},"containment_detail":{"oneOf":[{"enum":["absolute_outside_roots","dotdot_escape","resolved_outside_roots","unresolvable_location"],"type":"string"},{"type":"null"}]},"failed_operation_counts":{"additionalProperties":false,"properties":{"other_tool":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_list":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_read":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_search":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unclassified":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["repository_read","repository_search","repository_list","other_tool","unclassified"],"type":"object"},"failure_phase":{"enum":["acceptance","artifact","cancelled","cleanup","inference","process_start","protocol","setup","source_revalidation"],"type":"string"},"native_envelope_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"outside_source_observed":{"type":"boolean"},"terminal_state":{"oneOf":[{"enum":["cancelled","completed","end","error","failed","interrupted","stop","success"],"type":"string"},{"type":"null"}]},"tool_outcomes":{"additionalProperties":false,"properties":{"failed":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"incomplete":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"success":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unknown":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["success","failed","incomplete","unknown"],"type":"object"}},"required":["failure_phase","adapter_code","terminal_state","tool_outcomes","outside_source_observed","native_envelope_sha256","cleanup_confirmed","containment_detail","failed_operation_counts"],"type":"object"}]},"implementation_fingerprint":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"logical_agent":{"maxLength":4096,"type":["string","null"]},"metadata_process_count":{"maximum":3,"minimum":0,"type":"integer"},"model_lineage":{"maxLength":4096,"type":["string","null"]},"model_resolution_method":{"oneOf":[{"enum":["provider_catalog","provider_default"],"type":"string"},{"type":"null"}]},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider_model_calls":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"provider_processes":{"maximum":1,"minimum":0,"type":"integer"},"provider_surface":{"maxLength":4096,"type":["string","null"]},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"selection_failure":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"missing_criteria":{"items":{"enum":["distinct_model_lineage","minimum_effort","supported_target","unoccupied_model_lineage"],"type":"string"},"maxItems":4,"type":"array","uniqueItems":true},"reason":{"enum":["author_lineage_conflict","effort_below_floor","no_unoccupied_route","selection_unavailable","target_model_lineage_occupied","unsupported_target_action"],"type":"string"},"rejections":{"items":{"additionalProperties":false,"properties":{"agent":{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},"reason":{"enum":["action_unready","agent_disabled","agent_excluded","author_lineage_conflict","effort_ineligible","enablement_unknown","inactive","lineage_excluded","occupied_model_lineage","quality_unaccepted","readiness_unknown","resource_capacity_missing","resource_excluded","resource_exhausted","unsupported_target_action"],"type":"string"}},"required":["agent","reason"],"type":"object"},"maxItems":8,"type":"array"},"stage":{"enum":["static_admission","readiness_admission"],"type":"string"}},"required":["stage","reason","missing_criteria","rejections"],"type":"object"}]}},"required":["logical_agent","provider_surface","model_lineage","observed_model","implementation_fingerprint","executable_content_sha256","adapter_wire_sha256","catalog_digest","model_resolution_method","effective_effort","metadata_process_count","provider_processes","provider_model_calls","provider_turns","failure_trace","selection_failure"],"type":"object"},"execution_receipt":{"oneOf":[{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"provider_terminal"},"logical_action":{"const":"architecture.conceptual"},"source_mode":{"const":"conceptual_prompt"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"architecture.conceptual"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"architecture.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"architecture.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.extract"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.intent"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.intent"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.reason"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.extract"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.reason"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"frontend_codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"frontend_review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"governance_verdict"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"governance.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"governance.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"architecture.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"architecture.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.extract"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.intent"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.intent"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.reason"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.extract"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.reason"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"frontend_codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"frontend_review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"governance_verdict"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"governance.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"governance.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"}]},"failure_response":{"additionalProperties":false,"properties":{"diagnostics":{"additionalProperties":false,"properties":{"adapter_wire_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"effective_effort":{"oneOf":[{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},{"type":"null"}]},"executable_content_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"failure_trace":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"adapter_code":{"enum":["caller_deadline","cleanup_unconfirmed","failed_terminal","incomplete_tool","insufficient_evidence","invalid_final","malformed_envelope","missing_terminal","outside_source","private_artifact_incomplete","protocol_capability_drift","provider_cli_incompatible","provider_error","provider_timeout","source_changed","source_context_too_large","source_deadline","source_head_mismatch","source_invalid","source_io","telemetry_contradiction"],"type":"string"},"cleanup_confirmed":{"type":"boolean"},"containment_detail":{"oneOf":[{"enum":["absolute_outside_roots","dotdot_escape","resolved_outside_roots","unresolvable_location"],"type":"string"},{"type":"null"}]},"failed_operation_counts":{"additionalProperties":false,"properties":{"other_tool":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_list":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_read":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_search":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unclassified":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["repository_read","repository_search","repository_list","other_tool","unclassified"],"type":"object"},"failure_phase":{"enum":["acceptance","artifact","cancelled","cleanup","inference","process_start","protocol","setup","source_revalidation"],"type":"string"},"native_envelope_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"outside_source_observed":{"type":"boolean"},"terminal_state":{"oneOf":[{"enum":["cancelled","completed","end","error","failed","interrupted","stop","success"],"type":"string"},{"type":"null"}]},"tool_outcomes":{"additionalProperties":false,"properties":{"failed":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"incomplete":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"success":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unknown":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["success","failed","incomplete","unknown"],"type":"object"}},"required":["failure_phase","adapter_code","terminal_state","tool_outcomes","outside_source_observed","native_envelope_sha256","cleanup_confirmed","containment_detail","failed_operation_counts"],"type":"object"}]},"implementation_fingerprint":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"logical_agent":{"maxLength":4096,"type":["string","null"]},"metadata_process_count":{"maximum":3,"minimum":0,"type":"integer"},"model_lineage":{"maxLength":4096,"type":["string","null"]},"model_resolution_method":{"oneOf":[{"enum":["provider_catalog","provider_default"],"type":"string"},{"type":"null"}]},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider_model_calls":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"provider_processes":{"maximum":1,"minimum":0,"type":"integer"},"provider_surface":{"maxLength":4096,"type":["string","null"]},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"selection_failure":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"missing_criteria":{"items":{"enum":["distinct_model_lineage","minimum_effort","supported_target","unoccupied_model_lineage"],"type":"string"},"maxItems":4,"type":"array","uniqueItems":true},"reason":{"enum":["author_lineage_conflict","effort_below_floor","no_unoccupied_route","selection_unavailable","target_model_lineage_occupied","unsupported_target_action"],"type":"string"},"rejections":{"items":{"additionalProperties":false,"properties":{"agent":{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},"reason":{"enum":["action_unready","agent_disabled","agent_excluded","author_lineage_conflict","effort_ineligible","enablement_unknown","inactive","lineage_excluded","occupied_model_lineage","quality_unaccepted","readiness_unknown","resource_capacity_missing","resource_excluded","resource_exhausted","unsupported_target_action"],"type":"string"}},"required":["agent","reason"],"type":"object"},"maxItems":8,"type":"array"},"stage":{"enum":["static_admission","readiness_admission"],"type":"string"}},"required":["stage","reason","missing_criteria","rejections"],"type":"object"}]}},"required":["logical_agent","provider_surface","model_lineage","observed_model","implementation_fingerprint","executable_content_sha256","adapter_wire_sha256","catalog_digest","model_resolution_method","effective_effort","metadata_process_count","provider_processes","provider_model_calls","provider_turns","failure_trace","selection_failure"],"type":"object"},"error_code":{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},"request_id":{"oneOf":[{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":128},{"type":"null"}]},"status":{"enum":["auth_error","cancelled","capability_error","invalid_request","output_limit","protocol_error","provider_error","quota_error","temporarily_unavailable","timeout","unavailable"],"type":"string"},"wire_contract_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["wire_contract_sha256","request_id","status","error_code","diagnostics"],"type":"object"},"logical_action_effort_floors":{"architecture.conceptual":"maximum","architecture.repository":"maximum","codegen.repository":"standard","context.documents.extract":"minimal","context.documents.intent":"standard","context.documents.reason":"maximum","context.repository.extract":"minimal","context.repository.reason":"maximum","frontend_codegen.repository":"standard","frontend_review.repository":"maximum","governance.repository":"maximum","review.repository":"maximum"},"logical_action_source_modes":{"architecture.conceptual":"conceptual_prompt","architecture.repository":"repository","codegen.repository":"repository","context.documents.extract":"documents","context.documents.intent":"documents","context.documents.reason":"documents","context.repository.extract":"repository","context.repository.reason":"repository","frontend_codegen.repository":"repository","frontend_review.repository":"repository","governance.repository":"repository","review.repository":"repository"},"logical_action_targets":{"architecture.conceptual":["grok"],"architecture.repository":["alibaba","codex","deepseek","grok","moonshot","zhipu"],"codegen.repository":["alibaba","codex","deepseek","grok","moonshot","zhipu"],"context.documents.extract":["alibaba","deepseek","gemini","grok","moonshot","zhipu"],"context.documents.intent":["claude","gemini","grok"],"context.documents.reason":["alibaba","deepseek","gemini","grok","moonshot","zhipu"],"context.repository.extract":["alibaba","deepseek","gemini","grok","moonshot","zhipu"],"context.repository.reason":["alibaba","deepseek","gemini","grok","moonshot","zhipu"],"frontend_codegen.repository":["alibaba","codex","grok","moonshot","zhipu"],"frontend_review.repository":["alibaba","codex","gemini","grok","moonshot","zhipu"],"governance.repository":["alibaba","codex","deepseek","gemini","grok","moonshot","zhipu"],"review.repository":["alibaba","codex","deepseek","gemini","grok","moonshot","zhipu"]},"logical_actions":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"logical_agents":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"model_lineages":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"routing_source_sha256":"fb2ddc310307760df20c181457746e2153add06a0d6e20b678c2209908332eae","runtime_protocol_version":4,"schema_version":8,"semantic_request":{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_anchors":{"items":{"additionalProperties":false,"properties":{"id":{"pattern":"^[A-Za-z0-9._:-]{1,128}$","type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255}},"required":["id","path"],"type":"object"},"maxItems":16,"type":"array"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"prompt":{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":1048576},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"request_id":{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":128},"source":{"oneOf":[{"additionalProperties":false,"properties":{"expected_repo_head":{"pattern":"^(?=[0-9a-f]*[1-9a-f])(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"mode":{"const":"repository"},"repo_root":{"minLength":1,"type":"string"}},"required":["mode","repo_root","expected_repo_head"],"type":"object"},{"additionalProperties":false,"properties":{"documents":{"items":{"additionalProperties":false,"properties":{"content":{"pattern":"^[^\\u0000-\\u0008\\u000b\\u000c\\u000e-\\u001f\\u007f]*$","type":"string","x-maxUtf8Bytes":33554432},"label":{"minLength":1,"pattern":"^[^\\u0000-\\u001f\\u007f]+$","type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255}},"required":["label","content"],"type":"object"},"maxItems":64,"minItems":1,"type":"array","x-maxTotalContentUtf8Bytes":33554432,"x-maxTotalLabelUtf8Bytes":32768},"mode":{"const":"documents"}},"required":["mode","documents"],"type":"object"},{"additionalProperties":false,"properties":{"mode":{"const":"conceptual_prompt"}},"required":["mode"],"type":"object"}]},"target_agent":{"oneOf":[{"not":{"enum":["native_cli","opencode_go"]},"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},{"type":"null"}]},"timeout_ms":{"maximum":86400000,"minimum":1,"type":"integer"},"wire_contract_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["wire_contract_sha256","request_id","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","evidence_anchors","timeout_ms","prompt","source"],"type":"object"},"success_response":{"additionalProperties":false,"properties":{"diagnostics":{"additionalProperties":false,"properties":{"adapter_wire_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"effective_effort":{"oneOf":[{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},{"type":"null"}]},"executable_content_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"failure_trace":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"adapter_code":{"enum":["caller_deadline","cleanup_unconfirmed","failed_terminal","incomplete_tool","insufficient_evidence","invalid_final","malformed_envelope","missing_terminal","outside_source","private_artifact_incomplete","protocol_capability_drift","provider_cli_incompatible","provider_error","provider_timeout","source_changed","source_context_too_large","source_deadline","source_head_mismatch","source_invalid","source_io","telemetry_contradiction"],"type":"string"},"cleanup_confirmed":{"type":"boolean"},"containment_detail":{"oneOf":[{"enum":["absolute_outside_roots","dotdot_escape","resolved_outside_roots","unresolvable_location"],"type":"string"},{"type":"null"}]},"failed_operation_counts":{"additionalProperties":false,"properties":{"other_tool":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_list":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_read":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_search":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unclassified":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["repository_read","repository_search","repository_list","other_tool","unclassified"],"type":"object"},"failure_phase":{"enum":["acceptance","artifact","cancelled","cleanup","inference","process_start","protocol","setup","source_revalidation"],"type":"string"},"native_envelope_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"outside_source_observed":{"type":"boolean"},"terminal_state":{"oneOf":[{"enum":["cancelled","completed","end","error","failed","interrupted","stop","success"],"type":"string"},{"type":"null"}]},"tool_outcomes":{"additionalProperties":false,"properties":{"failed":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"incomplete":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"success":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unknown":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["success","failed","incomplete","unknown"],"type":"object"}},"required":["failure_phase","adapter_code","terminal_state","tool_outcomes","outside_source_observed","native_envelope_sha256","cleanup_confirmed","containment_detail","failed_operation_counts"],"type":"object"}]},"implementation_fingerprint":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"logical_agent":{"maxLength":4096,"type":["string","null"]},"metadata_process_count":{"maximum":3,"minimum":0,"type":"integer"},"model_lineage":{"maxLength":4096,"type":["string","null"]},"model_resolution_method":{"oneOf":[{"enum":["provider_catalog","provider_default"],"type":"string"},{"type":"null"}]},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider_model_calls":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"provider_processes":{"maximum":1,"minimum":0,"type":"integer"},"provider_surface":{"maxLength":4096,"type":["string","null"]},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"selection_failure":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"missing_criteria":{"items":{"enum":["distinct_model_lineage","minimum_effort","supported_target","unoccupied_model_lineage"],"type":"string"},"maxItems":4,"type":"array","uniqueItems":true},"reason":{"enum":["author_lineage_conflict","effort_below_floor","no_unoccupied_route","selection_unavailable","target_model_lineage_occupied","unsupported_target_action"],"type":"string"},"rejections":{"items":{"additionalProperties":false,"properties":{"agent":{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},"reason":{"enum":["action_unready","agent_disabled","agent_excluded","author_lineage_conflict","effort_ineligible","enablement_unknown","inactive","lineage_excluded","occupied_model_lineage","quality_unaccepted","readiness_unknown","resource_capacity_missing","resource_excluded","resource_exhausted","unsupported_target_action"],"type":"string"}},"required":["agent","reason"],"type":"object"},"maxItems":8,"type":"array"},"stage":{"enum":["static_admission","readiness_admission"],"type":"string"}},"required":["stage","reason","missing_criteria","rejections"],"type":"object"}]}},"required":["logical_agent","provider_surface","model_lineage","observed_model","implementation_fingerprint","executable_content_sha256","adapter_wire_sha256","catalog_digest","model_resolution_method","effective_effort","metadata_process_count","provider_processes","provider_model_calls","provider_turns","failure_trace","selection_failure"],"type":"object"},"execution_receipt":{"oneOf":[{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"provider_terminal"},"logical_action":{"const":"architecture.conceptual"},"source_mode":{"const":"conceptual_prompt"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"architecture.conceptual"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"architecture.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"architecture.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.extract"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.intent"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.intent"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.reason"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.extract"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.reason"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"frontend_codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"frontend_review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"governance_verdict"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"governance.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"governance.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"architecture.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"architecture.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.extract"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.intent"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.intent"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.reason"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.extract"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.reason"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"frontend_codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"frontend_review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"governance_verdict"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"governance.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"governance.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":1},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":3},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"}]},"request_id":{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":128},"result":{"oneOf":[{"additionalProperties":false,"properties":{"artifact":{"additionalProperties":false,"properties":{"text":{"minLength":1,"type":"string","x-maxUtf8Bytes":3145728}},"required":["text"],"type":"object"},"artifact_type":{"const":"context_text"},"evidence":{"additionalProperties":false,"properties":{"evidence_contract":{"const":"provider_terminal"},"provider_terminal":{"const":true},"source_mode":{"const":"conceptual_prompt"}},"required":["evidence_contract","source_mode","provider_terminal"],"type":"object"},"executed_edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["executed_edge_sha256","artifact_type","artifact","evidence"],"type":"object"},{"additionalProperties":false,"properties":{"artifact":{"additionalProperties":false,"properties":{"text":{"minLength":1,"type":"string","x-maxUtf8Bytes":3145728}},"required":["text"],"type":"object"},"artifact_type":{"const":"context_text"},"evidence":{"additionalProperties":false,"properties":{"documents":{"items":{"additionalProperties":false,"properties":{"bytes":{"maximum":33554432,"minimum":0,"type":"integer"},"label":{"minLength":1,"pattern":"^[^\\u0000-\\u001f\\u007f]+$","type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"read_confirmed":{"const":true},"sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["label","sha256","bytes","read_confirmed"],"type":"object"},"maxItems":64,"minItems":1,"type":"array","x-maxTotalDeclaredBytes":33554432,"x-maxTotalLabelUtf8Bytes":32768},"evidence_contract":{"const":"all_document_reads"},"source_mode":{"const":"documents"}},"required":["evidence_contract","source_mode","documents"],"type":"object"},"executed_edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["executed_edge_sha256","artifact_type","artifact","evidence"],"type":"object"},{"additionalProperties":false,"properties":{"artifact":{"additionalProperties":false,"properties":{"text":{"minLength":1,"type":"string","x-maxUtf8Bytes":3145728}},"required":["text"],"type":"object"},"artifact_type":{"const":"context_text"},"evidence":{"additionalProperties":false,"properties":{"caller_unchanged":{"const":true},"cleanup_confirmed":{"type":"boolean"},"evidence_contract":{"const":"repository_reads"},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"maxItems":4096,"minItems":1,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"repository_evidence":{"items":{"additionalProperties":false,"properties":{"kind":{"enum":["read","search","list","grep","glob","deleted_patch"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"success":{"const":true}},"required":["kind","path","success"],"type":"object"},"maxItems":4096,"minItems":1,"type":"array","uniqueItems":true,"x-maxTotalPathUtf8Bytes":2097152,"x-uniqueSuccessfulPaths":true},"source_mode":{"const":"repository"}},"required":["evidence_contract","source_mode","repo_head","repo_dirty","inspected_paths","repository_evidence","caller_unchanged","cleanup_confirmed"],"type":"object","x-inspectedPathsEqualSuccessfulEvidence":true},"executed_edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["executed_edge_sha256","artifact_type","artifact","evidence"],"type":"object"},{"additionalProperties":false,"properties":{"artifact":{"additionalProperties":false,"properties":{"evidence_anchor_adjudications":{"items":{"additionalProperties":false,"properties":{"id":{"pattern":"^[A-Za-z0-9._:-]{1,128}$","type":"string"},"outcome":{"enum":["finding_recorded","inspected_no_finding"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255}},"required":["id","path","outcome"],"type":"object"},"maxItems":16,"type":"array"},"findings":{"items":{"additionalProperties":false,"properties":{"line":{"minimum":1,"type":["integer","null"]},"message":{"minLength":1,"type":"string","x-maxUtf8Bytes":65536},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"severity":{"minLength":1,"type":"string","x-maxUtf8Bytes":128}},"required":["path","severity","message","line"],"type":"object"},"maxItems":256,"type":"array","x-maxTotalFindingUtf8Bytes":2097152},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096},"maxItems":4096,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"summary":{"minLength":1,"type":"string","x-maxUtf8Bytes":262144},"verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"}},"required":["verdict","summary","findings","inspected_paths","evidence_anchor_adjudications"],"type":"object"},"artifact_type":{"const":"governance_verdict"},"evidence":{"additionalProperties":false,"properties":{"caller_unchanged":{"const":true},"cleanup_confirmed":{"type":"boolean"},"evidence_contract":{"const":"repository_reads"},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"maxItems":4096,"minItems":1,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"repository_evidence":{"items":{"additionalProperties":false,"properties":{"kind":{"enum":["read","search","list","grep","glob","deleted_patch"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"success":{"const":true}},"required":["kind","path","success"],"type":"object"},"maxItems":4096,"minItems":1,"type":"array","uniqueItems":true,"x-maxTotalPathUtf8Bytes":2097152,"x-uniqueSuccessfulPaths":true},"source_mode":{"const":"repository"}},"required":["evidence_contract","source_mode","repo_head","repo_dirty","inspected_paths","repository_evidence","caller_unchanged","cleanup_confirmed"],"type":"object","x-inspectedPathsEqualSuccessfulEvidence":true},"executed_edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["executed_edge_sha256","artifact_type","artifact","evidence"],"type":"object"},{"additionalProperties":false,"properties":{"artifact":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"type":"boolean"},"patch":{"additionalProperties":false,"properties":{"bytes":{"maximum":2097152,"minimum":1,"type":"integer"},"content":{"maxLength":2796204,"type":"string"},"encoding":{"const":"base64"},"sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["encoding","content","bytes","sha256"],"type":"object"},"source_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"summary":{"minLength":1,"type":"string","x-maxUtf8Bytes":262144},"tests":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":65536},"maxItems":128,"type":"array","x-maxTotalUtf8Bytes":2097152}},"required":["summary","tests","source_head","patch","cleanup_confirmed"],"type":"object"},"artifact_type":{"const":"private_patch"},"evidence":{"additionalProperties":false,"properties":{"caller_unchanged":{"const":true},"cleanup_confirmed":{"type":"boolean"},"evidence_contract":{"const":"private_patch"},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"maxItems":4096,"minItems":1,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"repository_evidence":{"items":{"additionalProperties":false,"properties":{"kind":{"enum":["read","search","list","grep","glob","deleted_patch"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"success":{"const":true}},"required":["kind","path","success"],"type":"object"},"maxItems":4096,"minItems":1,"type":"array","uniqueItems":true,"x-maxTotalPathUtf8Bytes":2097152,"x-uniqueSuccessfulPaths":true},"source_mode":{"const":"repository"}},"required":["evidence_contract","source_mode","repo_head","repo_dirty","inspected_paths","repository_evidence","caller_unchanged","cleanup_confirmed"],"type":"object","x-inspectedPathsEqualSuccessfulEvidence":true},"executed_edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["executed_edge_sha256","artifact_type","artifact","evidence"],"type":"object"},{"additionalProperties":false,"properties":{"artifact":{"additionalProperties":false,"properties":{"evidence_anchor_adjudications":{"items":{"additionalProperties":false,"properties":{"id":{"pattern":"^[A-Za-z0-9._:-]{1,128}$","type":"string"},"outcome":{"enum":["finding_recorded","inspected_no_finding"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255}},"required":["id","path","outcome"],"type":"object"},"maxItems":16,"type":"array"},"findings":{"items":{"additionalProperties":false,"properties":{"line":{"minimum":1,"type":["integer","null"]},"message":{"minLength":1,"type":"string","x-maxUtf8Bytes":65536},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"severity":{"minLength":1,"type":"string","x-maxUtf8Bytes":128}},"required":["path","severity","message","line"],"type":"object"},"maxItems":256,"type":"array","x-maxTotalFindingUtf8Bytes":2097152},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"maxItems":4096,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"summary":{"minLength":1,"type":"string","x-maxUtf8Bytes":262144},"verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"}},"required":["verdict","summary","findings","inspected_paths","evidence_anchor_adjudications"],"type":"object"},"artifact_type":{"const":"review_findings"},"evidence":{"additionalProperties":false,"properties":{"caller_unchanged":{"const":true},"cleanup_confirmed":{"type":"boolean"},"evidence_contract":{"const":"repository_reads"},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"maxItems":4096,"minItems":1,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"repository_evidence":{"items":{"additionalProperties":false,"properties":{"kind":{"enum":["read","search","list","grep","glob","deleted_patch"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"success":{"const":true}},"required":["kind","path","success"],"type":"object"},"maxItems":4096,"minItems":1,"type":"array","uniqueItems":true,"x-maxTotalPathUtf8Bytes":2097152,"x-uniqueSuccessfulPaths":true},"source_mode":{"const":"repository"}},"required":["evidence_contract","source_mode","repo_head","repo_dirty","inspected_paths","repository_evidence","caller_unchanged","cleanup_confirmed"],"type":"object","x-inspectedPathsEqualSuccessfulEvidence":true},"executed_edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["executed_edge_sha256","artifact_type","artifact","evidence"],"type":"object"}]},"status":{"const":"ok"},"wire_contract_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["wire_contract_sha256","request_id","status","result","execution_receipt","diagnostics"],"type":"object","x-maxCanonicalUtf8Bytes":4194304},"valid_action_source_pairs":[["claude","context","documents"],["codex","advisory","repository"],["codex","codegen","repository"],["codex","governance","repository"],["gemini","advisory","repository"],["gemini","context","documents"],["gemini","context","repository"],["gemini","governance","repository"],["grok","architecture","conceptual_prompt"],["grok","architecture","repository"],["grok","codegen","repository"],["grok","context","documents"],["grok","context","repository"],["grok","governance","repository"],["opencode","build","repository"],["opencode","context","documents"],["opencode","context","repository"],["opencode","governance","repository"],["opencode","plan","repository"]],"zero_inference_readiness":{"request":{"additionalProperties":false,"properties":{"author_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"operation":{"const":"readiness"},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"request_id":{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":128},"timeout_ms":{"maximum":600000,"minimum":1,"type":"integer"},"wire_contract_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["operation","wire_contract_sha256","request_id","author_lineage","quality_profile","effort_class","timeout_ms"],"type":"object"},"response":{"additionalProperties":false,"properties":{"author_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"request_id":{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":128},"result":{"additionalProperties":false,"properties":{"actions":{"items":{"additionalProperties":false,"properties":{"candidates":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"adapter_wire_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"capability_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"cleanup_confirmed":{"type":"boolean"},"compatibility_profile":{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":["string","null"]},"diagnostic_code":{"oneOf":[{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},{"type":"null"}]},"effective_effort":{"oneOf":[{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},{"type":"null"}]},"executable_content_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"implementation_fingerprint":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"logical_agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"metadata_process_count":{"maximum":3,"minimum":0,"type":"integer"},"metadata_zero_model_calls_proven":{"type":"boolean"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution_method":{"oneOf":[{"enum":["provider_catalog","provider_default"],"type":"string"},{"type":"null"}]},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"shared_resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"status":{"enum":["ready","invalid_request","unavailable","auth_error","output_limit","provider_error","timeout","cancelled","temporarily_unavailable"],"type":"string"}},"required":["logical_agent","provider_surface","model_lineage","shared_resource","activation","status","implementation_fingerprint","executable_content_sha256","adapter_wire_sha256","observed_model","catalog_digest","metadata_process_count","diagnostic_code","model_resolution_method","effective_effort","compatibility_profile","capability_digest","metadata_zero_model_calls_proven","cleanup_confirmed"],"type":"object"},"maxItems":8,"minItems":0,"type":"array"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"}},"required":["logical_action","source_mode","candidates"],"type":"object"},"maxItems":12,"minItems":12,"type":"array"}},"required":["actions"],"type":"object"},"status":{"const":"ok"},"wire_contract_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["wire_contract_sha256","request_id","author_lineage","status","quality_profile","effort_class","result"],"type":"object","x-maxCanonicalUtf8Bytes":4194304}}},"wire_contract_sha256":"9ec0c1d0c943a9ba9025dbb554847abea45d5c2dcac893a69ac09539d265a85f"} +{"artifacts":[{"arch":"arm64","entrypoint":"agent-collab-runtime","files":[{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_blake2.so","role":"runtime_library","sha256":"e63da216dbb42c059387bc7a6000acbcd068fdeaaa50248218e1deca9e1094c5","signing_profile":"production_developer_id","size":89456},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_bz2.so","role":"runtime_library","sha256":"175afd928a1be31f923b3c281de22501dd8d0622a66824f23833856aa6f077fe","signing_profile":"production_developer_id","size":72784},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_cn.so","role":"runtime_library","sha256":"fe299fc076a88ed353731193d0a47ae97030d78b7aeacf758aa005f88edafc83","signing_profile":"production_developer_id","size":185264},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_hk.so","role":"runtime_library","sha256":"701eaced7e7518f8ea784c504517b1e83b3ff4d803956580528c39dc1fd75f80","signing_profile":"production_developer_id","size":185328},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_iso2022.so","role":"runtime_library","sha256":"ea9d377822e842b7884fb7a96a7eeeb6a94db31160bd98ab19517ccb76291ac6","signing_profile":"production_developer_id","size":71936},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_jp.so","role":"runtime_library","sha256":"b8dc02cb3f671a1e29466bc8f2c1f8aa22c98ef88e08b7ed02407dcb8929051a","signing_profile":"production_developer_id","size":301120},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_kr.so","role":"runtime_library","sha256":"78f1983c433a5cffdf492cf46fb364ba9b232ec9684343d24d1a01fe42a1c406","signing_profile":"production_developer_id","size":168928},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_tw.so","role":"runtime_library","sha256":"d2734af64df6cd29b06dd0d1b668ff19c9c2ade4a8a974d69f7b23609242f181","signing_profile":"production_developer_id","size":168432},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_contextvars.so","role":"runtime_library","sha256":"e297640c604004826acc9a13e644acf68218fd60f9f4e19b51072d8a8b8bcfc1","signing_profile":"production_developer_id","size":68576},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_ctypes.so","role":"runtime_library","sha256":"4d7bff0ee0eaae2409e4f7a5881181223c8a8b65b845b894102cf1b915ea805b","signing_profile":"production_developer_id","size":175840},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_datetime.so","role":"runtime_library","sha256":"55cf948548adc7c97142445ba09a855a7237b27ed0388e64146d2742be3d269e","signing_profile":"production_developer_id","size":150144},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_decimal.so","role":"runtime_library","sha256":"0e12662056b47c341f2b27bce1f62cc655f4790f763eee6d7f103afa4cdab324","signing_profile":"production_developer_id","size":364640},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_heapq.so","role":"runtime_library","sha256":"f224717963c45a73ebbda578e22407dbfba706457a0659676edebb54f8faa167","signing_profile":"production_developer_id","size":69728},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_lzma.so","role":"runtime_library","sha256":"3402cb2f457c2c9891f6534b7280b2044c06869eb56f54c84b37035f87187cd9","signing_profile":"production_developer_id","size":92240},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_md5.so","role":"runtime_library","sha256":"4f38d472389d04bbdcd2d4e1931f1889b7b954bde9ddd339fe9e55841facfffa","signing_profile":"production_developer_id","size":71728},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_multibytecodec.so","role":"runtime_library","sha256":"671727350f0f54d726373bc5d80c751dfd695af2b0447b7ff1bbe5003035932b","signing_profile":"production_developer_id","size":95808},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_opcode.so","role":"runtime_library","sha256":"378b6045d0f11c33969261e87c3ae237572d8f08a71bdbbd4cbf94e04e62fc81","signing_profile":"production_developer_id","size":72448},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_pickle.so","role":"runtime_library","sha256":"4d71957c85fcfbad8a8467851493d923f098b83775c16115cfe2ead1bd03b62c","signing_profile":"production_developer_id","size":168032},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_posixsubprocess.so","role":"runtime_library","sha256":"3953cf84e4b1ad7aa7726ed17cfcab0ce98c2c9acb68a6c923507b6c66ffd300","signing_profile":"production_developer_id","size":72496},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_random.so","role":"runtime_library","sha256":"b4b4966a8cc99afd25368b0fc91b152b0d844d9c7097b5c36466f92a6c4fe338","signing_profile":"production_developer_id","size":71680},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_sha1.so","role":"runtime_library","sha256":"2b90ad7f73587dcc59c1c44f3200a9db6488c3c77fc227749ee0e83af2b391f6","signing_profile":"production_developer_id","size":71760},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_sha2.so","role":"runtime_library","sha256":"9baa620a6a36fe1fef1973eb78f387b24a78f5268edfa6972027078a4e674c20","signing_profile":"production_developer_id","size":107264},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_sha3.so","role":"runtime_library","sha256":"df473485bd867c408d371f3be9aea94330427ca82d31d262ec8a33ea610b732b","signing_profile":"production_developer_id","size":91008},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_socket.so","role":"runtime_library","sha256":"64b05921a6f2e7a466e77f4a67d39e839f878fd5563d07fc07143e3898c5c3f5","signing_profile":"production_developer_id","size":132288},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_statistics.so","role":"runtime_library","sha256":"5bc7561eb25446eab3be7197f7b4c160302303dfc3a8d2c86da961329949997c","signing_profile":"production_developer_id","size":68704},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_struct.so","role":"runtime_library","sha256":"3945092cd66f87a6329725ff6ca1e36b4fe97d6d4c0b43d08915ed3eed3d97e9","signing_profile":"production_developer_id","size":94528},{"architecture":"arm64","install_mode":320,"macho_type":"executable","minimum_macos":"14.0","path":"agent-collab-runtime","role":"entrypoint","sha256":"17456719e5433ebd3ee8ee51afcbc305aed9b0da6f32b12b5b007ba28cc19dce","signing_profile":"production_developer_id","size":13528192},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"array.so","role":"runtime_library","sha256":"e29fd42c87cccafd7ecf5302fec2b64a40b7a4813c2aea37e842e11364c46e02","signing_profile":"production_developer_id","size":113760},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"binascii.so","role":"runtime_library","sha256":"d695f421f260ac832213c59aedb09a409a9e0608ec5b12b58cad4ef8c6a90bd5","signing_profile":"production_developer_id","size":72224},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"fcntl.so","role":"runtime_library","sha256":"52d34d3edca2b999f415a7c932723b49ce9894b51826267eb7f9d69e9597d27e","signing_profile":"production_developer_id","size":70368},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"grp.so","role":"runtime_library","sha256":"3aecab6a3de697383b2e3f3ba774146243790041a5663e01e51ed49f97d48203","signing_profile":"production_developer_id","size":71024},{"architecture":"arm64","install_mode":320,"macho_type":"dylib","minimum_macos":"14.0","path":"libpython3.13.dylib","role":"runtime_library","sha256":"769ce06a7af06c0b11dc2961dd80b1f4417764ff46028921660aa1d16d0bf173","signing_profile":"production_developer_id","size":4973360},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"math.so","role":"runtime_library","sha256":"9a7b4e1f45f98ab6b589577f369fc56708ba2baa95bf24d2f2ec96581fc7eefa","signing_profile":"production_developer_id","size":111216},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"pyexpat.so","role":"runtime_library","sha256":"c1194afa0c3c42d04f9c09e452505a181bb838e2552ec00e4d191ae713fa0508","signing_profile":"production_developer_id","size":259232},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"select.so","role":"runtime_library","sha256":"53bc4a4a61e7940014804a8ee88aad734d6ca910219c5a51b6118f1fedd5e5c8","signing_profile":"production_developer_id","size":92160},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"termios.so","role":"runtime_library","sha256":"b6700eae93343adb50b68ae28afc42e05bc725438fd25470d644143c1847acf8","signing_profile":"production_developer_id","size":71744},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"unicodedata.so","role":"runtime_library","sha256":"775b55f57dde35242b015c0c58b6d730eeb61b1c7aeec78e2de87a32c4a63195","signing_profile":"production_developer_id","size":746848},{"architecture":"arm64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"zlib.so","role":"runtime_library","sha256":"fa032f6a8bd2c2340a49f607d07a8a13b624bdf4e29f31626b648276cde74a90","signing_profile":"production_developer_id","size":92896}],"kind":"standalone_bundle","minimum_macos":"14.0","path":"runtime/darwin-arm64/agent-collab-runtime.bundle","platform":"darwin","provider_runtime_version":"5.0.3","sha256":"81817dc9a738edf28e66df92ac031e0505307baea27ced3bf69109e6d73e4214","signing":{"hardened_runtime":true,"identity":"Developer ID Application: OSUMI CONSULTING LLC (36UFP9KY4T)","mode":"developer_id","require_notarization":true,"secure_timestamp":true,"team_id":"36UFP9KY4T"},"size":23485184,"wire_contract_sha256":"05aaa8a128f69502bb8bd4a38a5eda0716268ac95524e41cc07ba091b8162be8"},{"arch":"x86_64","entrypoint":"agent-collab-runtime","files":[{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_blake2.so","role":"runtime_library","sha256":"749d93f9318aedf94129e86cde36950d821b9217db3d82058df2fb2a5742cb31","signing_profile":"production_developer_id","size":60944},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_bz2.so","role":"runtime_library","sha256":"100a281bd3ad232ab6dd3e0f2115c3cb2eb3d2ebe03d0c4d820f2199e568941a","signing_profile":"production_developer_id","size":44256},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_cn.so","role":"runtime_library","sha256":"78384579c93b796b445d4543d8bb8180a69c03b3fdce0f347d635f17235f10e2","signing_profile":"production_developer_id","size":165584},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_hk.so","role":"runtime_library","sha256":"b85954a4e0ce0473c906faca7327ba667d055f1a2601a817322bf87813ff8afb","signing_profile":"production_developer_id","size":173904},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_iso2022.so","role":"runtime_library","sha256":"183e6480fca84fc220f4108ac3c7ac0e2f21e19270d85671450489892e507df2","signing_profile":"production_developer_id","size":43392},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_jp.so","role":"runtime_library","sha256":"187a24758d3a756eb11ce51ee02cf8101a60932451b5305688ff74796e011eee","signing_profile":"production_developer_id","size":273856},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_kr.so","role":"runtime_library","sha256":"a2fdd3a02566308729dfa296e34946d55dc666c73347a30185cbd0930fbf659a","signing_profile":"production_developer_id","size":153280},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_codecs_tw.so","role":"runtime_library","sha256":"58068466342764c002994d95c3d4866e7bdbd197586145a0efe2418208fc5623","signing_profile":"production_developer_id","size":132144},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_contextvars.so","role":"runtime_library","sha256":"92e53c466a81c167cc1c79161240394aa691d6d742882399c8d85c8e411a02a6","signing_profile":"production_developer_id","size":31712},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_ctypes.so","role":"runtime_library","sha256":"c0b0054691c42ef2f78676262ba82546a9d171911ebd8cc9d7c206135a64b1fd","signing_profile":"production_developer_id","size":148640},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_datetime.so","role":"runtime_library","sha256":"84727e7b55944b81cadf8e9ec2810581a486558a02bd93e82b3b66f031ac575f","signing_profile":"production_developer_id","size":122768},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_decimal.so","role":"runtime_library","sha256":"f8ba00d88aa790d188dd95913de29b2c1d0d27382669c444a449159956ee797f","signing_profile":"production_developer_id","size":347632},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_heapq.so","role":"runtime_library","sha256":"f7ec24bd778c825af0a388d66939305421dc51e61af58680902d77f1ea20fd98","signing_profile":"production_developer_id","size":41120},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_lzma.so","role":"runtime_library","sha256":"def16e9fbb8cd32cd681705d230ed695b88c8c1a6f9c7acf93b3341fc3bab7eb","signing_profile":"production_developer_id","size":55552},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_md5.so","role":"runtime_library","sha256":"264211ded1061af5315a6ecfe41d88d168d75b9e775cf800bd38249373178a9b","signing_profile":"production_developer_id","size":43136},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_multibytecodec.so","role":"runtime_library","sha256":"81059dd72c0c49e749194f805c124401812adb78b2f1908f7d0526f4da5a48e6","signing_profile":"production_developer_id","size":63456},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_opcode.so","role":"runtime_library","sha256":"e1f2e09959a5307ce66d42007475088f9a5c3249ed0c6c9ee3d5beae4ff9bf22","signing_profile":"production_developer_id","size":43872},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_pickle.so","role":"runtime_library","sha256":"f478890dfe39b843a3e67e63a012c170d3a59c645d020c22c8b1fe7a320c41c7","signing_profile":"production_developer_id","size":136096},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_posixsubprocess.so","role":"runtime_library","sha256":"c2c638517b686f603aea99f47c465a13a49924ff5337421e41a0ae6ad4205251","signing_profile":"production_developer_id","size":43952},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_random.so","role":"runtime_library","sha256":"cc9c8fcdcb5d69f1ac4904fa80b659d5b1fd7d93958b81b2f5dc0fab919e84f5","signing_profile":"production_developer_id","size":38944},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_sha1.so","role":"runtime_library","sha256":"75adfd413b0c5452ad849cd63acd47d43328585ea7db4e335caf00a4aaaa0435","signing_profile":"production_developer_id","size":39024},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_sha2.so","role":"runtime_library","sha256":"a8355b6e156badd9f67aac263b112fafa2d631381794412faef0f871239cbbf0","signing_profile":"production_developer_id","size":78992},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_sha3.so","role":"runtime_library","sha256":"b6738c59c7fafa49098b2f403130ebe8e7993001c1fff519d18993c31ed72a17","signing_profile":"production_developer_id","size":53632},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_socket.so","role":"runtime_library","sha256":"b389b061603678a5e1b09a734772c00f1e15de624662b316aa41c082d686b78f","signing_profile":"production_developer_id","size":104096},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_statistics.so","role":"runtime_library","sha256":"feb85202ef65cc5ee12eee13ec956a3ec73648271431f6659631efaab5fa02a7","signing_profile":"production_developer_id","size":31840},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"_struct.so","role":"runtime_library","sha256":"8affa060dbe6afd44cfeeeeb82d50c9532bd41e18f3ac40f1c550c26a170122a","signing_profile":"production_developer_id","size":62144},{"architecture":"x86_64","install_mode":320,"macho_type":"executable","minimum_macos":"14.0","path":"agent-collab-runtime","role":"entrypoint","sha256":"658ab9571cc1bec09f371296c3b8177461038bb24c22c0d2c7ab7ab1d73fd339","signing_profile":"production_developer_id","size":14395856},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"array.so","role":"runtime_library","sha256":"bb1b1d34939e335497bf8c5814d7728cc1a63dd3d90cbbb2cc8c02e8926e6532","signing_profile":"production_developer_id","size":77216},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"binascii.so","role":"runtime_library","sha256":"71a6cffa7ae400ebe6ed8dc3a38faea1934d79a02f60270b7a8cb81c97353c2f","signing_profile":"production_developer_id","size":51920},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"fcntl.so","role":"runtime_library","sha256":"26f6087de48ce8e58fce6be3ac92f5346895b42e2fbf5798f730b5b05c6b0841","signing_profile":"production_developer_id","size":41760},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"grp.so","role":"runtime_library","sha256":"064249e3bbed0523807e3ce0dd12a24223b89a40e8bf57d51ceaf7e7131eb4af","signing_profile":"production_developer_id","size":38288},{"architecture":"x86_64","install_mode":320,"macho_type":"dylib","minimum_macos":"14.0","path":"libpython3.13.dylib","role":"runtime_library","sha256":"672b311810563265606a4f2e0eef4496059035651731d3480f2fb97a6d6fbff4","signing_profile":"production_developer_id","size":4959200},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"math.so","role":"runtime_library","sha256":"61457c5dce1b20e213b1c827007568dbf1ac58987253f06f1b0fdcbb21bae00e","signing_profile":"production_developer_id","size":87104},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"pyexpat.so","role":"runtime_library","sha256":"f9a86608ffcb25e396381df35c6f4cf794a875ec774b20642f1a82edfbc5c762","signing_profile":"production_developer_id","size":260688},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"select.so","role":"runtime_library","sha256":"888179fac3cc0edadc9df82101c5e6ce943b42c5f9118111e2e8d920e6a15013","signing_profile":"production_developer_id","size":55504},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"termios.so","role":"runtime_library","sha256":"e7d2ee9257bba62b97debd5abb1081a7a26b96ba730a0c3267f0ae269a4f46d6","signing_profile":"production_developer_id","size":43136},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"unicodedata.so","role":"runtime_library","sha256":"e615b865d6d3dfcb6aa2a3e70666b14d7d8dbdf363b59342bc1f812b0549cd8f","signing_profile":"production_developer_id","size":722256},{"architecture":"x86_64","install_mode":320,"macho_type":"bundle","minimum_macos":"14.0","path":"zlib.so","role":"runtime_library","sha256":"91bfaa4160b8193cae0ea372842d85f420bcdff9e80d0c687cf3e3fb78592f36","signing_profile":"production_developer_id","size":64512}],"kind":"standalone_bundle","minimum_macos":"14.0","path":"runtime/darwin-x86_64/agent-collab-runtime.bundle","platform":"darwin","provider_runtime_version":"5.0.3","sha256":"9672776deb62c7ef0ca2f8f75069955ceb312794c8812a301390e7efe8931158","signing":{"hardened_runtime":true,"identity":"Developer ID Application: OSUMI CONSULTING LLC (36UFP9KY4T)","mode":"developer_id","require_notarization":true,"secure_timestamp":true,"team_id":"36UFP9KY4T"},"size":23331408,"wire_contract_sha256":"05aaa8a128f69502bb8bd4a38a5eda0716268ac95524e41cc07ba091b8162be8"}],"channel":"production","contract_version":4,"protocol_version":4,"schema_version":4,"wire_contract":{"advisory_response":{"additionalProperties":false,"properties":{"advisory":{"additionalProperties":false,"properties":{"authority":{"const":"advisory"},"completeness":{"enum":["complete_unclosed","partial"],"type":"string"},"grounding":{"const":"ungrounded"},"reason":{"enum":["insufficient_source_evidence","provider_declined_grounded_output","execution_failed_text_salvaged"],"type":"string"},"salvaged_from":{"enum":["auth_error","cancelled","capability_error","input_limit","output_limit","protocol_error","provider_error","quota_error","timeout","unavailable"],"type":"string"},"text":{"minLength":1,"type":"string","x-maxUtf8Bytes":3145728}},"required":["authority","grounding","reason","text"],"type":"object"},"diagnostics":{"additionalProperties":false,"properties":{"adapter_wire_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"effective_effort":{"oneOf":[{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},{"type":"null"}]},"executable_content_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"failure_trace":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"adapter_code":{"enum":["adapter_contract_violation","caller_deadline","cleanup_unconfirmed","failed_terminal","incomplete_tool","insufficient_evidence","invalid_final","malformed_envelope","missing_terminal","private_artifact_incomplete","private_workspace_unavailable","protocol_capability_drift","provider_cli_incompatible","provider_error","provider_timeout","source_changed","source_context_too_large","source_deadline","source_head_mismatch","source_invalid","source_io","source_provenance_violation","telemetry_contradiction"],"type":"string"},"cleanup_confirmed":{"type":"boolean"},"containment_detail":{"oneOf":[{"enum":["absolute_outside_roots","ambiguous_local_event","dotdot_escape","resolved_outside_roots","unresolvable_location"],"type":"string"},{"type":"null"}]},"failed_operation_counts":{"additionalProperties":false,"properties":{"other_tool":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_list":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_read":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_search":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unclassified":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["repository_read","repository_search","repository_list","other_tool","unclassified"],"type":"object"},"failure_phase":{"enum":["acceptance","artifact","cancelled","cleanup","inference","process_start","protocol","setup","source_revalidation"],"type":"string"},"native_envelope_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"terminal_state":{"oneOf":[{"enum":["cancelled","completed","end","error","failed","interrupted","stop","success"],"type":"string"},{"type":"null"}]},"tool_outcomes":{"additionalProperties":false,"properties":{"failed":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"incomplete":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"success":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unknown":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["success","failed","incomplete","unknown"],"type":"object"}},"required":["failure_phase","adapter_code","terminal_state","tool_outcomes","source_access","native_envelope_sha256","cleanup_confirmed","containment_detail","failed_operation_counts"],"type":"object"}]},"implementation_fingerprint":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"logical_agent":{"maxLength":4096,"type":["string","null"]},"metadata_process_count":{"maximum":3,"minimum":0,"type":"integer"},"model_lineage":{"maxLength":4096,"type":["string","null"]},"model_resolution_method":{"oneOf":[{"enum":["provider_catalog","provider_default"],"type":"string"},{"type":"null"}]},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider_model_calls":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"provider_processes":{"maximum":1,"minimum":0,"type":"integer"},"provider_surface":{"maxLength":4096,"type":["string","null"]},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"selection_failure":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"missing_criteria":{"items":{"enum":["distinct_model_lineage","minimum_effort","supported_target","unoccupied_model_lineage"],"type":"string"},"maxItems":4,"type":"array","uniqueItems":true},"reason":{"enum":["author_lineage_conflict","effort_below_floor","no_unoccupied_route","selection_unavailable","target_model_lineage_occupied","unsupported_target_action"],"type":"string"},"rejections":{"items":{"additionalProperties":false,"properties":{"agent":{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},"reason":{"enum":["action_unready","agent_disabled","agent_excluded","author_lineage_conflict","effort_ineligible","enablement_unknown","inactive","lineage_excluded","occupied_model_lineage","quality_unaccepted","readiness_unknown","resource_capacity_missing","resource_excluded","resource_exhausted","unsupported_target_action"],"type":"string"}},"required":["agent","reason"],"type":"object"},"maxItems":8,"type":"array"},"stage":{"enum":["static_admission","readiness_admission"],"type":"string"}},"required":["stage","reason","missing_criteria","rejections"],"type":"object"}]}},"required":["logical_agent","provider_surface","model_lineage","observed_model","implementation_fingerprint","executable_content_sha256","adapter_wire_sha256","catalog_digest","model_resolution_method","effective_effort","metadata_process_count","provider_processes","provider_model_calls","provider_turns","failure_trace","selection_failure"],"type":"object"},"request_id":{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":128},"status":{"const":"advisory"},"wire_contract_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["wire_contract_sha256","request_id","status","advisory","diagnostics"],"type":"object","x-maxCanonicalUtf8Bytes":4194304},"artifacts":{"context_text":{"additionalProperties":false,"properties":{"text":{"minLength":1,"type":"string","x-maxUtf8Bytes":3145728}},"required":["text"],"type":"object"},"governance_verdict":{"additionalProperties":false,"properties":{"evidence_anchor_adjudications":{"items":{"additionalProperties":false,"properties":{"id":{"pattern":"^[A-Za-z0-9._:-]{1,128}$","type":"string"},"outcome":{"enum":["finding_recorded"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255}},"required":["id","path","outcome"],"type":"object"},"maxItems":16,"type":"array"},"findings":{"items":{"additionalProperties":false,"properties":{"line":{"minimum":1,"type":["integer","null"]},"message":{"minLength":1,"type":"string","x-maxUtf8Bytes":65536},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"severity":{"minLength":1,"type":"string","x-maxUtf8Bytes":128}},"required":["path","severity","message","line"],"type":"object"},"maxItems":256,"type":"array","x-maxTotalFindingUtf8Bytes":2097152},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096},"maxItems":4096,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"summary":{"minLength":1,"type":"string","x-maxUtf8Bytes":262144},"verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"}},"required":["verdict","summary","findings","inspected_paths","evidence_anchor_adjudications"],"type":"object"},"private_patch":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"patch":{"additionalProperties":false,"properties":{"bytes":{"maximum":2097152,"minimum":1,"type":"integer"},"content":{"maxLength":2796204,"type":"string"},"encoding":{"const":"base64"},"sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["encoding","content","bytes","sha256"],"type":"object"},"source_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"summary":{"minLength":1,"type":"string","x-maxUtf8Bytes":262144},"tests":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":65536},"maxItems":128,"type":"array","x-maxTotalUtf8Bytes":2097152}},"required":["summary","tests","source_head","patch","cleanup_confirmed"],"type":"object"},"review_findings":{"additionalProperties":false,"properties":{"evidence_anchor_adjudications":{"items":{"additionalProperties":false,"properties":{"id":{"pattern":"^[A-Za-z0-9._:-]{1,128}$","type":"string"},"outcome":{"enum":["finding_recorded"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255}},"required":["id","path","outcome"],"type":"object"},"maxItems":16,"type":"array"},"findings":{"items":{"additionalProperties":false,"properties":{"line":{"minimum":1,"type":["integer","null"]},"message":{"minLength":1,"type":"string","x-maxUtf8Bytes":65536},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"severity":{"minLength":1,"type":"string","x-maxUtf8Bytes":128}},"required":["path","severity","message","line"],"type":"object"},"maxItems":256,"type":"array","x-maxTotalFindingUtf8Bytes":2097152},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"maxItems":4096,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"summary":{"minLength":1,"type":"string","x-maxUtf8Bytes":262144},"verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"}},"required":["verdict","summary","findings","inspected_paths","evidence_anchor_adjudications"],"type":"object"}},"base_transport_actions":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"bounded_diagnostics":{"additionalProperties":false,"properties":{"adapter_wire_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"effective_effort":{"oneOf":[{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},{"type":"null"}]},"executable_content_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"failure_trace":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"adapter_code":{"enum":["adapter_contract_violation","caller_deadline","cleanup_unconfirmed","failed_terminal","incomplete_tool","insufficient_evidence","invalid_final","malformed_envelope","missing_terminal","private_artifact_incomplete","private_workspace_unavailable","protocol_capability_drift","provider_cli_incompatible","provider_error","provider_timeout","source_changed","source_context_too_large","source_deadline","source_head_mismatch","source_invalid","source_io","source_provenance_violation","telemetry_contradiction"],"type":"string"},"cleanup_confirmed":{"type":"boolean"},"containment_detail":{"oneOf":[{"enum":["absolute_outside_roots","ambiguous_local_event","dotdot_escape","resolved_outside_roots","unresolvable_location"],"type":"string"},{"type":"null"}]},"failed_operation_counts":{"additionalProperties":false,"properties":{"other_tool":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_list":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_read":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_search":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unclassified":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["repository_read","repository_search","repository_list","other_tool","unclassified"],"type":"object"},"failure_phase":{"enum":["acceptance","artifact","cancelled","cleanup","inference","process_start","protocol","setup","source_revalidation"],"type":"string"},"native_envelope_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"terminal_state":{"oneOf":[{"enum":["cancelled","completed","end","error","failed","interrupted","stop","success"],"type":"string"},{"type":"null"}]},"tool_outcomes":{"additionalProperties":false,"properties":{"failed":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"incomplete":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"success":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unknown":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["success","failed","incomplete","unknown"],"type":"object"}},"required":["failure_phase","adapter_code","terminal_state","tool_outcomes","source_access","native_envelope_sha256","cleanup_confirmed","containment_detail","failed_operation_counts"],"type":"object"}]},"implementation_fingerprint":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"logical_agent":{"maxLength":4096,"type":["string","null"]},"metadata_process_count":{"maximum":3,"minimum":0,"type":"integer"},"model_lineage":{"maxLength":4096,"type":["string","null"]},"model_resolution_method":{"oneOf":[{"enum":["provider_catalog","provider_default"],"type":"string"},{"type":"null"}]},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider_model_calls":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"provider_processes":{"maximum":1,"minimum":0,"type":"integer"},"provider_surface":{"maxLength":4096,"type":["string","null"]},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"selection_failure":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"missing_criteria":{"items":{"enum":["distinct_model_lineage","minimum_effort","supported_target","unoccupied_model_lineage"],"type":"string"},"maxItems":4,"type":"array","uniqueItems":true},"reason":{"enum":["author_lineage_conflict","effort_below_floor","no_unoccupied_route","selection_unavailable","target_model_lineage_occupied","unsupported_target_action"],"type":"string"},"rejections":{"items":{"additionalProperties":false,"properties":{"agent":{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},"reason":{"enum":["action_unready","agent_disabled","agent_excluded","author_lineage_conflict","effort_ineligible","enablement_unknown","inactive","lineage_excluded","occupied_model_lineage","quality_unaccepted","readiness_unknown","resource_capacity_missing","resource_excluded","resource_exhausted","unsupported_target_action"],"type":"string"}},"required":["agent","reason"],"type":"object"},"maxItems":8,"type":"array"},"stage":{"enum":["static_admission","readiness_admission"],"type":"string"}},"required":["stage","reason","missing_criteria","rejections"],"type":"object"}]}},"required":["logical_agent","provider_surface","model_lineage","observed_model","implementation_fingerprint","executable_content_sha256","adapter_wire_sha256","catalog_digest","model_resolution_method","effective_effort","metadata_process_count","provider_processes","provider_model_calls","provider_turns","failure_trace","selection_failure"],"type":"object"},"execution_receipt":{"oneOf":[{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"provider_terminal"},"logical_action":{"const":"architecture.conceptual"},"source_mode":{"const":"conceptual_prompt"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"architecture.conceptual"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"architecture.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"architecture.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.extract"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.intent"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.intent"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.reason"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.extract"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.reason"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"frontend_codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"frontend_review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"governance_verdict"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"governance.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"governance.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"architecture.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"architecture.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.extract"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.intent"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.intent"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.reason"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.extract"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.reason"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"frontend_codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"frontend_review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"governance_verdict"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"governance.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"governance.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"}]},"failure_response":{"additionalProperties":false,"properties":{"diagnostics":{"additionalProperties":false,"properties":{"adapter_wire_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"effective_effort":{"oneOf":[{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},{"type":"null"}]},"executable_content_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"failure_trace":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"adapter_code":{"enum":["adapter_contract_violation","caller_deadline","cleanup_unconfirmed","failed_terminal","incomplete_tool","insufficient_evidence","invalid_final","malformed_envelope","missing_terminal","private_artifact_incomplete","private_workspace_unavailable","protocol_capability_drift","provider_cli_incompatible","provider_error","provider_timeout","source_changed","source_context_too_large","source_deadline","source_head_mismatch","source_invalid","source_io","source_provenance_violation","telemetry_contradiction"],"type":"string"},"cleanup_confirmed":{"type":"boolean"},"containment_detail":{"oneOf":[{"enum":["absolute_outside_roots","ambiguous_local_event","dotdot_escape","resolved_outside_roots","unresolvable_location"],"type":"string"},{"type":"null"}]},"failed_operation_counts":{"additionalProperties":false,"properties":{"other_tool":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_list":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_read":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_search":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unclassified":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["repository_read","repository_search","repository_list","other_tool","unclassified"],"type":"object"},"failure_phase":{"enum":["acceptance","artifact","cancelled","cleanup","inference","process_start","protocol","setup","source_revalidation"],"type":"string"},"native_envelope_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"terminal_state":{"oneOf":[{"enum":["cancelled","completed","end","error","failed","interrupted","stop","success"],"type":"string"},{"type":"null"}]},"tool_outcomes":{"additionalProperties":false,"properties":{"failed":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"incomplete":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"success":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unknown":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["success","failed","incomplete","unknown"],"type":"object"}},"required":["failure_phase","adapter_code","terminal_state","tool_outcomes","source_access","native_envelope_sha256","cleanup_confirmed","containment_detail","failed_operation_counts"],"type":"object"}]},"implementation_fingerprint":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"logical_agent":{"maxLength":4096,"type":["string","null"]},"metadata_process_count":{"maximum":3,"minimum":0,"type":"integer"},"model_lineage":{"maxLength":4096,"type":["string","null"]},"model_resolution_method":{"oneOf":[{"enum":["provider_catalog","provider_default"],"type":"string"},{"type":"null"}]},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider_model_calls":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"provider_processes":{"maximum":1,"minimum":0,"type":"integer"},"provider_surface":{"maxLength":4096,"type":["string","null"]},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"selection_failure":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"missing_criteria":{"items":{"enum":["distinct_model_lineage","minimum_effort","supported_target","unoccupied_model_lineage"],"type":"string"},"maxItems":4,"type":"array","uniqueItems":true},"reason":{"enum":["author_lineage_conflict","effort_below_floor","no_unoccupied_route","selection_unavailable","target_model_lineage_occupied","unsupported_target_action"],"type":"string"},"rejections":{"items":{"additionalProperties":false,"properties":{"agent":{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},"reason":{"enum":["action_unready","agent_disabled","agent_excluded","author_lineage_conflict","effort_ineligible","enablement_unknown","inactive","lineage_excluded","occupied_model_lineage","quality_unaccepted","readiness_unknown","resource_capacity_missing","resource_excluded","resource_exhausted","unsupported_target_action"],"type":"string"}},"required":["agent","reason"],"type":"object"},"maxItems":8,"type":"array"},"stage":{"enum":["static_admission","readiness_admission"],"type":"string"}},"required":["stage","reason","missing_criteria","rejections"],"type":"object"}]}},"required":["logical_agent","provider_surface","model_lineage","observed_model","implementation_fingerprint","executable_content_sha256","adapter_wire_sha256","catalog_digest","model_resolution_method","effective_effort","metadata_process_count","provider_processes","provider_model_calls","provider_turns","failure_trace","selection_failure"],"type":"object"},"error_code":{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},"request_id":{"oneOf":[{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":128},{"type":"null"}]},"status":{"enum":["auth_error","cancelled","capability_error","invalid_request","output_limit","protocol_error","provider_error","quota_error","temporarily_unavailable","timeout","unavailable"],"type":"string"},"wire_contract_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["wire_contract_sha256","request_id","status","error_code","diagnostics"],"type":"object"},"logical_action_effort_floors":{"architecture.conceptual":"maximum","architecture.repository":"maximum","codegen.repository":"standard","context.documents.extract":"minimal","context.documents.intent":"standard","context.documents.reason":"maximum","context.repository.extract":"minimal","context.repository.reason":"maximum","frontend_codegen.repository":"standard","frontend_review.repository":"maximum","governance.repository":"maximum","review.repository":"maximum"},"logical_action_source_modes":{"architecture.conceptual":"conceptual_prompt","architecture.repository":"repository","codegen.repository":"repository","context.documents.extract":"documents","context.documents.intent":"documents","context.documents.reason":"documents","context.repository.extract":"repository","context.repository.reason":"repository","frontend_codegen.repository":"repository","frontend_review.repository":"repository","governance.repository":"repository","review.repository":"repository"},"logical_action_targets":{"architecture.conceptual":["grok"],"architecture.repository":["alibaba","codex","deepseek","grok","moonshot","zhipu"],"codegen.repository":["alibaba","codex","deepseek","grok","moonshot","zhipu"],"context.documents.extract":["alibaba","deepseek","gemini","grok","moonshot","zhipu"],"context.documents.intent":["claude","gemini","grok"],"context.documents.reason":["alibaba","deepseek","gemini","grok","moonshot","zhipu"],"context.repository.extract":["alibaba","deepseek","gemini","grok","moonshot","zhipu"],"context.repository.reason":["alibaba","deepseek","gemini","grok","moonshot","zhipu"],"frontend_codegen.repository":["alibaba","codex","grok","moonshot","zhipu"],"frontend_review.repository":["alibaba","codex","gemini","grok","moonshot","zhipu"],"governance.repository":["alibaba","codex","deepseek","gemini","grok","moonshot","zhipu"],"review.repository":["alibaba","codex","deepseek","gemini","grok","moonshot","zhipu"]},"logical_action_timeout_modes":{"architecture.conceptual":"total_deadline","architecture.repository":"admitted_progress_inactivity","codegen.repository":"admitted_progress_inactivity","context.documents.extract":"total_deadline","context.documents.intent":"total_deadline","context.documents.reason":"total_deadline","context.repository.extract":"total_deadline","context.repository.reason":"total_deadline","frontend_codegen.repository":"admitted_progress_inactivity","frontend_review.repository":"admitted_progress_inactivity","governance.repository":"admitted_progress_inactivity","review.repository":"admitted_progress_inactivity"},"logical_actions":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"logical_agents":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"model_lineages":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"routing_source_sha256":"fc13ea273f709ba5d1093c99d9cb25f51a35eb9172c37c3ec8db4daebecd2893","runtime_protocol_version":4,"schema_version":10,"semantic_request":{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_anchors":{"items":{"additionalProperties":false,"properties":{"id":{"pattern":"^[A-Za-z0-9._:-]{1,128}$","type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255}},"required":["id","path"],"type":"object"},"maxItems":16,"type":"array"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"prompt":{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":1048576},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"request_id":{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":128},"source":{"oneOf":[{"additionalProperties":false,"properties":{"expected_repo_head":{"pattern":"^(?=[0-9a-f]*[1-9a-f])(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"mode":{"const":"repository"},"repo_root":{"minLength":1,"type":"string"},"review_diff":{"additionalProperties":false,"properties":{"byte_length":{"maximum":67108864,"minimum":1,"type":"integer"},"expected_base":{"pattern":"^(?=[0-9a-f]*[1-9a-f])(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"expected_head":{"pattern":"^(?=[0-9a-f]*[1-9a-f])(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"location":{"const":"agent-collab-review.diff"},"sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["expected_base","expected_head","byte_length","sha256","location"],"type":"object"}},"required":["mode","repo_root","expected_repo_head"],"type":"object"},{"additionalProperties":false,"properties":{"documents":{"items":{"additionalProperties":false,"properties":{"content":{"pattern":"^[^\\u0000-\\u0008\\u000b\\u000c\\u000e-\\u001f\\u007f]*$","type":"string","x-maxUtf8Bytes":33554432},"label":{"minLength":1,"pattern":"^[^\\u0000-\\u001f\\u007f]+$","type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255}},"required":["label","content"],"type":"object"},"maxItems":64,"minItems":1,"type":"array","x-maxTotalContentUtf8Bytes":33554432,"x-maxTotalLabelUtf8Bytes":32768},"mode":{"const":"documents"}},"required":["mode","documents"],"type":"object"},{"additionalProperties":false,"properties":{"mode":{"const":"conceptual_prompt"}},"required":["mode"],"type":"object"}]},"target_agent":{"oneOf":[{"not":{"enum":["native_cli","opencode_go"]},"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},{"type":"null"}]},"timeout_ms":{"maximum":86400000,"minimum":1,"type":"integer"},"wire_contract_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["wire_contract_sha256","request_id","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","evidence_anchors","timeout_ms","prompt","source"],"type":"object"},"success_response":{"additionalProperties":false,"properties":{"diagnostics":{"additionalProperties":false,"properties":{"adapter_wire_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"effective_effort":{"oneOf":[{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},{"type":"null"}]},"executable_content_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"failure_trace":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"adapter_code":{"enum":["adapter_contract_violation","caller_deadline","cleanup_unconfirmed","failed_terminal","incomplete_tool","insufficient_evidence","invalid_final","malformed_envelope","missing_terminal","private_artifact_incomplete","private_workspace_unavailable","protocol_capability_drift","provider_cli_incompatible","provider_error","provider_timeout","source_changed","source_context_too_large","source_deadline","source_head_mismatch","source_invalid","source_io","source_provenance_violation","telemetry_contradiction"],"type":"string"},"cleanup_confirmed":{"type":"boolean"},"containment_detail":{"oneOf":[{"enum":["absolute_outside_roots","ambiguous_local_event","dotdot_escape","resolved_outside_roots","unresolvable_location"],"type":"string"},{"type":"null"}]},"failed_operation_counts":{"additionalProperties":false,"properties":{"other_tool":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_list":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_read":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"repository_search":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unclassified":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["repository_read","repository_search","repository_list","other_tool","unclassified"],"type":"object"},"failure_phase":{"enum":["acceptance","artifact","cancelled","cleanup","inference","process_start","protocol","setup","source_revalidation"],"type":"string"},"native_envelope_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"terminal_state":{"oneOf":[{"enum":["cancelled","completed","end","error","failed","interrupted","stop","success"],"type":"string"},{"type":"null"}]},"tool_outcomes":{"additionalProperties":false,"properties":{"failed":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"incomplete":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"success":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unknown":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["success","failed","incomplete","unknown"],"type":"object"}},"required":["failure_phase","adapter_code","terminal_state","tool_outcomes","source_access","native_envelope_sha256","cleanup_confirmed","containment_detail","failed_operation_counts"],"type":"object"}]},"implementation_fingerprint":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"logical_agent":{"maxLength":4096,"type":["string","null"]},"metadata_process_count":{"maximum":3,"minimum":0,"type":"integer"},"model_lineage":{"maxLength":4096,"type":["string","null"]},"model_resolution_method":{"oneOf":[{"enum":["provider_catalog","provider_default"],"type":"string"},{"type":"null"}]},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider_model_calls":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"provider_processes":{"maximum":1,"minimum":0,"type":"integer"},"provider_surface":{"maxLength":4096,"type":["string","null"]},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"selection_failure":{"oneOf":[{"type":"null"},{"additionalProperties":false,"properties":{"missing_criteria":{"items":{"enum":["distinct_model_lineage","minimum_effort","supported_target","unoccupied_model_lineage"],"type":"string"},"maxItems":4,"type":"array","uniqueItems":true},"reason":{"enum":["author_lineage_conflict","effort_below_floor","no_unoccupied_route","selection_unavailable","target_model_lineage_occupied","unsupported_target_action"],"type":"string"},"rejections":{"items":{"additionalProperties":false,"properties":{"agent":{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},"reason":{"enum":["action_unready","agent_disabled","agent_excluded","author_lineage_conflict","effort_ineligible","enablement_unknown","inactive","lineage_excluded","occupied_model_lineage","quality_unaccepted","readiness_unknown","resource_capacity_missing","resource_excluded","resource_exhausted","unsupported_target_action"],"type":"string"}},"required":["agent","reason"],"type":"object"},"maxItems":8,"type":"array"},"stage":{"enum":["static_admission","readiness_admission"],"type":"string"}},"required":["stage","reason","missing_criteria","rejections"],"type":"object"}]}},"required":["logical_agent","provider_surface","model_lineage","observed_model","implementation_fingerprint","executable_content_sha256","adapter_wire_sha256","catalog_digest","model_resolution_method","effective_effort","metadata_process_count","provider_processes","provider_model_calls","provider_turns","failure_trace","selection_failure"],"type":"object"},"execution_receipt":{"oneOf":[{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"provider_terminal"},"logical_action":{"const":"architecture.conceptual"},"source_mode":{"const":"conceptual_prompt"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"architecture.conceptual"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"architecture.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"architecture.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.extract"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.intent"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.intent"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.reason"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.extract"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.reason"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"frontend_codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"frontend_review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"governance_verdict"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"governance.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"governance.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":0},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":1,"prefixItems":[{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"architecture.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"architecture.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.extract"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.intent"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.intent"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"const":null},"repo_head":{"const":null},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"all_document_reads"},"logical_action":{"const":"context.documents.reason"},"source_mode":{"const":"documents"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.documents.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.extract"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.extract"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"context_text"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"context.repository.reason"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"context.repository.reason"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"private_patch"},"evidence_contract":{"const":"private_patch"},"logical_action":{"const":"frontend_codegen.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_codegen.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"frontend_review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"frontend_review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"governance_verdict"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"governance.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"governance.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"},{"additionalProperties":false,"properties":{"artifact_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"attempt":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"failure_phase":{"const":"none"},"inference_started":{"const":true},"model_calls":{"oneOf":[{"maximum":9223372036854775807,"minimum":1,"type":"integer"},{"type":"null"}]},"outcome":{"const":"succeeded"},"process_attempts":{"const":1},"provider_invocations":{"const":1},"provider_turns":{"maximum":9223372036854775807,"minimum":0,"type":["integer","null"]},"schema_version":{"const":2},"source_access":{"additionalProperties":false,"properties":{"ambiguous_local_events":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"authorized_local_classes":{"items":{"enum":["repository_control","runtime_diagnostic"],"type":"string"},"maxItems":2,"type":"array","uniqueItems":true},"authorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"denied_local_attempts":{"maximum":9223372036854775807,"minimum":0,"type":"integer"},"unauthorized_local_successes":{"maximum":9223372036854775807,"minimum":0,"type":"integer"}},"required":["authorized_local_successes","denied_local_attempts","unauthorized_local_successes","ambiguous_local_events","authorized_local_classes"],"type":"object"},"zero_call_proof":{"const":"none"}},"required":["schema_version","outcome","process_attempts","provider_invocations","inference_started","model_calls","provider_turns","failure_phase","cleanup_confirmed","zero_call_proof","source_access"],"type":"object"},"evidence_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"executed_edge_ordinal":{"const":1},"governance_verdict":{"const":null},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"request_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"schema_version":{"const":1},"selection":{"allOf":[{"additionalProperties":false,"properties":{"author_lineage":{"oneOf":[{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},{"type":"null"}]},"edges":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"artifact":{"enum":["context_text","governance_verdict","private_patch","review_findings"],"type":"string"},"authority":{"enum":["output_only","read_only"],"type":"string"},"capability":{"enum":["architecture","codegen","context","frontend_codegen","frontend_review","governance","review"],"type":"string"},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"effective_effort":{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"evidence_contract":{"enum":["all_document_reads","private_patch","provider_terminal","repository_reads"],"type":"string"},"family_independence":{"enum":["distinct_from_author","none"],"type":"string"},"family_priority":{"minimum":0,"type":"integer"},"implementation_fingerprint":{"pattern":"^[0-9a-f]{64}$","type":"string"},"intent":{"enum":["extract","none","reason","verify"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution":{"enum":["newest_compatible_lineage","provider_current"],"type":"string"},"model_resolution_method":{"enum":["provider_catalog","provider_default"],"type":"string"},"mutation":{"enum":["none","private_repository"],"type":"string"},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider":{"enum":["agy","claude_cli","codex_cli","grok_cli","opencode_go"],"type":"string"},"provider_action":{"enum":["claude/context.documents","codex/advisory.repository","codex/codegen.repository","codex/governance.repository","gemini/advisory.repository","gemini/context.documents","gemini/context.repository","gemini/governance.repository","grok/architecture.conceptual","grok/architecture.repository","grok/codegen.repository","grok/context.documents","grok/context.repository","grok/governance.repository","opencode/build.repository","opencode/context.documents","opencode/context.repository","opencode/governance.repository","opencode/plan.repository"],"type":"string"},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"quality_floor":{"enum":["accepted","approved_authority","shadow_only"],"type":"string"},"resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"resource_kind":{"enum":["transport_quota"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"},"timeout_mode":{"enum":["admitted_progress_inactivity","total_deadline"],"type":"string"},"transport_action":{"enum":[["claude","context"],["codex","advisory"],["codex","codegen"],["codex","governance"],["gemini","advisory"],["gemini","context"],["gemini","governance"],["grok","architecture"],["grok","codegen"],["grok","context"],["grok","governance"],["opencode","build"],["opencode","context"],["opencode","governance"],["opencode","plan"]],"type":"array"}},"required":["edge_sha256","logical_action","capability","source_mode","intent","authority","artifact","mutation","evidence_contract","family_independence","timeout_mode","agent","provider","provider_surface","provider_action","transport_action","model_lineage","model_resolution","resource","resource_kind","effort_class","activation","quality_floor","family_priority","implementation_fingerprint","observed_model","catalog_digest","model_resolution_method","effective_effort"],"type":"object"},"maxItems":2,"minItems":1,"type":"array"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"occupied_model_lineages":{"items":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"maxItems":16,"type":"array","uniqueItems":true},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"routing_schema_version":{"const":4},"routing_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"selection_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"},"target_agent":{"oneOf":[{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},{"type":"null"}]}},"required":["routing_schema_version","routing_sha256","selection_sha256","logical_action","quality_profile","effort_class","target_agent","author_lineage","occupied_model_lineages","edges"],"type":"object"},{"properties":{"edges":{"minItems":2,"prefixItems":[{},{"properties":{"artifact":{"const":"review_findings"},"evidence_contract":{"const":"repository_reads"},"logical_action":{"const":"review.repository"},"source_mode":{"const":"repository"}},"required":["logical_action","source_mode","artifact","evidence_contract"],"type":"object"}],"type":"array"},"logical_action":{"const":"review.repository"}},"type":"object"}]},"source_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["schema_version","selection","executed_edge_ordinal","request_sha256","source_sha256","attempt","artifact_sha256","evidence_sha256","repo_head","repo_dirty","governance_verdict"],"type":"object"}]},"request_id":{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":128},"result":{"oneOf":[{"additionalProperties":false,"properties":{"artifact":{"additionalProperties":false,"properties":{"text":{"minLength":1,"type":"string","x-maxUtf8Bytes":3145728}},"required":["text"],"type":"object"},"artifact_type":{"const":"context_text"},"evidence":{"additionalProperties":false,"properties":{"evidence_contract":{"const":"provider_terminal"},"provider_terminal":{"const":true},"source_mode":{"const":"conceptual_prompt"}},"required":["evidence_contract","source_mode","provider_terminal"],"type":"object"},"executed_edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["executed_edge_sha256","artifact_type","artifact","evidence"],"type":"object"},{"additionalProperties":false,"properties":{"artifact":{"additionalProperties":false,"properties":{"text":{"minLength":1,"type":"string","x-maxUtf8Bytes":3145728}},"required":["text"],"type":"object"},"artifact_type":{"const":"context_text"},"evidence":{"additionalProperties":false,"properties":{"documents":{"items":{"additionalProperties":false,"properties":{"bytes":{"maximum":33554432,"minimum":0,"type":"integer"},"label":{"minLength":1,"pattern":"^[^\\u0000-\\u001f\\u007f]+$","type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"read_confirmed":{"const":true},"sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["label","sha256","bytes","read_confirmed"],"type":"object"},"maxItems":64,"minItems":1,"type":"array","x-maxTotalDeclaredBytes":33554432,"x-maxTotalLabelUtf8Bytes":32768},"evidence_contract":{"const":"all_document_reads"},"source_mode":{"const":"documents"}},"required":["evidence_contract","source_mode","documents"],"type":"object"},"executed_edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["executed_edge_sha256","artifact_type","artifact","evidence"],"type":"object"},{"additionalProperties":false,"properties":{"artifact":{"additionalProperties":false,"properties":{"text":{"minLength":1,"type":"string","x-maxUtf8Bytes":3145728}},"required":["text"],"type":"object"},"artifact_type":{"const":"context_text"},"evidence":{"additionalProperties":false,"properties":{"caller_unchanged":{"const":true},"cleanup_confirmed":{"const":true},"evidence_contract":{"const":"repository_reads"},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"maxItems":4096,"minItems":1,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"repository_evidence":{"items":{"additionalProperties":false,"properties":{"kind":{"enum":["read","search","list","grep","glob","deleted_patch"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"success":{"const":true}},"required":["kind","path","success"],"type":"object"},"maxItems":4096,"minItems":1,"type":"array","uniqueItems":true,"x-maxTotalPathUtf8Bytes":2097152,"x-uniqueSuccessfulPaths":true},"source_mode":{"const":"repository"}},"required":["evidence_contract","source_mode","repo_head","repo_dirty","inspected_paths","repository_evidence","caller_unchanged","cleanup_confirmed"],"type":"object","x-inspectedPathsEqualSuccessfulEvidence":true},"executed_edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["executed_edge_sha256","artifact_type","artifact","evidence"],"type":"object"},{"additionalProperties":false,"properties":{"artifact":{"additionalProperties":false,"properties":{"evidence_anchor_adjudications":{"items":{"additionalProperties":false,"properties":{"id":{"pattern":"^[A-Za-z0-9._:-]{1,128}$","type":"string"},"outcome":{"enum":["finding_recorded"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255}},"required":["id","path","outcome"],"type":"object"},"maxItems":16,"type":"array"},"findings":{"items":{"additionalProperties":false,"properties":{"line":{"minimum":1,"type":["integer","null"]},"message":{"minLength":1,"type":"string","x-maxUtf8Bytes":65536},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"severity":{"minLength":1,"type":"string","x-maxUtf8Bytes":128}},"required":["path","severity","message","line"],"type":"object"},"maxItems":256,"type":"array","x-maxTotalFindingUtf8Bytes":2097152},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096},"maxItems":4096,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"summary":{"minLength":1,"type":"string","x-maxUtf8Bytes":262144},"verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"}},"required":["verdict","summary","findings","inspected_paths","evidence_anchor_adjudications"],"type":"object"},"artifact_type":{"const":"governance_verdict"},"evidence":{"additionalProperties":false,"properties":{"caller_unchanged":{"const":true},"cleanup_confirmed":{"const":true},"evidence_contract":{"const":"repository_reads"},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"maxItems":4096,"minItems":0,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"repository_evidence":{"items":{"additionalProperties":false,"properties":{"kind":{"enum":["read","search","list","grep","glob","deleted_patch"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"success":{"const":true}},"required":["kind","path","success"],"type":"object"},"maxItems":4096,"minItems":0,"type":"array","uniqueItems":true,"x-maxTotalPathUtf8Bytes":2097152,"x-uniqueSuccessfulPaths":true},"source_mode":{"const":"repository"}},"required":["evidence_contract","source_mode","repo_head","repo_dirty","inspected_paths","repository_evidence","caller_unchanged","cleanup_confirmed"],"type":"object","x-inspectedPathsEqualSuccessfulEvidence":true},"executed_edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["executed_edge_sha256","artifact_type","artifact","evidence"],"type":"object"},{"additionalProperties":false,"properties":{"artifact":{"additionalProperties":false,"properties":{"cleanup_confirmed":{"const":true},"patch":{"additionalProperties":false,"properties":{"bytes":{"maximum":2097152,"minimum":1,"type":"integer"},"content":{"maxLength":2796204,"type":"string"},"encoding":{"const":"base64"},"sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["encoding","content","bytes","sha256"],"type":"object"},"source_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"summary":{"minLength":1,"type":"string","x-maxUtf8Bytes":262144},"tests":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":65536},"maxItems":128,"type":"array","x-maxTotalUtf8Bytes":2097152}},"required":["summary","tests","source_head","patch","cleanup_confirmed"],"type":"object"},"artifact_type":{"const":"private_patch"},"evidence":{"additionalProperties":false,"properties":{"caller_unchanged":{"const":true},"cleanup_confirmed":{"const":true},"evidence_contract":{"const":"private_patch"},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"maxItems":4096,"minItems":1,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"repository_evidence":{"items":{"additionalProperties":false,"properties":{"kind":{"enum":["read","search","list","grep","glob","deleted_patch"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"success":{"const":true}},"required":["kind","path","success"],"type":"object"},"maxItems":4096,"minItems":1,"type":"array","uniqueItems":true,"x-maxTotalPathUtf8Bytes":2097152,"x-uniqueSuccessfulPaths":true},"source_mode":{"const":"repository"}},"required":["evidence_contract","source_mode","repo_head","repo_dirty","inspected_paths","repository_evidence","caller_unchanged","cleanup_confirmed"],"type":"object","x-inspectedPathsEqualSuccessfulEvidence":true},"executed_edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["executed_edge_sha256","artifact_type","artifact","evidence"],"type":"object"},{"additionalProperties":false,"properties":{"artifact":{"additionalProperties":false,"properties":{"evidence_anchor_adjudications":{"items":{"additionalProperties":false,"properties":{"id":{"pattern":"^[A-Za-z0-9._:-]{1,128}$","type":"string"},"outcome":{"enum":["finding_recorded"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255}},"required":["id","path","outcome"],"type":"object"},"maxItems":16,"type":"array"},"findings":{"items":{"additionalProperties":false,"properties":{"line":{"minimum":1,"type":["integer","null"]},"message":{"minLength":1,"type":"string","x-maxUtf8Bytes":65536},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"severity":{"minLength":1,"type":"string","x-maxUtf8Bytes":128}},"required":["path","severity","message","line"],"type":"object"},"maxItems":256,"type":"array","x-maxTotalFindingUtf8Bytes":2097152},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"maxItems":4096,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"summary":{"minLength":1,"type":"string","x-maxUtf8Bytes":262144},"verdict":{"enum":["APPROVE","REQUEST_CHANGES","NEEDS_DISCUSSION"],"type":"string"}},"required":["verdict","summary","findings","inspected_paths","evidence_anchor_adjudications"],"type":"object"},"artifact_type":{"const":"review_findings"},"evidence":{"additionalProperties":false,"properties":{"caller_unchanged":{"const":true},"cleanup_confirmed":{"const":true},"evidence_contract":{"const":"repository_reads"},"inspected_paths":{"items":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"maxItems":4096,"minItems":0,"type":"array","uniqueItems":true,"x-maxTotalUtf8Bytes":2097152},"repo_dirty":{"type":"boolean"},"repo_head":{"pattern":"^(?:[0-9a-f]{40}|[0-9a-f]{64})$","type":"string"},"repository_evidence":{"items":{"additionalProperties":false,"properties":{"kind":{"enum":["read","search","list","grep","glob","deleted_patch"],"type":"string"},"path":{"minLength":1,"type":"string","x-maxUtf8Bytes":4096,"x-maxUtf8ComponentBytes":255},"success":{"const":true}},"required":["kind","path","success"],"type":"object"},"maxItems":4096,"minItems":0,"type":"array","uniqueItems":true,"x-maxTotalPathUtf8Bytes":2097152,"x-uniqueSuccessfulPaths":true},"source_mode":{"const":"repository"}},"required":["evidence_contract","source_mode","repo_head","repo_dirty","inspected_paths","repository_evidence","caller_unchanged","cleanup_confirmed"],"type":"object","x-inspectedPathsEqualSuccessfulEvidence":true},"executed_edge_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["executed_edge_sha256","artifact_type","artifact","evidence"],"type":"object"}]},"status":{"const":"ok"},"wire_contract_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["wire_contract_sha256","request_id","status","result","execution_receipt","diagnostics"],"type":"object","x-maxCanonicalUtf8Bytes":4194304},"valid_action_source_pairs":[["claude","context","documents"],["codex","advisory","repository"],["codex","codegen","repository"],["codex","governance","repository"],["gemini","advisory","repository"],["gemini","context","documents"],["gemini","context","repository"],["gemini","governance","repository"],["grok","architecture","conceptual_prompt"],["grok","architecture","repository"],["grok","codegen","repository"],["grok","context","documents"],["grok","context","repository"],["grok","governance","repository"],["opencode","build","repository"],["opencode","context","documents"],["opencode","context","repository"],["opencode","governance","repository"],["opencode","plan","repository"]],"zero_inference_readiness":{"request":{"additionalProperties":false,"properties":{"author_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"operation":{"const":"readiness"},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"request_id":{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":128},"timeout_ms":{"maximum":600000,"minimum":1,"type":"integer"},"wire_contract_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["operation","wire_contract_sha256","request_id","author_lineage","quality_profile","effort_class","timeout_ms"],"type":"object"},"response":{"additionalProperties":false,"properties":{"author_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"effort_class":{"enum":["maximum","minimal","standard"],"type":"string"},"quality_profile":{"enum":["economical","frontier","standard"],"type":"string"},"request_id":{"minLength":1,"pattern":"^[^\\u0000]+$","type":"string","x-maxUtf8Bytes":128},"result":{"additionalProperties":false,"properties":{"actions":{"items":{"additionalProperties":false,"properties":{"candidates":{"items":{"additionalProperties":false,"properties":{"activation":{"enum":["active","shadow"],"type":"string"},"adapter_wire_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"capability_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"catalog_digest":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"cleanup_confirmed":{"type":"boolean"},"compatibility_profile":{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":["string","null"]},"diagnostic_code":{"oneOf":[{"pattern":"^[a-z][a-z0-9_]{0,127}$","type":"string"},{"type":"null"}]},"effective_effort":{"oneOf":[{"enum":["maximum","minimal","provider_default","standard"],"type":"string"},{"type":"null"}]},"executable_content_sha256":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"implementation_fingerprint":{"oneOf":[{"pattern":"^[0-9a-f]{64}$","type":"string"},{"type":"null"}]},"logical_agent":{"enum":["alibaba","claude","codex","deepseek","gemini","grok","moonshot","zhipu"],"type":"string"},"metadata_process_count":{"maximum":3,"minimum":0,"type":"integer"},"metadata_zero_model_calls_proven":{"type":"boolean"},"model_lineage":{"enum":["alibaba","anthropic","deepseek","google","moonshot","openai","xai","zhipu"],"type":"string"},"model_resolution_method":{"oneOf":[{"enum":["provider_catalog","provider_default"],"type":"string"},{"type":"null"}]},"observed_model":{"maxLength":4096,"type":["string","null"]},"provider_surface":{"enum":["native_cli","opencode_go"],"type":"string"},"shared_resource":{"enum":["agy_pool","claude_cli_pool","codex_cli_pool","grok_cli_pool","opencode_go_pool"],"type":"string"},"status":{"enum":["ready","invalid_request","unavailable","auth_error","output_limit","provider_error","timeout","cancelled","temporarily_unavailable"],"type":"string"}},"required":["logical_agent","provider_surface","model_lineage","shared_resource","activation","status","implementation_fingerprint","executable_content_sha256","adapter_wire_sha256","observed_model","catalog_digest","metadata_process_count","diagnostic_code","model_resolution_method","effective_effort","compatibility_profile","capability_digest","metadata_zero_model_calls_proven","cleanup_confirmed"],"type":"object"},"maxItems":8,"minItems":0,"type":"array"},"logical_action":{"enum":["architecture.conceptual","architecture.repository","codegen.repository","context.documents.extract","context.documents.intent","context.documents.reason","context.repository.extract","context.repository.reason","frontend_codegen.repository","frontend_review.repository","governance.repository","review.repository"],"type":"string"},"source_mode":{"enum":["conceptual_prompt","documents","repository"],"type":"string"}},"required":["logical_action","source_mode","candidates"],"type":"object"},"maxItems":12,"minItems":12,"type":"array"}},"required":["actions"],"type":"object"},"status":{"const":"ok"},"wire_contract_sha256":{"pattern":"^[0-9a-f]{64}$","type":"string"}},"required":["wire_contract_sha256","request_id","author_lineage","status","quality_profile","effort_class","result"],"type":"object","x-maxCanonicalUtf8Bytes":4194304}}},"wire_contract_sha256":"05aaa8a128f69502bb8bd4a38a5eda0716268ac95524e41cc07ba091b8162be8"} diff --git a/plugins/agent-collab/runtime-manifest.schema.json b/plugins/agent-collab/runtime-manifest.schema.json index c3a54b0..d79beda 100644 --- a/plugins/agent-collab/runtime-manifest.schema.json +++ b/plugins/agent-collab/runtime-manifest.schema.json @@ -18,7 +18,7 @@ "protocol_version": {"const": 4}, "contract_version": {"const": 4}, "wire_contract_sha256": { - "const": "9ec0c1d0c943a9ba9025dbb554847abea45d5c2dcac893a69ac09539d265a85f" + "const": "05aaa8a128f69502bb8bd4a38a5eda0716268ac95524e41cc07ba091b8162be8" }, "wire_contract": { "type": "object", @@ -33,6 +33,7 @@ "logical_action_effort_floors", "logical_action_source_modes", "logical_action_targets", + "logical_action_timeout_modes", "logical_actions", "logical_agents", "model_lineages", @@ -45,7 +46,7 @@ "zero_inference_readiness" ], "properties": { - "schema_version": {"const": 8}, + "schema_version": {"const": 10}, "runtime_protocol_version": {"const": 4}, "routing_source_sha256": { "type": "string", @@ -176,6 +177,38 @@ "review.repository": {"const": "maximum"} } }, + "logical_action_timeout_modes": { + "type": "object", + "additionalProperties": false, + "required": [ + "architecture.conceptual", + "architecture.repository", + "codegen.repository", + "context.documents.extract", + "context.documents.intent", + "context.documents.reason", + "context.repository.extract", + "context.repository.reason", + "frontend_codegen.repository", + "frontend_review.repository", + "governance.repository", + "review.repository" + ], + "properties": { + "architecture.conceptual": {"const": "total_deadline"}, + "architecture.repository": {"const": "admitted_progress_inactivity"}, + "codegen.repository": {"const": "admitted_progress_inactivity"}, + "context.documents.extract": {"const": "total_deadline"}, + "context.documents.intent": {"const": "total_deadline"}, + "context.documents.reason": {"const": "total_deadline"}, + "context.repository.extract": {"const": "total_deadline"}, + "context.repository.reason": {"const": "total_deadline"}, + "frontend_codegen.repository": {"const": "admitted_progress_inactivity"}, + "frontend_review.repository": {"const": "admitted_progress_inactivity"}, + "governance.repository": {"const": "admitted_progress_inactivity"}, + "review.repository": {"const": "admitted_progress_inactivity"} + } + }, "logical_action_source_modes": { "type": "object", "additionalProperties": false, @@ -346,8 +379,8 @@ "entrypoint": {"const": "agent-collab-runtime"}, "size": {"type": "integer", "minimum": 1, "maximum": 67108864}, "sha256": {"type": "string", "pattern": "^[0-9a-f]{64}$"}, - "provider_runtime_version": {"const": "5.0.0"}, - "wire_contract_sha256": {"const": "9ec0c1d0c943a9ba9025dbb554847abea45d5c2dcac893a69ac09539d265a85f"}, + "provider_runtime_version": {"const": "5.0.3"}, + "wire_contract_sha256": {"const": "05aaa8a128f69502bb8bd4a38a5eda0716268ac95524e41cc07ba091b8162be8"}, "files": { "type": "array", "minItems": 1, diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_blake2.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_blake2.so index 5415230..837a92e 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_blake2.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_blake2.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_bz2.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_bz2.so index b3c640c..d05008a 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_bz2.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_bz2.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_cn.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_cn.so index b397727..fcd1252 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_cn.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_cn.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_hk.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_hk.so index 59f8a9d..18a1c03 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_hk.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_hk.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_iso2022.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_iso2022.so index 48a038c..8d6cbdf 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_iso2022.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_iso2022.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_jp.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_jp.so index 204cd99..3c862fd 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_jp.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_jp.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_kr.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_kr.so index 5e8bb5b..85e8f1b 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_kr.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_kr.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_tw.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_tw.so index 9c89274..5f6893b 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_tw.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_codecs_tw.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_contextvars.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_contextvars.so index efbcc9f..d860bb3 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_contextvars.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_contextvars.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_ctypes.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_ctypes.so index 550c3eb..42af81a 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_ctypes.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_ctypes.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_datetime.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_datetime.so index 9e64d2c..c87263b 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_datetime.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_datetime.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_decimal.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_decimal.so index 81855e3..3d5fc78 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_decimal.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_decimal.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_heapq.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_heapq.so index 55c578c..314f8b5 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_heapq.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_heapq.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_lzma.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_lzma.so index 4b17f99..4460640 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_lzma.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_lzma.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_md5.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_md5.so index 78f35e1..ae05b95 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_md5.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_md5.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_multibytecodec.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_multibytecodec.so index f8d7ac5..ce87640 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_multibytecodec.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_multibytecodec.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_opcode.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_opcode.so index e1060f0..963a680 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_opcode.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_opcode.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_pickle.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_pickle.so index 1ad8f14..7ff913c 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_pickle.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_pickle.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_posixsubprocess.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_posixsubprocess.so index d2820ad..24cbfee 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_posixsubprocess.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_posixsubprocess.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_random.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_random.so index bd48c5c..a099f2b 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_random.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_random.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_sha1.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_sha1.so index df3e158..d2fd34f 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_sha1.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_sha1.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_sha2.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_sha2.so index f0ef760..7b82504 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_sha2.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_sha2.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_sha3.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_sha3.so index c35bd17..84ad08c 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_sha3.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_sha3.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_socket.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_socket.so index a55c8b0..ce49820 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_socket.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_socket.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_statistics.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_statistics.so index 014e9ed..194f949 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_statistics.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_statistics.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_struct.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_struct.so index 82ae3bb..c64e2f4 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_struct.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/_struct.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/agent-collab-runtime b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/agent-collab-runtime index 4b562a5..b8a767d 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/agent-collab-runtime and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/agent-collab-runtime differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/array.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/array.so index c45e8af..24c46d3 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/array.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/array.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/binascii.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/binascii.so index 55a7291..3ae13eb 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/binascii.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/binascii.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/fcntl.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/fcntl.so index b924723..a88edd4 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/fcntl.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/fcntl.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/grp.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/grp.so index 6c6bfb0..30fec1d 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/grp.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/grp.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/libpython3.13.dylib b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/libpython3.13.dylib index d99f660..b4ede19 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/libpython3.13.dylib and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/libpython3.13.dylib differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/math.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/math.so index 4147d43..cd5a891 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/math.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/math.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/pyexpat.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/pyexpat.so index a543d65..165bb8a 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/pyexpat.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/pyexpat.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/select.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/select.so index 334f948..af7de90 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/select.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/select.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/termios.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/termios.so index 81363d6..a646c39 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/termios.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/termios.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/unicodedata.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/unicodedata.so index 6212cbb..0f1c39e 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/unicodedata.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/unicodedata.so differ diff --git a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/zlib.so b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/zlib.so index 923d53c..634b4a7 100755 Binary files a/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/zlib.so and b/plugins/agent-collab/runtime/darwin-arm64/agent-collab-runtime.bundle/zlib.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_blake2.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_blake2.so index 31320b9..470b67b 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_blake2.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_blake2.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_bz2.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_bz2.so index 255a9f3..964b363 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_bz2.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_bz2.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_cn.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_cn.so index e065f62..487538e 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_cn.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_cn.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_hk.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_hk.so index 00b5b57..1d3e3db 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_hk.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_hk.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_iso2022.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_iso2022.so index 7c92438..6963b60 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_iso2022.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_iso2022.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_jp.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_jp.so index a54236a..8ba926b 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_jp.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_jp.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_kr.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_kr.so index 79f1524..3776b12 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_kr.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_kr.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_tw.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_tw.so index 3cefd81..5d7f658 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_tw.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_codecs_tw.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_contextvars.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_contextvars.so index 1d21860..ed8ec74 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_contextvars.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_contextvars.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_ctypes.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_ctypes.so index f9675dd..65085cc 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_ctypes.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_ctypes.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_datetime.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_datetime.so index 184666c..eae861d 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_datetime.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_datetime.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_decimal.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_decimal.so index 11dae3a..0c1efd3 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_decimal.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_decimal.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_heapq.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_heapq.so index 4989acb..9b4cff4 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_heapq.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_heapq.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_lzma.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_lzma.so index 3e8f311..0358744 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_lzma.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_lzma.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_md5.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_md5.so index 4d71e0e..da5c1e6 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_md5.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_md5.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_multibytecodec.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_multibytecodec.so index a5198a2..7b56db8 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_multibytecodec.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_multibytecodec.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_opcode.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_opcode.so index 437b1cb..9470eda 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_opcode.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_opcode.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_pickle.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_pickle.so index 046cb1c..86bf8bd 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_pickle.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_pickle.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_posixsubprocess.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_posixsubprocess.so index ed6c9d5..85a42aa 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_posixsubprocess.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_posixsubprocess.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_random.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_random.so index 5ab73e3..efbae9e 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_random.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_random.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_sha1.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_sha1.so index f0671a9..d682dce 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_sha1.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_sha1.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_sha2.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_sha2.so index daf0beb..77e1d47 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_sha2.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_sha2.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_sha3.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_sha3.so index 8f9e961..58c49ec 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_sha3.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_sha3.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_socket.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_socket.so index d4cd68d..2c129b5 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_socket.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_socket.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_statistics.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_statistics.so index 6a2dfbc..4b6e941 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_statistics.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_statistics.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_struct.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_struct.so index f08ce8f..9d4fb9f 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_struct.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/_struct.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/agent-collab-runtime b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/agent-collab-runtime index 0e1f39d..3291c5e 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/agent-collab-runtime and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/agent-collab-runtime differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/array.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/array.so index 0d21d47..1be07bc 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/array.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/array.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/binascii.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/binascii.so index ad2b657..9cf79b0 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/binascii.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/binascii.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/fcntl.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/fcntl.so index 1089a9c..ee3a563 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/fcntl.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/fcntl.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/grp.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/grp.so index 26bb2b8..566cdd0 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/grp.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/grp.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/libpython3.13.dylib b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/libpython3.13.dylib index d0124f7..b6c5716 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/libpython3.13.dylib and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/libpython3.13.dylib differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/math.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/math.so index ef61c44..04ec344 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/math.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/math.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/pyexpat.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/pyexpat.so index 07e8066..bf602ce 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/pyexpat.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/pyexpat.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/select.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/select.so index 7f27f7b..7ecb611 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/select.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/select.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/termios.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/termios.so index 289e4e7..1db2d1a 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/termios.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/termios.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/unicodedata.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/unicodedata.so index 1e69a5f..8567678 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/unicodedata.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/unicodedata.so differ diff --git a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/zlib.so b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/zlib.so index 0c925bb..3515d05 100755 Binary files a/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/zlib.so and b/plugins/agent-collab/runtime/darwin-x86_64/agent-collab-runtime.bundle/zlib.so differ diff --git a/plugins/agent-collab/runtime_client.py b/plugins/agent-collab/runtime_client.py index 3c9bade..2276d3f 100644 --- a/plugins/agent-collab/runtime_client.py +++ b/plugins/agent-collab/runtime_client.py @@ -34,7 +34,7 @@ MANIFEST_SCHEMA_VERSION = 4 PROTOCOL_VERSION = 4 CONTRACT_VERSION = 4 -PROVIDER_RUNTIME_VERSION = "5.0.0" +PROVIDER_RUNTIME_VERSION = "5.0.3" MAX_MANIFEST_BYTES = 1024 * 1024 MAX_REQUEST_BYTES = 48 * 1024 * 1024 MAX_RESPONSE_BYTES = 4 * 1024 * 1024 @@ -48,10 +48,6 @@ # teardown_error results, most visibly on long Agy runs. TEARDOWN_REAP_SECONDS = 5.0 PROCESS_CLEANUP_RESERVE_SECONDS = TERM_GRACE_SECONDS * 4 -_CODEGEN_ACTIONS = frozenset({ - "codegen.repository", - "frontend_codegen.repository", -}) _PROGRESS_FD_ENV = "AGENT_COLLAB_RUNTIME_PROGRESS_FD" _PROGRESS_MARK = b"\x01" EXPECTED_MINIMUM_MACOS = "14.0" @@ -91,7 +87,7 @@ "zero_inference_readiness", } ) -_WIRE_IDENTITY_KEYS = frozenset( +_WIRE_IDENTITY_KEYS_V7 = frozenset( { "logical_agents", "model_lineages", @@ -99,7 +95,9 @@ "logical_action_effort_floors", } ) +_WIRE_IDENTITY_KEYS_V9 = _WIRE_IDENTITY_KEYS_V7 | {"logical_action_timeout_modes"} _EFFORT_CLASSES = frozenset({"minimal", "standard", "maximum"}) +_TIMEOUT_MODES = frozenset({"total_deadline", "admitted_progress_inactivity"}) _MAX_DESCRIPTOR_IDENTITIES = 64 _ARTIFACT_SCHEMAS = frozenset( {"review_findings", "governance_verdict", "context_text", "private_patch"} @@ -247,6 +245,7 @@ class WireDescriptorSnapshot: model_lineages: frozenset[str] logical_action_targets: Mapping[str, tuple[str, ...]] logical_action_effort_floors: Mapping[str, str] + logical_action_timeout_modes: Mapping[str, str] @dataclass(frozen=True) @@ -325,10 +324,16 @@ def validate_wire_descriptor( if type(descriptor) is not dict: raise ValueError("wire descriptor is not closed") schema_version = descriptor.get("schema_version") - if not _exact_int(schema_version) or schema_version < 1: + if ( + not _exact_int(schema_version) + or schema_version < 1 + or schema_version > 10 + ): raise ValueError("wire descriptor schema version is invalid") expected_keys = ( - _WIRE_KEYS_V6 | _WIRE_IDENTITY_KEYS + _WIRE_KEYS_V6 | _WIRE_IDENTITY_KEYS_V9 + if schema_version in {9, 10} + else _WIRE_KEYS_V6 | _WIRE_IDENTITY_KEYS_V7 if schema_version in {7, 8} else _WIRE_KEYS_V6 ) @@ -375,7 +380,8 @@ def validate_wire_descriptor( model_lineages: frozenset[str] = frozenset() action_targets: dict[str, tuple[str, ...]] = {} effort_floors: dict[str, str] = {} - if schema_version in {7, 8}: + timeout_modes: dict[str, str] = {} + if schema_version in {7, 8, 9, 10}: raw_agents = descriptor["logical_agents"] raw_lineages = descriptor["model_lineages"] if ( @@ -427,6 +433,18 @@ def validate_wire_descriptor( raise ValueError("wire descriptor action recovery projections are invalid") action_targets[action] = tuple(targets) effort_floors[action] = raw_floors[action] + if schema_version >= 9: + raw_timeout_modes = descriptor["logical_action_timeout_modes"] + if ( + type(raw_timeout_modes) is not dict + or set(raw_timeout_modes) != set(actions_value) + or any( + type(mode) is not str or mode not in _TIMEOUT_MODES + for mode in raw_timeout_modes.values() + ) + ): + raise ValueError("wire descriptor action timeout modes are invalid") + timeout_modes = dict(raw_timeout_modes) artifacts = descriptor["artifacts"] if type(artifacts) is not dict or frozenset(artifacts) != _ARTIFACT_SCHEMAS: @@ -447,16 +465,19 @@ def validate_wire_descriptor( _validate_schema_document(descriptor[name]) for schema in artifacts.values(): _validate_schema_document(schema) - if schema_version in {7, 8}: + if schema_version in {7, 8, 9, 10}: repository_probe = {"mode": "repository", "repo_root": "/"} for variant in descriptor["semantic_request"]["properties"]["source"]["oneOf"]: if variant.get("properties", {}).get("mode") == {"const": "repository"}: if "expected_repo_head" in variant["properties"]: repository_probe["expected_repo_head"] = "1" * 40 break - if schema_version == 8 and "expected_repo_head" not in repository_probe: + if ( + schema_version in {8, 9, 10} + and "expected_repo_head" not in repository_probe + ): raise ValueError( - "wire descriptor v8 repository source is not head-bound" + f"wire descriptor v{schema_version} repository source is not head-bound" ) semantic_probe = { "wire_contract_sha256": expected_sha256, @@ -478,7 +499,7 @@ def validate_wire_descriptor( raise ValueError( "wire descriptor semantic request is inconsistent with identity projections" ) from exc - if schema_version == 8: + if schema_version in {8, 9, 10}: for invalid_head in (None, "0" * 40, "0" * 64): invalid_probe = dict(semantic_probe) invalid_source = dict(repository_probe) @@ -492,7 +513,7 @@ def validate_wire_descriptor( except ValueError: continue raise ValueError( - "wire descriptor v8 repository source admits an unbound head" + f"wire descriptor v{schema_version} repository source admits an unbound head" ) readiness = descriptor["zero_inference_readiness"] if ( @@ -523,6 +544,7 @@ def validate_wire_descriptor( model_lineages=model_lineages, logical_action_targets=action_targets, logical_action_effort_floors=effort_floors, + logical_action_timeout_modes=timeout_modes, ) @@ -1285,7 +1307,7 @@ def _close_fd(descriptor: int | None) -> None: def _progress_pipe() -> tuple[int, int]: - """Create the private, content-free codegen liveness channel.""" + """Create one private, content-free admitted-progress channel.""" try: reader, writer = os.pipe2(os.O_NONBLOCK | os.O_CLOEXEC) @@ -1506,9 +1528,11 @@ def _call_runtime(*, envelope: object, operation: str) -> RuntimeResult: if not _exact_int(timeout_ms) or not 0 < timeout_ms <= MAX_TIMEOUT_MS: return RuntimeResult(RuntimeStatus.INVALID_REQUEST, error="runtime timeout is invalid", manifest_digest=resolution.manifest_digest, artifact_digest=resolution.artifact_digest) deadline = time.monotonic() + timeout_ms / 1000.0 - codegen_liveness = ( + admitted_progress = ( operation == "invoke" - and document.get("logical_action") in _CODEGEN_ACTIONS + and resolution.wire.logical_action_timeout_modes.get( + document.get("logical_action") + ) == "admitted_progress_inactivity" ) reserve_ms = min( int(PROCESS_CLEANUP_RESERVE_SECONDS * 1000), @@ -1519,7 +1543,7 @@ def _call_runtime(*, envelope: object, operation: str) -> RuntimeResult: collection_deadline = deadline - outer_cleanup_ms / 1000.0 remaining_runtime_ms = int(max( 0.0, - (collection_deadline if codegen_liveness else runtime_deadline) + (collection_deadline if admitted_progress else runtime_deadline) - time.monotonic(), ) * 1000) if remaining_runtime_ms < 1: @@ -1530,7 +1554,7 @@ def _call_runtime(*, envelope: object, operation: str) -> RuntimeResult: artifact_digest=resolution.artifact_digest, ) document = dict(document) - if not codegen_liveness: + if not admitted_progress: document["timeout_ms"] = remaining_runtime_ms try: request = _canonical_json(document) + b"\n" @@ -1550,13 +1574,13 @@ def _call_runtime(*, envelope: object, operation: str) -> RuntimeResult: with _isolated_tmpdir() as tmpdir: environment = _scrubbed_env(tmpdir) launch_kwargs: dict[str, object] = {} - if codegen_liveness: + if admitted_progress: try: progress_reader, progress_writer = _progress_pipe() except OSError: return RuntimeResult( RuntimeStatus.UNAVAILABLE, - error="codegen progress channel could not be created", + error="runtime progress channel could not be created", manifest_digest=resolution.manifest_digest, artifact_digest=resolution.artifact_digest, ) @@ -1579,7 +1603,7 @@ def _call_runtime(*, envelope: object, operation: str) -> RuntimeResult: _close_fd(progress_writer) progress_writer = None try: - if codegen_liveness: + if admitted_progress: stdout, _stderr, terminal = _collect_bounded( process, request, @@ -1592,12 +1616,12 @@ def _call_runtime(*, envelope: object, operation: str) -> RuntimeResult: process, request, collection_deadline ) except OSError: - if not codegen_liveness: + if not admitted_progress: raise stdout, _stderr, terminal = b"", b"", "progress_pipe_lost" _close_fd(progress_reader) progress_reader = None - if codegen_liveness and terminal in {"progress_pipe_lost", "timeout"}: + if admitted_progress and terminal in {"progress_pipe_lost", "timeout"}: # Closing the read end is the cancellation signal. The # runtime supervises its provider in a separate process # group, so let that supervisor observe EPIPE (or its own @@ -1632,7 +1656,7 @@ def _call_runtime(*, envelope: object, operation: str) -> RuntimeResult: returncode = process.wait( timeout=( 0 - if codegen_liveness + if admitted_progress else max(0.0, deadline - time.monotonic()) ) ) diff --git a/plugins/agent-collab/skills/agent-readiness/SKILL.md b/plugins/agent-collab/skills/agent-readiness/SKILL.md index 6234193..8a90699 100644 --- a/plugins/agent-collab/skills/agent-readiness/SKILL.md +++ b/plugins/agent-collab/skills/agent-readiness/SKILL.md @@ -1,6 +1,6 @@ --- name: agent-readiness -version: 7.0.0 +version: 7.0.1 description: Evaluate whether an agent, model, CLI, plugin, or role is ready for a proposed responsibility. Use when the user says "agent readiness," "is this agent ready," "can Codex be primary," "can Grok handle this role," "promote this agent," "evaluate this worker," "review model readiness," or "/agent-collab:agent-readiness." Also offer this proactively before assigning a new primary, reviewer, worker, delegate, headless, release, or merge-related role to Claude, Codex, Antigravity/Gemini, Grok, or a future agent. --- diff --git a/plugins/agent-collab/skills/agent-runtime-status/SKILL.md b/plugins/agent-collab/skills/agent-runtime-status/SKILL.md index 68cf82d..4c06a35 100644 --- a/plugins/agent-collab/skills/agent-runtime-status/SKILL.md +++ b/plugins/agent-collab/skills/agent-runtime-status/SKILL.md @@ -1,6 +1,6 @@ --- name: agent-runtime-status -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: frontier effort_class: maximum diff --git a/plugins/agent-collab/skills/ai-writing-auditor/SKILL.md b/plugins/agent-collab/skills/ai-writing-auditor/SKILL.md index 1220877..9e161f0 100644 --- a/plugins/agent-collab/skills/ai-writing-auditor/SKILL.md +++ b/plugins/agent-collab/skills/ai-writing-auditor/SKILL.md @@ -1,6 +1,6 @@ --- name: ai-writing-auditor -version: 7.0.0 +version: 7.0.1 description: Audits prose for the tells of machine-generated writing and rewrites it to read as if a careful human wrote it, without softening the actual content. Use when the user says "de-AI this text", "audit this writing for AI patterns", "make this read human", or "/agent-collab:ai-writing-auditor." Also offer this proactively when a piece of customer-facing or published prose is dense with the stock phrasing and mechanical structure typical of unedited model output. --- diff --git a/plugins/agent-collab/skills/architect/SKILL.md b/plugins/agent-collab/skills/architect/SKILL.md index d9742fd..ac61786 100644 --- a/plugins/agent-collab/skills/architect/SKILL.md +++ b/plugins/agent-collab/skills/architect/SKILL.md @@ -1,6 +1,6 @@ --- name: architect -version: 7.0.0 +version: 7.0.1 description: Request read-only architecture consultation for codebase analysis, system design, implementation planning, decomposition, or long-horizon strategy. Use when the user says "ask the architect," "have Grok design this," "architecture consultation," "plan this implementation," or "/agent-collab:architect." Also offer this before a substantial multi-system implementation where an independent architecture pass can reduce rework. --- diff --git a/plugins/agent-collab/skills/architecture-review/SKILL.md b/plugins/agent-collab/skills/architecture-review/SKILL.md index f64c3f9..0ccca87 100644 --- a/plugins/agent-collab/skills/architecture-review/SKILL.md +++ b/plugins/agent-collab/skills/architecture-review/SKILL.md @@ -1,6 +1,6 @@ --- name: architecture-review -version: 7.0.0 +version: 7.0.1 description: Self-executed sweep of a codebase for module-deepening opportunities — shallow interfaces, scattered locality, untestable seams — presented as a visual report the user picks a candidate from, then explored interactively. Unlike `architect` (routed consultation) and `code-review` (diff review), this skill is run by the active primary on the whole codebase. Use when the user says "architecture review," "find deepening opportunities," "where is this codebase getting muddy," "improve the architecture," or "/agent-collab:architecture-review." Also offer this proactively when repeated friction in a working session traces to shallow modules — bouncing between many files to follow one concept, or tests that cannot reach behavior through the current interfaces. --- diff --git a/plugins/agent-collab/skills/autonomy-readiness/SKILL.md b/plugins/agent-collab/skills/autonomy-readiness/SKILL.md index a6ecb82..75ce3d6 100644 --- a/plugins/agent-collab/skills/autonomy-readiness/SKILL.md +++ b/plugins/agent-collab/skills/autonomy-readiness/SKILL.md @@ -1,6 +1,6 @@ --- name: autonomy-readiness -version: 7.0.0 +version: 7.0.1 description: Evaluate whether an autonomous, always-on, scheduled, headless, or self-evolving workflow is ready to run safely. Use when the user says "autonomy readiness," "activation gate review," "is this workflow ready to run autonomously," "go/no-go autonomy," "always-on readiness," "headless operation review," or "/agent-collab:autonomy-readiness." Also offer this proactively before enabling background agents, recurring automations, auto-merge/self-evolution, external actions, unattended host runs, or any workflow that can continue without a human watching. --- diff --git a/plugins/agent-collab/skills/brainstorm/SKILL.md b/plugins/agent-collab/skills/brainstorm/SKILL.md index b4d3297..62c5988 100644 --- a/plugins/agent-collab/skills/brainstorm/SKILL.md +++ b/plugins/agent-collab/skills/brainstorm/SKILL.md @@ -1,6 +1,6 @@ --- name: brainstorm -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: economical effort_class: minimal diff --git a/plugins/agent-collab/skills/chain-configurator/SKILL.md b/plugins/agent-collab/skills/chain-configurator/SKILL.md index dbaa73a..9e1d528 100644 --- a/plugins/agent-collab/skills/chain-configurator/SKILL.md +++ b/plugins/agent-collab/skills/chain-configurator/SKILL.md @@ -1,6 +1,6 @@ --- name: chain-configurator -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: standard effort_class: standard diff --git a/plugins/agent-collab/skills/chain/SKILL.md b/plugins/agent-collab/skills/chain/SKILL.md index 1730291..5037b87 100644 --- a/plugins/agent-collab/skills/chain/SKILL.md +++ b/plugins/agent-collab/skills/chain/SKILL.md @@ -1,6 +1,6 @@ --- name: chain -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: standard effort_class: standard diff --git a/plugins/agent-collab/skills/code-review/SKILL.md b/plugins/agent-collab/skills/code-review/SKILL.md index b9e9bf5..64f5110 100644 --- a/plugins/agent-collab/skills/code-review/SKILL.md +++ b/plugins/agent-collab/skills/code-review/SKILL.md @@ -1,6 +1,6 @@ --- name: code-review -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: frontier effort_class: maximum diff --git a/plugins/agent-collab/skills/compose-skills/SKILL.md b/plugins/agent-collab/skills/compose-skills/SKILL.md index 56056f7..bb12b1e 100644 --- a/plugins/agent-collab/skills/compose-skills/SKILL.md +++ b/plugins/agent-collab/skills/compose-skills/SKILL.md @@ -1,6 +1,6 @@ --- name: compose-skills -version: 7.0.0 +version: 7.0.1 description: Use when the user says "compose skills," "which skills should I use," "select a recipe," "combine these skills," or "/agent-collab:compose-skills." Also offer this when a task needs multiple lenses and benefits from explicit context, fan-out, authority, and stop-condition limits. --- diff --git a/plugins/agent-collab/skills/context/SKILL.md b/plugins/agent-collab/skills/context/SKILL.md index 7ad4b0c..8f5828c 100644 --- a/plugins/agent-collab/skills/context/SKILL.md +++ b/plugins/agent-collab/skills/context/SKILL.md @@ -1,6 +1,6 @@ --- name: context -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: frontier effort_class: maximum diff --git a/plugins/agent-collab/skills/data-engineer/SKILL.md b/plugins/agent-collab/skills/data-engineer/SKILL.md index 8471ea8..8d1af8e 100644 --- a/plugins/agent-collab/skills/data-engineer/SKILL.md +++ b/plugins/agent-collab/skills/data-engineer/SKILL.md @@ -1,6 +1,6 @@ --- name: data-engineer -version: 7.0.0 +version: 7.0.1 description: Builds and hardens the pipelines and warehouse structures that move data from source systems to the people and systems that consume it. Use when the user says "build the ETL pipeline", "design the dbt models", "orchestrate this pipeline", or "design the warehouse schema", or "/agent-collab:data-engineer." Also offer this proactively when a pipeline lacks idempotency, has no data-quality checks, or moves data through undocumented schema contracts. --- diff --git a/plugins/agent-collab/skills/debate/SKILL.md b/plugins/agent-collab/skills/debate/SKILL.md index 08c80ee..8bf5f62 100644 --- a/plugins/agent-collab/skills/debate/SKILL.md +++ b/plugins/agent-collab/skills/debate/SKILL.md @@ -1,6 +1,6 @@ --- name: debate -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: frontier effort_class: maximum diff --git a/plugins/agent-collab/skills/decision-map/SKILL.md b/plugins/agent-collab/skills/decision-map/SKILL.md index faef182..d4e6250 100644 --- a/plugins/agent-collab/skills/decision-map/SKILL.md +++ b/plugins/agent-collab/skills/decision-map/SKILL.md @@ -1,6 +1,6 @@ --- name: decision-map -version: 7.0.0 +version: 7.0.1 description: Plan an effort too large for one session as a shared map of decision tickets on the repo's issue tracker, then resolve them one per session until the way to the destination is clear. Use when the user says "decision map," "chart this effort," "map out this project," "break this fog into tickets," "work the map," or "/agent-collab:decision-map." Also offer this proactively when a request is a loose multi-session idea whose route is not yet visible — where the open questions outnumber the known steps and a single planning pass would either stall or guess. --- diff --git a/plugins/agent-collab/skills/delegate/SKILL.md b/plugins/agent-collab/skills/delegate/SKILL.md index 18e2d23..67d7822 100644 --- a/plugins/agent-collab/skills/delegate/SKILL.md +++ b/plugins/agent-collab/skills/delegate/SKILL.md @@ -1,6 +1,6 @@ --- name: delegate -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: economical effort_class: minimal diff --git a/plugins/agent-collab/skills/dev-delegate/SKILL.md b/plugins/agent-collab/skills/dev-delegate/SKILL.md index 6caa5b1..a20590a 100644 --- a/plugins/agent-collab/skills/dev-delegate/SKILL.md +++ b/plugins/agent-collab/skills/dev-delegate/SKILL.md @@ -1,6 +1,6 @@ --- name: dev-delegate -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: standard effort_class: standard diff --git a/plugins/agent-collab/skills/elixir-engineer/SKILL.md b/plugins/agent-collab/skills/elixir-engineer/SKILL.md index 3831a2b..4634acb 100644 --- a/plugins/agent-collab/skills/elixir-engineer/SKILL.md +++ b/plugins/agent-collab/skills/elixir-engineer/SKILL.md @@ -1,6 +1,6 @@ --- name: elixir-engineer -version: 7.0.0 +version: 7.0.1 description: Senior Elixir and OTP engineer for fault-tolerant, concurrent, and Phoenix-based systems. Use when the user says "review this supervision tree", "why did this GenServer crash", "help me design this OTP process architecture", or "/agent-collab:elixir-engineer." Also offer this proactively when a change adds a new process, alters a restart strategy, or touches a Phoenix channel or LiveView boundary. --- diff --git a/plugins/agent-collab/skills/eval-engineer/SKILL.md b/plugins/agent-collab/skills/eval-engineer/SKILL.md index f80eb24..309d5fa 100644 --- a/plugins/agent-collab/skills/eval-engineer/SKILL.md +++ b/plugins/agent-collab/skills/eval-engineer/SKILL.md @@ -1,6 +1,6 @@ --- name: eval-engineer -version: 7.0.0 +version: 7.0.1 description: Designs evaluation suites and scoring methods that measure whether an AI-backed workflow is actually good enough to ship. Use when the user says "design evals for this", "build an eval suite", "how should we measure this workflow", or "/agent-collab:eval-engineer." Also offer this proactively when a project ships a prompt, retrieval pipeline, or agent workflow with no structured way to tell whether a change made it better or worse. --- diff --git a/plugins/agent-collab/skills/go-engineer/SKILL.md b/plugins/agent-collab/skills/go-engineer/SKILL.md index 54c0d98..2b52b18 100644 --- a/plugins/agent-collab/skills/go-engineer/SKILL.md +++ b/plugins/agent-collab/skills/go-engineer/SKILL.md @@ -1,6 +1,6 @@ --- name: go-engineer -version: 7.0.0 +version: 7.0.1 description: Senior Go engineer for concurrent, service-oriented, and cloud-native code. Use when the user says "review this Go service for concurrency bugs", "help me design this Go interface", "why is this goroutine leaking", or "/agent-collab:go-engineer." Also offer this proactively when a change adds a goroutine, channel, or context-cancellation path without an obvious termination guarantee. --- diff --git a/plugins/agent-collab/skills/governance-review/SKILL.md b/plugins/agent-collab/skills/governance-review/SKILL.md index ccb643b..bc35b7f 100644 --- a/plugins/agent-collab/skills/governance-review/SKILL.md +++ b/plugins/agent-collab/skills/governance-review/SKILL.md @@ -1,6 +1,6 @@ --- name: governance-review -version: 7.0.0 +version: 7.0.1 description: Use when the operator says "governance review," "high-stakes review," "authoritative verdict," or "tiebreaker." Also offer this when reviewer-family independence and an exact repository-grounded verdict must be enforced. --- diff --git a/plugins/agent-collab/skills/hallucination-investigator/SKILL.md b/plugins/agent-collab/skills/hallucination-investigator/SKILL.md index d769e50..e6f7368 100644 --- a/plugins/agent-collab/skills/hallucination-investigator/SKILL.md +++ b/plugins/agent-collab/skills/hallucination-investigator/SKILL.md @@ -1,6 +1,6 @@ --- name: hallucination-investigator -version: 7.0.0 +version: 7.0.1 description: Traces a specific wrong or fabricated AI output back to its root cause in context, retrieval, prompting, or tool use, and recommends the most targeted fix. Use when the user says "why is it hallucinating", "investigate this fabrication", "trace this wrong answer", or "/agent-collab:hallucination-investigator." Also offer this proactively when a factuality failure has been reported but no one has yet reconstructed why the system produced that specific wrong answer. --- diff --git a/plugins/agent-collab/skills/incident-responder/SKILL.md b/plugins/agent-collab/skills/incident-responder/SKILL.md index c510b92..5d7d23e 100644 --- a/plugins/agent-collab/skills/incident-responder/SKILL.md +++ b/plugins/agent-collab/skills/incident-responder/SKILL.md @@ -1,6 +1,6 @@ --- name: incident-responder -version: 7.0.0 +version: 7.0.1 description: Leads live incident response — triage, containment, evidence-driven root-cause analysis, and postmortem writeups for active outages or breaches. Use when the user says "we have an incident", "production is down", or "run the postmortem for this outage", or "/agent-collab:incident-responder." Also offer this proactively when the user is trying to write the incident timeline or communicate status while a service disruption is still unresolved. --- diff --git a/plugins/agent-collab/skills/intent-check/SKILL.md b/plugins/agent-collab/skills/intent-check/SKILL.md index fdf2866..257ae82 100644 --- a/plugins/agent-collab/skills/intent-check/SKILL.md +++ b/plugins/agent-collab/skills/intent-check/SKILL.md @@ -1,6 +1,6 @@ --- name: intent-check -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: standard effort_class: standard diff --git a/plugins/agent-collab/skills/knowledge-compile/SKILL.md b/plugins/agent-collab/skills/knowledge-compile/SKILL.md index a9aacc1..ce1792f 100644 --- a/plugins/agent-collab/skills/knowledge-compile/SKILL.md +++ b/plugins/agent-collab/skills/knowledge-compile/SKILL.md @@ -1,6 +1,6 @@ --- name: knowledge-compile -version: 7.0.0 +version: 7.0.1 description: Compile multiple sources into a durable, cited knowledge dossier without mixing claims, assumptions, and decisions. Use when the user says "compile knowledge," "build a dossier," "create a knowledge base," "synthesize these sources," "preserve research context," "make this reviewable later," or "/agent-collab:knowledge-compile." Also offer this proactively when a task spans several repos, PRs, papers, articles, logs, agent messages, or drafts and future agents need source-separated context for independent review. --- diff --git a/plugins/agent-collab/skills/kubernetes-specialist/SKILL.md b/plugins/agent-collab/skills/kubernetes-specialist/SKILL.md index 3fd3065..daa7c60 100644 --- a/plugins/agent-collab/skills/kubernetes-specialist/SKILL.md +++ b/plugins/agent-collab/skills/kubernetes-specialist/SKILL.md @@ -1,6 +1,6 @@ --- name: kubernetes-specialist -version: 7.0.0 +version: 7.0.1 description: Designs, hardens, and troubleshoots Kubernetes clusters and the workloads running on them. Use when the user says "review this Kubernetes manifest", "why is my pod crash-looping", or "help me design a multi-tenant cluster", or "/agent-collab:kubernetes-specialist." Also offer this proactively when a change touches Deployment/StatefulSet/DaemonSet specs, RBAC bindings, network policies, or persistent volume claims. --- diff --git a/plugins/agent-collab/skills/learning-loop/SKILL.md b/plugins/agent-collab/skills/learning-loop/SKILL.md index 8bad357..dfd4427 100644 --- a/plugins/agent-collab/skills/learning-loop/SKILL.md +++ b/plugins/agent-collab/skills/learning-loop/SKILL.md @@ -1,6 +1,6 @@ --- name: learning-loop -version: 7.0.0 +version: 7.0.1 description: Capture durable lessons, errors, and verified fixes in a project-local learning ledger, consult it before re-deriving known failures, and track recurrence toward promotion, using the bundled deterministic learning_ledger.py CLI. Use when the user says "capture this lesson", "log this error to the ledger", "check the learning ledger", "record a recurrence", "any known fix for this?", or "/agent-collab:learning-loop." Also offer this proactively when the same failure recurs across sessions, or when a hard-won diagnosis is about to be lost because it lives only in one session's context. --- diff --git a/plugins/agent-collab/skills/llm-architect/SKILL.md b/plugins/agent-collab/skills/llm-architect/SKILL.md index e09c682..b8eb334 100644 --- a/plugins/agent-collab/skills/llm-architect/SKILL.md +++ b/plugins/agent-collab/skills/llm-architect/SKILL.md @@ -1,6 +1,6 @@ --- name: llm-architect -version: 7.0.0 +version: 7.0.1 description: Designs the structural shape of an LLM-powered system — how context is assembled, how tools and retrieval are wired in, and how output flows to the caller. Use when the user says "design the RAG pipeline", "plan the agent architecture", or "help me structure the prompt pipeline", or "/agent-collab:llm-architect." Also offer this proactively when a project is wiring multiple prompts, tools, and retrieval steps together without a clear contract between them. --- diff --git a/plugins/agent-collab/skills/logic-check/SKILL.md b/plugins/agent-collab/skills/logic-check/SKILL.md index 217d1e5..bccb2f6 100644 --- a/plugins/agent-collab/skills/logic-check/SKILL.md +++ b/plugins/agent-collab/skills/logic-check/SKILL.md @@ -1,6 +1,6 @@ --- name: logic-check -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: frontier effort_class: maximum diff --git a/plugins/agent-collab/skills/merge-resolve/SKILL.md b/plugins/agent-collab/skills/merge-resolve/SKILL.md index e7dcdd3..ab42bf3 100644 --- a/plugins/agent-collab/skills/merge-resolve/SKILL.md +++ b/plugins/agent-collab/skills/merge-resolve/SKILL.md @@ -1,6 +1,6 @@ --- name: merge-resolve -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: frontier effort_class: maximum diff --git a/plugins/agent-collab/skills/migration-doctor/SKILL.md b/plugins/agent-collab/skills/migration-doctor/SKILL.md index e415b78..ff7fc95 100644 --- a/plugins/agent-collab/skills/migration-doctor/SKILL.md +++ b/plugins/agent-collab/skills/migration-doctor/SKILL.md @@ -1,6 +1,6 @@ --- name: migration-doctor -version: 7.0.0 +version: 7.0.1 description: Use when the user says "migration doctor," "check old collaboration plugins," "verify agent-collab migration," or "/agent-collab:migration-doctor." Also offer this after installing or updating agent-collab, when direct runtime invocation is blocked, or when a retired package may still be active. --- diff --git a/plugins/agent-collab/skills/mlops-engineer/SKILL.md b/plugins/agent-collab/skills/mlops-engineer/SKILL.md index 37c7ffd..f125620 100644 --- a/plugins/agent-collab/skills/mlops-engineer/SKILL.md +++ b/plugins/agent-collab/skills/mlops-engineer/SKILL.md @@ -1,6 +1,6 @@ --- name: mlops-engineer -version: 7.0.0 +version: 7.0.1 description: Designs and hardens the infrastructure that carries models from training through production serving. Use when the user says "set up a model registry", "build the training pipeline", "deploy this model to production", or "/agent-collab:mlops-engineer." Also offer this proactively when a project trains or serves models but has no versioned artifacts, no promotion gate, or no monitoring for prediction quality. --- diff --git a/plugins/agent-collab/skills/orchestrate/SKILL.md b/plugins/agent-collab/skills/orchestrate/SKILL.md index 43cb73a..e4e2a88 100644 --- a/plugins/agent-collab/skills/orchestrate/SKILL.md +++ b/plugins/agent-collab/skills/orchestrate/SKILL.md @@ -1,6 +1,6 @@ --- name: orchestrate -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: standard effort_class: standard diff --git a/plugins/agent-collab/skills/postgres-engineer/SKILL.md b/plugins/agent-collab/skills/postgres-engineer/SKILL.md index 95ace37..afc0923 100644 --- a/plugins/agent-collab/skills/postgres-engineer/SKILL.md +++ b/plugins/agent-collab/skills/postgres-engineer/SKILL.md @@ -1,6 +1,6 @@ --- name: postgres-engineer -version: 7.0.0 +version: 7.0.1 description: Administers and hardens PostgreSQL at the engine level — configuration, replication, vacuum behavior, and locking under real workloads. Use when the user says "tune postgres for this workload", "design a vacuum strategy", "set up replication", or "fix our connection pooling", or "/agent-collab:postgres-engineer." Also offer this proactively when a PostgreSQL deployment shows replication lag, bloat, connection exhaustion, or a failover plan that has never been tested. --- diff --git a/plugins/agent-collab/skills/project-estimation/SKILL.md b/plugins/agent-collab/skills/project-estimation/SKILL.md index 8ac8878..8a749ca 100644 --- a/plugins/agent-collab/skills/project-estimation/SKILL.md +++ b/plugins/agent-collab/skills/project-estimation/SKILL.md @@ -1,6 +1,6 @@ --- name: project-estimation -version: 7.0.0 +version: 7.0.1 description: Use when the user says "estimate this project", "estimate the wall-clock time and cost", "scope this enhancement", "reconcile this estimate with actuals", "calibrate project estimates", or "audit the estimation data"; or when asking how long an agent-led project will take, its API-equivalent token cost, why an estimate missed, or whether evidence supports a delivery range. Also use while creating or materially revising a formal implementation design or formal implementation plan. --- diff --git a/plugins/agent-collab/skills/project-knowledge/SKILL.md b/plugins/agent-collab/skills/project-knowledge/SKILL.md index 875d80c..7c8fd5d 100644 --- a/plugins/agent-collab/skills/project-knowledge/SKILL.md +++ b/plugins/agent-collab/skills/project-knowledge/SKILL.md @@ -1,6 +1,6 @@ --- name: project-knowledge -version: 7.0.0 +version: 7.0.1 description: Build and maintain a durable, project-local knowledge base with provenance-tracked sources, injection-linted pages, and a generated index, using the bundled deterministic knowledge_tool.py CLI. Use when the user says "build a project knowledge base", "set up a knowledge layer", "register this source", "draft a knowledge page", "lint the knowledge pages", "regenerate the knowledge index", "export a knowledge bundle", or "/agent-collab:project-knowledge." Also offer this proactively when agent memory limits truncate project context across sessions, or when the same sources keep being re-read and re-synthesized because no durable, citable project-local record exists. --- diff --git a/plugins/agent-collab/skills/prompt-regression-tester/SKILL.md b/plugins/agent-collab/skills/prompt-regression-tester/SKILL.md index 81b7f98..3152144 100644 --- a/plugins/agent-collab/skills/prompt-regression-tester/SKILL.md +++ b/plugins/agent-collab/skills/prompt-regression-tester/SKILL.md @@ -1,6 +1,6 @@ --- name: prompt-regression-tester -version: 7.0.0 +version: 7.0.1 description: Builds and runs comparison suites that catch behavioral drift when a prompt, model, or workflow configuration changes. Use when the user says "did the prompt change regress anything", "compare these prompt versions", "regression-test this prompt change", or "/agent-collab:prompt-regression-tester." Also offer this proactively when someone is about to swap a prompt, model, or tool wiring in a live workflow without a way to check whether existing behavior held. --- diff --git a/plugins/agent-collab/skills/prototype/SKILL.md b/plugins/agent-collab/skills/prototype/SKILL.md index cf65f1a..de6b74c 100644 --- a/plugins/agent-collab/skills/prototype/SKILL.md +++ b/plugins/agent-collab/skills/prototype/SKILL.md @@ -1,6 +1,6 @@ --- name: prototype -version: 7.0.0 +version: 7.0.1 description: Build a throwaway prototype that answers one design question — an interactive terminal app to pressure-test a state model or logic shape, or several radically different UI variants on one route. Use when the user says "prototype this," "sanity-check this state model," "show me a few options for this page," "mock up some variations," or "/agent-collab:prototype." Also offer this proactively when a design conversation is circling a question that a runnable artifact would settle in minutes — how a state machine handles an awkward case, or which of several layouts actually works with real data. --- diff --git a/plugins/agent-collab/skills/qa-verify/SKILL.md b/plugins/agent-collab/skills/qa-verify/SKILL.md index 0a4bbf5..ea945a8 100644 --- a/plugins/agent-collab/skills/qa-verify/SKILL.md +++ b/plugins/agent-collab/skills/qa-verify/SKILL.md @@ -1,6 +1,6 @@ --- name: qa-verify -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: economical effort_class: minimal diff --git a/plugins/agent-collab/skills/red-team/SKILL.md b/plugins/agent-collab/skills/red-team/SKILL.md index fbbfef4..e6034cc 100644 --- a/plugins/agent-collab/skills/red-team/SKILL.md +++ b/plugins/agent-collab/skills/red-team/SKILL.md @@ -1,6 +1,6 @@ --- name: red-team -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: frontier effort_class: maximum diff --git a/plugins/agent-collab/skills/route/SKILL.md b/plugins/agent-collab/skills/route/SKILL.md index ec6f1c5..242b4f1 100644 --- a/plugins/agent-collab/skills/route/SKILL.md +++ b/plugins/agent-collab/skills/route/SKILL.md @@ -1,6 +1,6 @@ --- name: route -version: 7.0.0 +version: 7.0.1 description: Use when the operator says "ask Codex," "target Gemini," "target Grok," "target Moonshot," "target Zhipu," or explicitly names a collaboration agent. Also offer this when a semantic action needs primary-family exclusion or a truthful typed availability decision. --- diff --git a/plugins/agent-collab/skills/rust-engineer/SKILL.md b/plugins/agent-collab/skills/rust-engineer/SKILL.md index 851666d..2a8e15b 100644 --- a/plugins/agent-collab/skills/rust-engineer/SKILL.md +++ b/plugins/agent-collab/skills/rust-engineer/SKILL.md @@ -1,6 +1,6 @@ --- name: rust-engineer -version: 7.0.0 +version: 7.0.1 description: Senior Rust engineer for ownership-heavy, performance-sensitive, and systems-level code. Use when the user says "review this Rust code for soundness", "help me fix this borrow checker error", "optimize this Rust hot path", or "/agent-collab:rust-engineer." Also offer this proactively when a diff introduces unsafe blocks, changes lifetime bounds, or touches an async task's cancellation path. --- diff --git a/plugins/agent-collab/skills/second-opinion/SKILL.md b/plugins/agent-collab/skills/second-opinion/SKILL.md index 3534319..5f274de 100644 --- a/plugins/agent-collab/skills/second-opinion/SKILL.md +++ b/plugins/agent-collab/skills/second-opinion/SKILL.md @@ -1,6 +1,6 @@ --- name: second-opinion -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: frontier effort_class: maximum diff --git a/plugins/agent-collab/skills/simulate-user/SKILL.md b/plugins/agent-collab/skills/simulate-user/SKILL.md index 6e37da1..d3ba8a2 100644 --- a/plugins/agent-collab/skills/simulate-user/SKILL.md +++ b/plugins/agent-collab/skills/simulate-user/SKILL.md @@ -1,6 +1,6 @@ --- name: simulate-user -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: economical effort_class: minimal diff --git a/plugins/agent-collab/skills/sql-engineer/SKILL.md b/plugins/agent-collab/skills/sql-engineer/SKILL.md index 87fd18b..6e91b50 100644 --- a/plugins/agent-collab/skills/sql-engineer/SKILL.md +++ b/plugins/agent-collab/skills/sql-engineer/SKILL.md @@ -1,6 +1,6 @@ --- name: sql-engineer -version: 7.0.0 +version: 7.0.1 description: Senior SQL specialist for query design, query optimization, and schema-aware performance work across relational databases. Use when the user says "optimize this SQL query", "explain this query plan", "design these indexes", or "/agent-collab:sql-engineer." Also offer this proactively when a diff adds a new query against a large table, changes a join or aggregation, or introduces a schema change that could affect an existing access pattern. --- diff --git a/plugins/agent-collab/skills/sre-engineer/SKILL.md b/plugins/agent-collab/skills/sre-engineer/SKILL.md index 89020f2..7bf30a1 100644 --- a/plugins/agent-collab/skills/sre-engineer/SKILL.md +++ b/plugins/agent-collab/skills/sre-engineer/SKILL.md @@ -1,6 +1,6 @@ --- name: sre-engineer -version: 7.0.0 +version: 7.0.1 description: Builds and improves system reliability through SLO design, error-budget policy, toil reduction, and resilience architecture. Use when the user says "help me define SLOs for this service", "what's our error budget burn rate", or "reduce the toil in this on-call rotation", or "/agent-collab:sre-engineer." Also offer this proactively when a reliability review, capacity plan, or alert-quality audit is warranted ahead of a launch or growth milestone. --- diff --git a/plugins/agent-collab/skills/start-inbox-monitor/SKILL.md b/plugins/agent-collab/skills/start-inbox-monitor/SKILL.md index 6cfebc2..c01d54e 100644 --- a/plugins/agent-collab/skills/start-inbox-monitor/SKILL.md +++ b/plugins/agent-collab/skills/start-inbox-monitor/SKILL.md @@ -1,6 +1,6 @@ --- name: start-inbox-monitor -version: 7.0.0 +version: 7.0.1 description: Use when the user says "start the inbox monitor", "keep monitoring agent messages", or "/agent-collab:start-inbox-monitor", or when an active cross-agent thread needs durable session-scoped inbox monitoring. Select the native Codex, Claude, or Antigravity lifecycle instead of inventing a universal polling loop. --- diff --git a/plugins/agent-collab/skills/teamwork/SKILL.md b/plugins/agent-collab/skills/teamwork/SKILL.md index 032cea0..9ecc158 100644 --- a/plugins/agent-collab/skills/teamwork/SKILL.md +++ b/plugins/agent-collab/skills/teamwork/SKILL.md @@ -1,6 +1,6 @@ --- name: teamwork -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: standard effort_class: standard diff --git a/plugins/agent-collab/skills/terraform-engineer/SKILL.md b/plugins/agent-collab/skills/terraform-engineer/SKILL.md index 72729fa..1b8c80d 100644 --- a/plugins/agent-collab/skills/terraform-engineer/SKILL.md +++ b/plugins/agent-collab/skills/terraform-engineer/SKILL.md @@ -1,6 +1,6 @@ --- name: terraform-engineer -version: 7.0.0 +version: 7.0.1 description: Designs, refactors, and reviews Terraform infrastructure-as-code across cloud providers, with a focus on module contracts, state safety, and reviewable plans. Use when the user says "review this Terraform plan", "help me design a reusable module", or "why did this apply want to replace my resource", or "/agent-collab:terraform-engineer." Also offer this proactively when a change touches module interfaces, state backend configuration, or resource lifecycle blocks. --- diff --git a/plugins/agent-collab/skills/ui-to-code/SKILL.md b/plugins/agent-collab/skills/ui-to-code/SKILL.md index b32d553..80e30cf 100644 --- a/plugins/agent-collab/skills/ui-to-code/SKILL.md +++ b/plugins/agent-collab/skills/ui-to-code/SKILL.md @@ -1,6 +1,6 @@ --- name: ui-to-code -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: frontier effort_class: maximum diff --git a/plugins/agent-collab/skills/untrusted-audit/SKILL.md b/plugins/agent-collab/skills/untrusted-audit/SKILL.md index 49ef769..a31a874 100644 --- a/plugins/agent-collab/skills/untrusted-audit/SKILL.md +++ b/plugins/agent-collab/skills/untrusted-audit/SKILL.md @@ -1,6 +1,6 @@ --- name: untrusted-audit -version: 7.0.0 +version: 7.0.1 description: Audit an external or untrusted source before using it in code, skills, plugins, workflows, prompts, or operations. Use when the user says "audit this untrusted source," "can we use this repo," "review this gist," "prompt injection audit," "is this plugin safe," "evaluate this methodology," or "/agent-collab:untrusted-audit." Also offer this proactively when a task would incorporate third-party instructions, code, scripts, hooks, generated skills, package manifests, install steps, or auto-updated methodology into the workspace or agent environment. --- diff --git a/plugins/agent-collab/skills/visual-review/SKILL.md b/plugins/agent-collab/skills/visual-review/SKILL.md index 623d2f7..0422cc6 100644 --- a/plugins/agent-collab/skills/visual-review/SKILL.md +++ b/plugins/agent-collab/skills/visual-review/SKILL.md @@ -1,6 +1,6 @@ --- name: visual-review -version: 7.0.0 +version: 7.0.1 defaults: quality_profile: frontier effort_class: maximum diff --git a/plugins/agent-collab/skills/worker/SKILL.md b/plugins/agent-collab/skills/worker/SKILL.md index 909c475..8ec919d 100644 --- a/plugins/agent-collab/skills/worker/SKILL.md +++ b/plugins/agent-collab/skills/worker/SKILL.md @@ -1,6 +1,6 @@ --- name: worker -version: 7.0.0 +version: 7.0.1 description: Use when the operator says "delegate this implementation," "generate a private patch," "use Grok for codegen," or "use Moonshot for frontend work." Also offer this when a bounded non-governance task needs output-only code generation without access to the caller checkout. --- diff --git a/scripts/skill-build-config.json b/scripts/skill-build-config.json index 2aa5583..2794292 100644 --- a/scripts/skill-build-config.json +++ b/scripts/skill-build-config.json @@ -20,7 +20,7 @@ "tier_flash_resolves_to_claude": "not a managed review route; Claude is managed only for document intent and host-owned async review is separate", "tier_pro_resolves_to_gemini": "an eligible managed Google-family reviewer with frontier quality and maximum effort", "tier_flash_resolves_to_gemini": "an eligible managed Google-family reviewer with economical quality and minimal effort", - "skill_version": "7.0.0", + "skill_version": "7.0.1", "agent_runtime_status_defaults_block": "defaults:\n quality_profile: frontier\n effort_class: maximum\n", "merge_resolve_defaults_block": "defaults:\n quality_profile: frontier\n effort_class: maximum\n", "merge_resolve_call_params": "with `quality_profile='frontier'` and `effort_class='maximum'`", diff --git a/scripts/test_stage_runtime_handoff.py b/scripts/test_stage_runtime_handoff.py index 4d4d8ba..ee7a092 100644 --- a/scripts/test_stage_runtime_handoff.py +++ b/scripts/test_stage_runtime_handoff.py @@ -61,7 +61,7 @@ def _manifest_bytes(payload: bytes, arch: str = "arm64") -> bytes: "entrypoint": "agent-collab-runtime", "size": len(payload), "sha256": archive_builder.runtime_bundle.compute_bundle_identity([record]), - "provider_runtime_version": "5.0.0", + "provider_runtime_version": "5.0.3", "wire_contract_sha256": base["wire_contract_sha256"], "signing": { "mode": "developer_id", @@ -130,7 +130,7 @@ def _make_matrix_handoff(parent: Path, name: str) -> tuple[Path, dict[Path, byte "sha256": archive_builder.runtime_bundle.compute_bundle_identity( [record] ), - "provider_runtime_version": "5.0.0", + "provider_runtime_version": "5.0.3", "wire_contract_sha256": base["wire_contract_sha256"], "signing": { "mode": "developer_id", @@ -393,7 +393,7 @@ def test_import_reports_expected_and_received_provider_version(self) -> None: with self.assertRaisesRegex( ValueError, - "provider version mismatch: expected 5\\.0\\.0, received 9\\.9\\.9", + "provider version mismatch: expected 5\\.0\\.3, received 9\\.9\\.9", ): importer.stage_runtime_handoff(handoff, repo_root=repo) diff --git a/tests/test_agent_collab_runtime_client.py b/tests/test_agent_collab_runtime_client.py index 83e1981..2644051 100644 --- a/tests/test_agent_collab_runtime_client.py +++ b/tests/test_agent_collab_runtime_client.py @@ -4,6 +4,7 @@ import importlib.util from dataclasses import replace +import hashlib import json import os from pathlib import Path @@ -37,10 +38,80 @@ class DirectRuntimeClientTests(unittest.TestCase): def setUpClass(cls) -> None: cls.client = _load("direct_process_client", CLIENT) descriptor, digest = _wire_descriptor() + descriptor = dict(descriptor) + descriptor["schema_version"] = 10 + descriptor["logical_action_timeout_modes"] = { + action: ( + "admitted_progress_inactivity" + if action in { + "architecture.repository", + "codegen.repository", + "frontend_codegen.repository", + "review.repository", + "frontend_review.repository", + "governance.repository", + } + else "total_deadline" + ) + for action in descriptor["logical_actions"] + } + cls.descriptor = descriptor + digest = hashlib.sha256( + json.dumps( + descriptor, + sort_keys=True, + separators=(",", ":"), + ensure_ascii=False, + allow_nan=False, + ).encode("utf-8") + ).hexdigest() cls.wire = cls.client.validate_wire_descriptor( descriptor, expected_sha256=digest ) + def test_wire_v10_retains_repository_head_binding(self) -> None: + descriptor = json.loads(json.dumps(self.descriptor)) + for variant in descriptor["semantic_request"]["properties"]["source"][ + "oneOf" + ]: + properties = variant.get("properties", {}) + if properties.get("mode") == {"const": "repository"}: + properties.pop("expected_repo_head") + variant["required"].remove("expected_repo_head") + break + digest = hashlib.sha256( + json.dumps( + descriptor, + sort_keys=True, + separators=(",", ":"), + ensure_ascii=False, + allow_nan=False, + ).encode("utf-8") + ).hexdigest() + + with self.assertRaisesRegex(ValueError, "v10 repository source"): + self.client.validate_wire_descriptor( + descriptor, expected_sha256=digest + ) + + def test_rejects_future_wire_schema_without_a_paired_client(self) -> None: + descriptor = json.loads(json.dumps(self.descriptor)) + descriptor["schema_version"] = 11 + digest = hashlib.sha256( + json.dumps( + descriptor, + sort_keys=True, + separators=(",", ":"), + ensure_ascii=False, + allow_nan=False, + ).encode("utf-8") + ).hexdigest() + + with self.assertRaisesRegex(ValueError, "schema version"): + self.client.validate_wire_descriptor( + descriptor, expected_sha256=digest + ) + def _envelope(self, timeout_ms: int) -> dict[str, object]: return { "wire_contract_sha256": self.wire.sha256, @@ -457,6 +528,79 @@ def collect(_process, request: bytes, _deadline: float, **kwargs: object): self.assertEqual(collections, 2) reap.assert_called_once() + def test_repository_progress_pipe_follows_signed_timeout_mode(self) -> None: + """Repository actions use the descriptor, including non-codegen names.""" + + class Stream: + closed = False + + def close(self) -> None: + self.closed = True + + class Process: + pid = 4242 + stdin = Stream() + stdout = Stream() + stderr = Stream() + + resolution = self.client.RuntimeResolution( + self.client.RuntimeStatus.OK, + path=Path("/tmp/agent-collab-runtime"), + bundle_path=Path("/tmp"), + manifest_digest="a" * 64, + artifact_digest="b" * 64, + identity=self.client.FileIdentity(1, 1, 0o100700, 1, os.getuid(), 1, 1, 1), + wire=self.wire, + ) + + for action, expects_pipe in ( + ("review.repository", True), + ("governance.repository", True), + ("architecture.repository", True), + ): + process = Process() + documents = { + "request_id": f"{action}-1", + "logical_action": action, + "timeout_ms": 5_000, + } + calls = 0 + + def collect(_process, _request, _deadline, **kwargs): + nonlocal calls + calls += 1 + if expects_pipe: + self.assertIn("progress_reader", kwargs) + self.assertIn("stall_interval", kwargs) + return (b"", b"", "timeout" if calls == 1 else "") + self.assertEqual(kwargs, {}) + return b"", b"", "timeout" + + with mock.patch.object( + self.client, "resolve_runtime", return_value=resolution + ), mock.patch.object( + self.client, "_envelope_document", return_value=documents + ), mock.patch.object( + self.client, "_identity", return_value=resolution.identity + ), mock.patch.object( + self.client.subprocess, "Popen", return_value=process + ) as popen, mock.patch.object( + self.client, "_collect_bounded", side_effect=collect + ), mock.patch.object( + self.client, "_terminate_and_reap", return_value=True + ): + result = self.client.invoke(envelope={}) + + self.assertEqual(result.status, self.client.RuntimeStatus.TIMEOUT) + self.assertEqual("pass_fds" in popen.call_args.kwargs, expects_pipe) + if expects_pipe: + writer = popen.call_args.kwargs["pass_fds"][0] + self.assertEqual( + popen.call_args.kwargs["env"][self.client._PROGRESS_FD_ENV], + str(writer), + ) + self.assertEqual(calls, 2 if expects_pipe else 1) + def test_codegen_lease_expiry_allows_bounded_runtime_cleanup_before_reap(self) -> None: class Stream: closed = False @@ -557,7 +701,13 @@ def test_advisory_is_a_usable_receipt_free_runtime_result(self) -> None: "success": 0, "failed": 0, "incomplete": 0, "unknown": 0, }, - "outside_source_observed": False, + "source_access": { + "authorized_local_successes": 0, + "denied_local_attempts": 0, + "unauthorized_local_successes": 0, + "ambiguous_local_events": 0, + "authorized_local_classes": [], + }, "native_envelope_sha256": "d" * 64, "cleanup_confirmed": True, "containment_detail": None, diff --git a/tests/test_coordinator_fault_tolerance.py b/tests/test_coordinator_fault_tolerance.py index e0c9d54..9753ff0 100644 --- a/tests/test_coordinator_fault_tolerance.py +++ b/tests/test_coordinator_fault_tolerance.py @@ -84,6 +84,7 @@ def _v8_descriptor( descriptor, _digest = _wire_descriptor() descriptor = copy.deepcopy(descriptor) descriptor["schema_version"] = 8 + descriptor.pop("logical_action_timeout_modes") agents = [ "alibaba", "codex", "deepseek", "gemini", "grok", "moonshot", "zhipu" ] @@ -145,6 +146,7 @@ def _v6_descriptor(self) -> dict: "model_lineages", "logical_action_targets", "logical_action_effort_floors", + "logical_action_timeout_modes", ): descriptor.pop(field, None) semantic = descriptor["semantic_request"] diff --git a/tests/test_direct_runtime_public_contract.py b/tests/test_direct_runtime_public_contract.py index e6c4382..c5c3bf6 100644 --- a/tests/test_direct_runtime_public_contract.py +++ b/tests/test_direct_runtime_public_contract.py @@ -157,8 +157,23 @@ "review.repository": "maximum", } +LOGICAL_ACTION_TIMEOUT_MODES = { + "architecture.conceptual": "total_deadline", + "architecture.repository": "admitted_progress_inactivity", + "codegen.repository": "admitted_progress_inactivity", + "context.documents.extract": "total_deadline", + "context.documents.intent": "total_deadline", + "context.documents.reason": "total_deadline", + "context.repository.extract": "total_deadline", + "context.repository.reason": "total_deadline", + "frontend_codegen.repository": "admitted_progress_inactivity", + "frontend_review.repository": "admitted_progress_inactivity", + "governance.repository": "admitted_progress_inactivity", + "review.repository": "admitted_progress_inactivity", +} + WIRE_CONTRACT_SHA256 = ( - "9ec0c1d0c943a9ba9025dbb554847abea45d5c2dcac893a69ac09539d265a85f" + "05aaa8a128f69502bb8bd4a38a5eda0716268ac95524e41cc07ba091b8162be8" ) @@ -321,9 +336,9 @@ def test_plugin_metadata_declares_the_breaking_package_version(self) -> None: encoding="utf-8" ) ) - self.assertEqual(plugin["version"], "7.0.0") - self.assertEqual(codex["version"], "7.0.0") - self.assertEqual(config["agent-collab"]["skill_version"], "7.0.0") + self.assertEqual(plugin["version"], "7.0.1") + self.assertEqual(codex["version"], "7.0.1") + self.assertEqual(config["agent-collab"]["skill_version"], "7.0.1") class PublicSemanticMembershipTests(unittest.TestCase): @@ -353,6 +368,10 @@ def test_public_membership_comes_from_one_runtime_descriptor(self) -> None: dict(snapshot.logical_action_effort_floors), LOGICAL_ACTION_EFFORT_FLOORS, ) + self.assertEqual( + dict(snapshot.logical_action_timeout_modes), + LOGICAL_ACTION_TIMEOUT_MODES, + ) def test_public_client_accepts_the_previous_positive_wire_schema_revision(self) -> None: client = _load("positive_wire_revision_runtime_client", PLUGIN / "runtime_client.py") @@ -363,6 +382,7 @@ def test_public_client_accepts_the_previous_positive_wire_schema_revision(self) "model_lineages", "logical_action_targets", "logical_action_effort_floors", + "logical_action_timeout_modes", ): descriptor.pop(key) @@ -376,6 +396,8 @@ def test_public_client_accepts_only_head_bound_wire_schema_8(self) -> None: client = _load("wire_v8_runtime_client", PLUGIN / "runtime_client.py") descriptor, _digest = _wire_descriptor() descriptor = json.loads(json.dumps(descriptor)) + descriptor["schema_version"] = 8 + descriptor.pop("logical_action_timeout_modes") self.assertEqual(descriptor["schema_version"], 8) repository = descriptor["semantic_request"]["properties"]["source"]["oneOf"][0] self.assertIn("expected_repo_head", repository["properties"]) @@ -465,7 +487,7 @@ def test_manifest_schema_carries_only_the_top_level_wire_descriptor(self) -> Non self.assertNotIn("contracts", artifact["properties"]) self.assertNotIn("route_contract_version", artifact["properties"]) wire_schema = properties["wire_contract"] - self.assertEqual(wire_schema["properties"]["schema_version"], {"const": 8}) + self.assertEqual(wire_schema["properties"]["schema_version"], {"const": 10}) self.assertIn( "advisory_response", wire_schema["required"], @@ -475,6 +497,7 @@ def test_manifest_schema_carries_only_the_top_level_wire_descriptor(self) -> Non "model_lineages", "logical_action_targets", "logical_action_effort_floors", + "logical_action_timeout_modes", ): self.assertIn(field, wire_schema["required"]) self.assertEqual( @@ -522,6 +545,16 @@ def test_manifest_schema_carries_only_the_top_level_wire_descriptor(self) -> Non for action, floor in LOGICAL_ACTION_EFFORT_FLOORS.items() }, ) + timeout_schema = wire_schema["properties"]["logical_action_timeout_modes"] + self.assertFalse(timeout_schema["additionalProperties"]) + self.assertEqual(timeout_schema["required"], list(LOGICAL_ACTIONS)) + self.assertEqual( + timeout_schema["properties"], + { + action: {"const": mode} + for action, mode in LOGICAL_ACTION_TIMEOUT_MODES.items() + }, + ) self.assertEqual(properties["wire_contract_sha256"], {"const": WIRE_CONTRACT_SHA256}) self.assertEqual( properties["artifacts"]["items"]["properties"]["wire_contract_sha256"], @@ -531,7 +564,7 @@ def test_manifest_schema_carries_only_the_top_level_wire_descriptor(self) -> Non properties["artifacts"]["items"]["properties"][ "provider_runtime_version" ], - {"const": "5.0.0"}, + {"const": "5.0.3"}, ) def test_committed_manifest_is_the_schema_four_activation(self) -> None: @@ -579,7 +612,7 @@ def test_committed_manifest_is_the_schema_four_activation(self) -> None: descriptor = manifest["wire_contract"] self.assertIs(type(descriptor["schema_version"]), int) self.assertGreater(descriptor["schema_version"], 0) - self.assertEqual(descriptor["schema_version"], 8) + self.assertEqual(descriptor["schema_version"], 10) self.assertEqual(descriptor["runtime_protocol_version"], 4) encoded = json.dumps( descriptor, @@ -612,13 +645,29 @@ def test_committed_manifest_is_the_schema_four_activation(self) -> None: descriptor["logical_action_effort_floors"], LOGICAL_ACTION_EFFORT_FLOORS, ) - for result in descriptor["success_response"]["properties"]["result"]["oneOf"][2:]: + self.assertEqual( + descriptor["logical_action_timeout_modes"], + LOGICAL_ACTION_TIMEOUT_MODES, + ) + for result in descriptor["success_response"]["properties"]["result"]["oneOf"]: evidence = result["properties"]["evidence"]["properties"] + if "inspected_paths" not in evidence: + continue + artifact = result["properties"]["artifact_type"]["const"] + expected_minimum = ( + 0 + if artifact in {"governance_verdict", "review_findings"} + else 1 + ) with self.subTest(artifact=result["properties"]["artifact_type"]): - self.assertEqual(evidence["inspected_paths"]["minItems"], 1) - self.assertEqual(evidence["repository_evidence"]["minItems"], 1) + self.assertEqual( + evidence["inspected_paths"]["minItems"], expected_minimum + ) + self.assertEqual( + evidence["repository_evidence"]["minItems"], expected_minimum + ) for artifact in manifest["artifacts"]: - self.assertEqual(artifact["provider_runtime_version"], "5.0.0") + self.assertEqual(artifact["provider_runtime_version"], "5.0.3") self.assertEqual(artifact["wire_contract_sha256"], WIRE_CONTRACT_SHA256) def test_public_runtime_has_no_broker_or_setup_lifecycle_api(self) -> None: diff --git a/tests/test_project_estimation_skill.py b/tests/test_project_estimation_skill.py index 8fe9169..acba522 100644 --- a/tests/test_project_estimation_skill.py +++ b/tests/test_project_estimation_skill.py @@ -131,7 +131,7 @@ def test_package_planners_preserve_typed_unavailable_cost(self) -> None: self.assertIn("must not become zero or a workflow failure", normalized) def test_additive_version_is_consistent_across_canonical_distribution_surfaces(self) -> None: - expected = "7.0.0" + expected = "7.0.1" config = json.loads((ROOT / "scripts" / "skill-build-config.json").read_text(encoding="utf-8")) self.assertEqual(config["agent-collab"]["skill_version"], expected) for manifest in ( diff --git a/tests/test_public_distribution_contract.py b/tests/test_public_distribution_contract.py index 3aa9849..cc24557 100644 --- a/tests/test_public_distribution_contract.py +++ b/tests/test_public_distribution_contract.py @@ -20,7 +20,7 @@ def test_source_generated_metadata_is_consistently_version_7(self) -> None: versions.add(json.loads((ROOT / ".claude-plugin" / "marketplace.json").read_text(encoding="utf-8"))["plugins"][0]["version"]) versions.add(json.loads((ROOT / ".claude-plugin" / "marketplace.json").read_text(encoding="utf-8"))["metadata"]["version"]) versions.add(json.loads((ROOT / ".claude-plugin" / "marketplace.base.json").read_text(encoding="utf-8"))["metadata"]["version"]) - self.assertEqual(versions, {"7.0.0"}) + self.assertEqual(versions, {"7.0.1"}) def test_current_release_documentation_matches_published_evidence(self) -> None: status = ( diff --git a/tests/test_unified_skill_runtime_contract.py b/tests/test_unified_skill_runtime_contract.py index 0c306ac..ada0a8d 100644 --- a/tests/test_unified_skill_runtime_contract.py +++ b/tests/test_unified_skill_runtime_contract.py @@ -24,10 +24,10 @@ def _assert_single_cardinality_claim( def test_generated_skills_and_host_manifests_are_version_7(self) -> None: for path in (PLUGIN / "skills").glob("*/SKILL.md"): - self.assertIn("\nversion: 7.0.0\n", path.read_text(encoding="utf-8")) + self.assertIn("\nversion: 7.0.1\n", path.read_text(encoding="utf-8")) for host in (".claude-plugin", ".codex-plugin"): manifest = json.loads((PLUGIN / host / "plugin.json").read_text(encoding="utf-8")) - self.assertEqual(manifest["version"], "7.0.0") + self.assertEqual(manifest["version"], "7.0.1") def test_readme_documents_closed_semantic_coordinator(self) -> None: text = (PLUGIN / "README.md").read_text(encoding="utf-8")