@floegence/redevplugin-contracts 0.6.10 → 0.6.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,8 +2,8 @@ export declare const generatedContractArtifacts: readonly [{
2
2
  readonly id: "compatibility-manifest-schema";
3
3
  readonly path: "spec/plugin/compatibility-manifest-v8.schema.json";
4
4
  readonly version: "compatibility-manifest-v8";
5
- readonly sha256: "a1831e0ae9a1b47d92e7ad9879b1ca4e3510ebc212b87360595b672e8b87bc79";
6
- readonly body: "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/compatibility-manifest-v8.schema.json\",\n \"title\": \"ReDevPlugin compatibility manifest v8\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"schema_version\", \"package_set\", \"matrix\", \"contract_set_sha256\", \"contracts\"],\n \"properties\": {\n \"schema_version\": {\"const\": \"redevplugin.compatibility.v8\"},\n \"package_set\": {\"$ref\": \"platform-package-set-v1.schema.json\"},\n \"matrix\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"plugin_ui_protocol_version\", \"plugin_host_protocol_version\", \"rust_ipc_version\", \"wasm_abi_version\",\n \"manifest_schema_version\", \"package_signature_schema_version\", \"release_metadata_schema_version\",\n \"release_root_delegation_schema_version\", \"release_source_policy_schema_version\",\n \"release_source_policy_pointer_schema_version\", \"release_revocation_schema_version\",\n \"release_revocation_pointer_schema_version\", \"release_trust_state_schema_version\",\n \"trusted_time_evidence_schema_version\", \"trusted_time_leaf_schema_version\",\n \"release_signing_ledger_schema_version\", \"release_signing_subject_schema_version\",\n \"release_signature_envelope_schema_version\", \"release_signing_ledger_receipt_schema_version\",\n \"release_signing_ledger_evidence_schema_version\", \"token_ticket_schema_version\", \"bridge_schema_version\",\n \"opaque_surface_document_schema_version\", \"opaque_surface_transport_schema_version\", \"target_classifier_version\",\n \"network_grant_schema_version\", \"resource_scope_schema_version\", \"session_scope_schema_version\",\n \"plugin_platform_openapi_version\", \"compatibility_schema_version\", \"worker_invocation_schema_version\",\n \"host_capability_contract_schema_version\", \"host_capability_pin_schema_version\",\n \"host_capability_manifest_schema_version\", \"host_capability_compatibility_schema_version\",\n \"host_capability_signature_schema_version\", \"host_capability_notices_schema_version\",\n \"error_codes_schema_version\", \"performance_contract_version\", \"performance_evidence_schema_version\",\n \"contract_registry_version\", \"platform_package_set_schema_version\",\n \"platform_package_publication_schema_version\", \"runtime_admission_schema_version\",\n \"runtime_descriptor_schema_version\", \"owner_scope_inventory_registry_version\",\n \"owner_scope_inventory_schema_version\", \"owner_scope_migration_schema_version\",\n \"process_containment_schema_version\", \"runtime_exec_journal_schema_version\",\n \"quarantine_cleanup_schema_version\"\n ],\n \"properties\": {\n \"plugin_ui_protocol_version\": {\"const\": \"plugin-ui-v5\"},\n \"plugin_host_protocol_version\": {\"const\": \"plugin-host-v6\"},\n \"rust_ipc_version\": {\"const\": \"rust-ipc-v6\"},\n \"wasm_abi_version\": {\"const\": \"redevplugin-wasm-worker-v2\"},\n \"manifest_schema_version\": {\"const\": \"manifest-v5\"},\n \"package_signature_schema_version\": {\"const\": \"package-signature-v1\"},\n \"release_metadata_schema_version\": {\"const\": \"release-metadata-v5\"},\n \"release_root_delegation_schema_version\": {\"const\": \"release-root-delegation-v1\"},\n \"release_source_policy_schema_version\": {\"const\": \"release-source-policy-v2\"},\n \"release_source_policy_pointer_schema_version\": {\"const\": \"release-source-policy-pointer-v1\"},\n \"release_revocation_schema_version\": {\"const\": \"release-revocation-v2\"},\n \"release_revocation_pointer_schema_version\": {\"const\": \"release-revocation-pointer-v1\"},\n \"release_trust_state_schema_version\": {\"const\": \"release-trust-state-v1\"},\n \"trusted_time_evidence_schema_version\": {\"const\": \"trusted-time-evidence-v1\"},\n \"trusted_time_leaf_schema_version\": {\"const\": \"trusted-time-leaf-v1\"},\n \"release_signing_ledger_schema_version\": {\"const\": \"release-signing-ledger-v1\"},\n \"release_signing_subject_schema_version\": {\"const\": \"release-signing-subject-v1\"},\n \"release_signature_envelope_schema_version\": {\"const\": \"release-signature-envelope-v1\"},\n \"release_signing_ledger_receipt_schema_version\": {\"const\": \"release-signing-ledger-receipt-v1\"},\n \"release_signing_ledger_evidence_schema_version\": {\"const\": \"release-signing-ledger-evidence-v1\"},\n \"token_ticket_schema_version\": {\"const\": \"token-ticket-v4\"},\n \"bridge_schema_version\": {\"const\": \"bridge-v5\"},\n \"opaque_surface_document_schema_version\": {\"const\": \"opaque-surface-document-v3\"},\n \"opaque_surface_transport_schema_version\": {\"const\": \"opaque-surface-transport-v4\"},\n \"target_classifier_version\": {\"const\": \"target-classifier-v2\"},\n \"network_grant_schema_version\": {\"const\": \"network-grant-v2\"},\n \"resource_scope_schema_version\": {\"const\": \"resource-scope-v1\"},\n \"session_scope_schema_version\": {\"const\": \"session-scope-v1\"},\n \"plugin_platform_openapi_version\": {\"const\": \"plugin-platform-v8\"},\n \"compatibility_schema_version\": {\"const\": \"compatibility-manifest-v8\"},\n \"worker_invocation_schema_version\": {\"const\": \"worker-invocation-v3\"},\n \"host_capability_contract_schema_version\": {\"const\": \"host-capability-contract-v1\"},\n \"host_capability_pin_schema_version\": {\"const\": \"host-capability-pin-v1\"},\n \"host_capability_manifest_schema_version\": {\"const\": \"host-capability-manifest-v1\"},\n \"host_capability_compatibility_schema_version\": {\"const\": \"host-capability-compatibility-v1\"},\n \"host_capability_signature_schema_version\": {\"const\": \"host-capability-signature-v1\"},\n \"host_capability_notices_schema_version\": {\"const\": \"host-capability-notices-v1\"},\n \"error_codes_schema_version\": {\"const\": \"error-codes-v6\"},\n \"performance_contract_version\": {\"const\": \"performance-contract-v3\"},\n \"performance_evidence_schema_version\": {\"const\": \"performance-evidence-v3\"},\n \"contract_registry_version\": {\"const\": \"contract-registry-v2\"},\n \"platform_package_set_schema_version\": {\"const\": \"platform-package-set-v1\"},\n \"platform_package_publication_schema_version\": {\"const\": \"platform-package-publication-v1\"},\n \"runtime_admission_schema_version\": {\"const\": \"runtime-admission-v1\"},\n \"runtime_descriptor_schema_version\": {\"const\": \"runtime-descriptor-v2\"},\n \"owner_scope_inventory_registry_version\": {\"const\": \"owner-scope-inventory-registry-v1\"},\n \"owner_scope_inventory_schema_version\": {\"const\": \"owner-scope-inventory-v1\"},\n \"owner_scope_migration_schema_version\": {\"const\": \"owner-scope-migration-v1\"},\n \"process_containment_schema_version\": {\"const\": \"process-containment-v1\"},\n \"runtime_exec_journal_schema_version\": {\"const\": \"runtime-exec-journal-v1\"},\n \"quarantine_cleanup_schema_version\": {\"const\": \"quarantine-cleanup-v1\"}\n }\n },\n \"contract_set_sha256\": {\"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\"},\n \"contracts\": {\n \"type\": \"array\", \"minItems\": 1, \"maxItems\": 256, \"uniqueItems\": true,\n \"items\": {\"$ref\": \"#/$defs/contract\"}\n }\n },\n \"$defs\": {\n \"contract\": {\n \"type\": \"object\", \"additionalProperties\": false,\n \"required\": [\"id\", \"path\", \"version\", \"sha256\"],\n \"properties\": {\n \"id\": {\"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9-]+$\"},\n \"path\": {\"type\": \"string\", \"pattern\": \"^spec/(openapi|plugin)/[A-Za-z0-9._/-]+$\"},\n \"version\": {\"type\": \"string\", \"minLength\": 1},\n \"sha256\": {\"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\"}\n }\n }\n }\n}\n";
5
+ readonly sha256: "fe966f66e23a6d7558156608f269d08fbe57d8bca16514f1d095445cea697189";
6
+ readonly body: "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/compatibility-manifest-v8.schema.json\",\n \"title\": \"ReDevPlugin compatibility manifest v8\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"schema_version\", \"package_set\", \"matrix\", \"contract_set_sha256\", \"contracts\"],\n \"properties\": {\n \"schema_version\": {\"const\": \"redevplugin.compatibility.v8\"},\n \"package_set\": {\"$ref\": \"platform-package-set-v1.schema.json\"},\n \"matrix\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"plugin_ui_protocol_version\", \"plugin_host_protocol_version\", \"rust_ipc_version\", \"wasm_abi_version\",\n \"manifest_schema_version\", \"package_signature_schema_version\", \"release_metadata_schema_version\",\n \"release_root_delegation_schema_version\", \"release_source_policy_schema_version\",\n \"release_source_policy_pointer_schema_version\", \"release_revocation_schema_version\",\n \"release_revocation_pointer_schema_version\", \"release_trust_state_schema_version\",\n \"trusted_time_evidence_schema_version\", \"trusted_time_leaf_schema_version\",\n \"release_signing_ledger_schema_version\", \"release_signing_subject_schema_version\",\n \"release_signature_envelope_schema_version\", \"release_signing_ledger_receipt_schema_version\",\n \"release_signing_ledger_evidence_schema_version\", \"token_ticket_schema_version\", \"bridge_schema_version\",\n \"opaque_surface_document_schema_version\", \"opaque_surface_transport_schema_version\", \"target_classifier_version\",\n \"network_grant_schema_version\", \"resource_scope_schema_version\", \"session_scope_schema_version\",\n \"plugin_platform_openapi_version\", \"compatibility_schema_version\", \"worker_invocation_schema_version\",\n \"host_capability_contract_schema_version\", \"host_capability_pin_schema_version\",\n \"host_capability_manifest_schema_version\", \"host_capability_compatibility_schema_version\",\n \"host_capability_signature_schema_version\", \"host_capability_notices_schema_version\",\n \"error_codes_schema_version\", \"performance_contract_version\", \"performance_evidence_schema_version\",\n \"contract_registry_version\", \"platform_package_set_schema_version\",\n \"platform_package_publication_schema_version\", \"runtime_admission_schema_version\",\n \"runtime_descriptor_schema_version\", \"owner_scope_inventory_registry_version\",\n \"owner_scope_inventory_schema_version\", \"owner_scope_migration_schema_version\",\n \"process_containment_schema_version\", \"runtime_exec_journal_schema_version\",\n \"quarantine_cleanup_schema_version\"\n ],\n \"properties\": {\n \"plugin_ui_protocol_version\": {\"const\": \"plugin-ui-v5\"},\n \"plugin_host_protocol_version\": {\"const\": \"plugin-host-v6\"},\n \"rust_ipc_version\": {\"const\": \"rust-ipc-v6\"},\n \"wasm_abi_version\": {\"const\": \"redevplugin-wasm-worker-v2\"},\n \"manifest_schema_version\": {\"const\": \"manifest-v5\"},\n \"package_signature_schema_version\": {\"const\": \"package-signature-v1\"},\n \"release_metadata_schema_version\": {\"const\": \"release-metadata-v5\"},\n \"release_root_delegation_schema_version\": {\"const\": \"release-root-delegation-v1\"},\n \"release_source_policy_schema_version\": {\"const\": \"release-source-policy-v2\"},\n \"release_source_policy_pointer_schema_version\": {\"const\": \"release-source-policy-pointer-v1\"},\n \"release_revocation_schema_version\": {\"const\": \"release-revocation-v2\"},\n \"release_revocation_pointer_schema_version\": {\"const\": \"release-revocation-pointer-v1\"},\n \"release_trust_state_schema_version\": {\"const\": \"release-trust-state-v1\"},\n \"trusted_time_evidence_schema_version\": {\"const\": \"trusted-time-evidence-v1\"},\n \"trusted_time_leaf_schema_version\": {\"const\": \"trusted-time-leaf-v1\"},\n \"release_signing_ledger_schema_version\": {\"const\": \"release-signing-ledger-v1\"},\n \"release_signing_subject_schema_version\": {\"const\": \"release-signing-subject-v1\"},\n \"release_signature_envelope_schema_version\": {\"const\": \"release-signature-envelope-v1\"},\n \"release_signing_ledger_receipt_schema_version\": {\"const\": \"release-signing-ledger-receipt-v1\"},\n \"release_signing_ledger_evidence_schema_version\": {\"const\": \"release-signing-ledger-evidence-v1\"},\n \"token_ticket_schema_version\": {\"const\": \"token-ticket-v4\"},\n \"bridge_schema_version\": {\"const\": \"bridge-v5\"},\n \"opaque_surface_document_schema_version\": {\"const\": \"opaque-surface-document-v3\"},\n \"opaque_surface_transport_schema_version\": {\"const\": \"opaque-surface-transport-v4\"},\n \"target_classifier_version\": {\"const\": \"target-classifier-v2\"},\n \"network_grant_schema_version\": {\"const\": \"network-grant-v2\"},\n \"resource_scope_schema_version\": {\"const\": \"resource-scope-v1\"},\n \"session_scope_schema_version\": {\"const\": \"session-scope-v1\"},\n \"plugin_platform_openapi_version\": {\"const\": \"plugin-platform-v8\"},\n \"compatibility_schema_version\": {\"const\": \"compatibility-manifest-v8\"},\n \"worker_invocation_schema_version\": {\"const\": \"worker-invocation-v3\"},\n \"host_capability_contract_schema_version\": {\"const\": \"host-capability-contract-v1\"},\n \"host_capability_pin_schema_version\": {\"const\": \"host-capability-pin-v1\"},\n \"host_capability_manifest_schema_version\": {\"const\": \"host-capability-manifest-v1\"},\n \"host_capability_compatibility_schema_version\": {\"const\": \"host-capability-compatibility-v1\"},\n \"host_capability_signature_schema_version\": {\"const\": \"host-capability-signature-v1\"},\n \"host_capability_notices_schema_version\": {\"const\": \"host-capability-notices-v1\"},\n \"error_codes_schema_version\": {\"const\": \"error-codes-v6\"},\n \"performance_contract_version\": {\"const\": \"performance-contract-v4\"},\n \"performance_evidence_schema_version\": {\"const\": \"performance-evidence-v4\"},\n \"contract_registry_version\": {\"const\": \"contract-registry-v2\"},\n \"platform_package_set_schema_version\": {\"const\": \"platform-package-set-v1\"},\n \"platform_package_publication_schema_version\": {\"const\": \"platform-package-publication-v1\"},\n \"runtime_admission_schema_version\": {\"const\": \"runtime-admission-v1\"},\n \"runtime_descriptor_schema_version\": {\"const\": \"runtime-descriptor-v2\"},\n \"owner_scope_inventory_registry_version\": {\"const\": \"owner-scope-inventory-registry-v1\"},\n \"owner_scope_inventory_schema_version\": {\"const\": \"owner-scope-inventory-v1\"},\n \"owner_scope_migration_schema_version\": {\"const\": \"owner-scope-migration-v1\"},\n \"process_containment_schema_version\": {\"const\": \"process-containment-v1\"},\n \"runtime_exec_journal_schema_version\": {\"const\": \"runtime-exec-journal-v1\"},\n \"quarantine_cleanup_schema_version\": {\"const\": \"quarantine-cleanup-v1\"}\n }\n },\n \"contract_set_sha256\": {\"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\"},\n \"contracts\": {\n \"type\": \"array\", \"minItems\": 1, \"maxItems\": 256, \"uniqueItems\": true,\n \"items\": {\"$ref\": \"#/$defs/contract\"}\n }\n },\n \"$defs\": {\n \"contract\": {\n \"type\": \"object\", \"additionalProperties\": false,\n \"required\": [\"id\", \"path\", \"version\", \"sha256\"],\n \"properties\": {\n \"id\": {\"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9-]+$\"},\n \"path\": {\"type\": \"string\", \"pattern\": \"^spec/(openapi|plugin)/[A-Za-z0-9._/-]+$\"},\n \"version\": {\"type\": \"string\", \"minLength\": 1},\n \"sha256\": {\"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\"}\n }\n }\n }\n}\n";
7
7
  }, {
8
8
  readonly id: "contract-registry-schema";
9
9
  readonly path: "spec/plugin/contract-registry-v2.schema.json";
@@ -108,16 +108,16 @@ export declare const generatedContractArtifacts: readonly [{
108
108
  readonly body: "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/package-signature-v1.schema.json\",\n \"title\": \"ReDevPlugin package detached signature v1\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"schema_version\",\n \"algorithm\",\n \"key_id\",\n \"package_hash\",\n \"manifest_hash\",\n \"entries_hash\",\n \"signature\"\n ],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.package_signature.v1\" },\n \"algorithm\": { \"enum\": [\"ed25519\"] },\n \"key_id\": { \"type\": \"string\", \"minLength\": 1 },\n \"publisher_id\": { \"type\": \"string\", \"minLength\": 1 },\n \"plugin_id\": { \"type\": \"string\", \"minLength\": 1 },\n \"package_hash\": { \"$ref\": \"#/$defs/sha256\" },\n \"manifest_hash\": { \"$ref\": \"#/$defs/sha256\" },\n \"entries_hash\": { \"$ref\": \"#/$defs/sha256\" },\n \"signature\": { \"type\": \"string\", \"minLength\": 1 },\n \"signed_at\": { \"type\": \"string\", \"format\": \"date-time\" }\n },\n \"$defs\": {\n \"sha256\": {\n \"type\": \"string\",\n \"pattern\": \"^sha256:[a-f0-9]{64}$\"\n }\n }\n}\n";
109
109
  }, {
110
110
  readonly id: "performance-contract";
111
- readonly path: "spec/plugin/performance-contract-v3.json";
112
- readonly version: "performance-contract-v3";
113
- readonly sha256: "df328f565d111ad4ea2b83eaf873de534f4a07c683b39cf24334ac182f564e1e";
114
- readonly body: "{\n \"schema_version\": \"redevplugin.performance_contract.v3\",\n \"comparison_probes\": [\n {\n \"id\": \"httpadapter.route-authorization-v051\",\n \"baseline_release\": \"0.5.1\",\n \"baseline_commit\": \"3febcc59bbdb2118a4f105781b4c743bc11ba09f\",\n \"repetitions\": 9,\n \"warmup_batches\": 8,\n \"requests_per_sample\": 32,\n \"measured_batches\": [\n { \"concurrency\": 1, \"batches\": 1000, \"samples\": 32000 },\n { \"concurrency\": 100, \"batches\": 64, \"samples\": 204800 },\n { \"concurrency\": 1000, \"batches\": 64, \"samples\": 2048000 }\n ],\n \"runner\": {\n \"path\": \"scripts/measure_http_route_authorization_performance.mjs\",\n \"sha256\": \"5ad8c3cfddb85266493198098a784f0335e6dca518eebe4f63a3fcb112c29709\"\n },\n \"comparison_logic\": {\n \"path\": \"scripts/route_authorization_comparison.mjs\",\n \"sha256\": \"f741b7f21ffc771c2064d7293fce9ec5138771ee6b0f62a374b80d899dc66fb6\"\n },\n \"baseline_probe\": {\n \"path\": \"testdata/performance/httpadapter-v051/route_authorization_performance_test.go\",\n \"sha256\": \"2a8891b9c2e962ba3660aadb25bdf9e2cca45565ad8dea6d7b59c08fc787c18f\"\n },\n \"candidate_probe\": {\n \"path\": \"pkg/httpadapter/route_authorization_performance_test.go\",\n \"sha256\": \"113eb3f0cf1d7383a6f14b8d7406e42c655c018c1455b47f0afd44869a354ff3\"\n },\n \"shared_probe\": {\n \"path\": \"internal/performanceevidence/route_authorization.go\",\n \"sha256\": \"5a2dd9f235eb80d2f7c6a2ddb5870e1d5aa9f9132b6a8abff51ce20b0f037910\"\n }\n }\n ],\n \"scenarios\": [\n {\n \"id\": \"runtime.blocked-hostcall-isolation\",\n \"sample_count\": 16,\n \"metrics\": [\n { \"name\": \"completed\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 16 },\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 250 }\n ]\n },\n {\n \"id\": \"runtime.cache-single-flight\",\n \"sample_count\": 32,\n \"metrics\": [\n { \"name\": \"artifact_reads\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"module_compiles\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"cache_entries\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"runtime.cancel-queued\",\n \"sample_count\": 20,\n \"metrics\": [\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n },\n {\n \"id\": \"runtime.cancel-running\",\n \"sample_count\": 20,\n \"metrics\": [\n { \"name\": \"ack_p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 100 },\n { \"name\": \"runtime_ready\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"runtime.warm-invocations\",\n \"sample_count\": 32,\n \"metrics\": [\n { \"name\": \"completed\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 32 },\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 100 },\n { \"name\": \"max\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 500 }\n ]\n },\n {\n \"id\": \"runtime.ipc-writer-burst\",\n \"sample_count\": 10000,\n \"metrics\": [\n { \"name\": \"frames\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 10000 },\n { \"name\": \"queue_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 136 },\n { \"name\": \"blocked_at_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"peak_rss_bytes\", \"unit\": \"bytes\", \"comparator\": \"lte\", \"limit\": 67108864 },\n { \"name\": \"flushes\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 625 }\n ]\n },\n {\n \"id\": \"runtime.scheduler-indexed-cancel\",\n \"sample_count\": 10000,\n \"metrics\": [\n { \"name\": \"index_lookups\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 10000 },\n { \"name\": \"compaction_entries_per_cancel\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 25000 },\n { \"name\": \"remaining_requests\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 0 }\n ]\n },\n {\n \"id\": \"runtime.module-cache-indexed-eviction\",\n \"sample_count\": 10000,\n \"metrics\": [\n { \"name\": \"index_pops_per_eviction\", \"unit\": \"basis_points\", \"comparator\": \"eq\", \"limit\": 10000 },\n { \"name\": \"remaining_entries\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 128 }\n ]\n },\n {\n \"id\": \"httpadapter.route-authorization-c1\",\n \"sample_count\": 32000,\n \"metrics\": [\n { \"name\": \"p95_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11000 },\n { \"name\": \"p99_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11500 },\n { \"name\": \"allocations_increase\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 1 },\n { \"name\": \"allocated_bytes_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 10500 }\n ]\n },\n {\n \"id\": \"httpadapter.route-authorization-c100\",\n \"sample_count\": 204800,\n \"metrics\": [\n { \"name\": \"p95_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11000 },\n { \"name\": \"p99_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11500 },\n { \"name\": \"allocations_increase\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 1 },\n { \"name\": \"allocated_bytes_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 10500 }\n ]\n },\n {\n \"id\": \"httpadapter.route-authorization-c1000\",\n \"sample_count\": 2048000,\n \"metrics\": [\n { \"name\": \"p95_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11000 },\n { \"name\": \"p99_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11500 },\n { \"name\": \"allocations_increase\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 1 },\n { \"name\": \"allocated_bytes_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 10500 }\n ]\n },\n {\n \"id\": \"connectivity.http-keepalive\",\n \"sample_count\": 64,\n \"metrics\": [\n { \"name\": \"p95_relative_to_connect\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 7000 },\n { \"name\": \"reused_connection_dials\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"connectivity.udp-limiter-scaling\",\n \"sample_count\": 9000,\n \"metrics\": [\n { \"name\": \"p95_large_relative_to_small\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 20000 },\n { \"name\": \"bucket_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 65536 },\n { \"name\": \"overflow_denied\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"plugindata.namespace-cache-warm\",\n \"sample_count\": 100,\n \"metrics\": [\n { \"name\": \"relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 3000 }\n ]\n },\n {\n \"id\": \"pluginpkg.package-owned-materialization\",\n \"sample_count\": 3,\n \"metrics\": [\n { \"name\": \"peak_rss_relative_to_cloned\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 6500 }\n ]\n },\n {\n \"id\": \"pluginpkg.wasm-inspection-cache\",\n \"sample_count\": 1000,\n \"metrics\": [\n { \"name\": \"inspector_calls\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"cache_entries\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"cache_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 128 },\n { \"name\": \"warm_relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 5000 }\n ]\n },\n {\n \"id\": \"registry.sqlite-authorization-scaling\",\n \"sample_count\": 500,\n \"metrics\": [\n { \"name\": \"p95_1000_grants_relative_to_1\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 20000 }\n ]\n },\n {\n \"id\": \"operation.memory-store-snapshot\",\n \"sample_count\": 1000,\n \"metrics\": [\n { \"name\": \"relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 2000 }\n ]\n },\n {\n \"id\": \"stream.memory-store-snapshot\",\n \"sample_count\": 1000,\n \"metrics\": [\n { \"name\": \"relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 2000 }\n ]\n },\n {\n \"id\": \"stream.event-backpressure\",\n \"sample_count\": 257,\n \"metrics\": [\n { \"name\": \"accepted_events\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 256 },\n { \"name\": \"first_rejected_event\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 257 }\n ]\n },\n {\n \"id\": \"stream.idle-waiters\",\n \"sample_count\": 500,\n \"metrics\": [\n { \"name\": \"waiters\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 500 },\n { \"name\": \"periodic_store_queries\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 0 },\n { \"name\": \"wake_p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 100 }\n ]\n },\n {\n \"id\": \"stream.sqlite-batch-delivery\",\n \"sample_count\": 256,\n \"metrics\": [\n { \"name\": \"events_selected\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 256 },\n { \"name\": \"bounded_selects\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"delivery_snapshots\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"range_deletes\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"remaining_events\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 256 }\n ]\n },\n {\n \"id\": \"ui.chromium-renderer\",\n \"sample_count\": 10,\n \"metrics\": [\n { \"name\": \"reverse_patch_p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 },\n { \"name\": \"long_tasks\", \"unit\": \"long_tasks\", \"comparator\": \"eq\", \"limit\": 0 },\n { \"name\": \"max_long_task\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n },\n {\n \"id\": \"ui.keyed-reversal\",\n \"sample_count\": 30,\n \"metrics\": [\n { \"name\": \"moves\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 999 },\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n },\n {\n \"id\": \"ui.single-leaf-reconciliation\",\n \"sample_count\": 40,\n \"metrics\": [\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 16 },\n { \"name\": \"max\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n }\n ]\n}\n";
111
+ readonly path: "spec/plugin/performance-contract-v4.json";
112
+ readonly version: "performance-contract-v4";
113
+ readonly sha256: "aedc50ed8899346140965dc46e8adf2048c47bcf6c146c3b7a51646eda7725e1";
114
+ readonly body: "{\n \"schema_version\": \"redevplugin.performance_contract.v4\",\n \"comparison_probes\": [\n {\n \"id\": \"httpadapter.route-authorization-v051\",\n \"baseline_release\": \"0.5.1\",\n \"baseline_commit\": \"3febcc59bbdb2118a4f105781b4c743bc11ba09f\",\n \"repetitions\": 9,\n \"max_attempts\": 3,\n \"warmup_batches\": 8,\n \"requests_per_sample\": 32,\n \"noise_qualification\": {\n \"batch_median_relative\": {\n \"relative_mad_limit_basis_points\": 750,\n \"maximum_relative_deviation_limit_basis_points\": 2500,\n \"order_bias_limit_basis_points\": 750\n },\n \"batch_p95_relative\": {\n \"relative_mad_limit_basis_points\": 1250,\n \"maximum_relative_deviation_limit_basis_points\": 5000,\n \"order_bias_limit_basis_points\": 2000\n }\n },\n \"measured_batches\": [\n { \"concurrency\": 1, \"batches\": 1000, \"samples\": 32000 },\n { \"concurrency\": 100, \"batches\": 64, \"samples\": 204800 },\n { \"concurrency\": 1000, \"batches\": 64, \"samples\": 2048000 }\n ],\n \"runner\": {\n \"path\": \"scripts/measure_http_route_authorization_performance.mjs\",\n \"sha256\": \"0e182c94158a915d7ee63af23da9156caf611c4832a808fb482bbfe80b417834\"\n },\n \"comparison_logic\": {\n \"path\": \"scripts/route_authorization_comparison.mjs\",\n \"sha256\": \"e8b098aadb3d7aba9e0cb64444193fa8d5c254969355572900a15ea5b894d05b\"\n },\n \"baseline_probe\": {\n \"path\": \"testdata/performance/httpadapter-v051/route_authorization_performance_test.go\",\n \"sha256\": \"2a8891b9c2e962ba3660aadb25bdf9e2cca45565ad8dea6d7b59c08fc787c18f\"\n },\n \"candidate_probe\": {\n \"path\": \"pkg/httpadapter/route_authorization_performance_test.go\",\n \"sha256\": \"113eb3f0cf1d7383a6f14b8d7406e42c655c018c1455b47f0afd44869a354ff3\"\n },\n \"shared_probe\": {\n \"path\": \"internal/performanceevidence/route_authorization.go\",\n \"sha256\": \"7ea1721d959004094e912c49aca90e05ffb83f8f1a0013bb53e7fb2e70f55725\"\n }\n }\n ],\n \"scenarios\": [\n {\n \"id\": \"runtime.blocked-hostcall-isolation\",\n \"sample_count\": 16,\n \"metrics\": [\n { \"name\": \"completed\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 16 },\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 250 }\n ]\n },\n {\n \"id\": \"runtime.cache-single-flight\",\n \"sample_count\": 32,\n \"metrics\": [\n { \"name\": \"artifact_reads\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"module_compiles\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"cache_entries\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"runtime.cancel-queued\",\n \"sample_count\": 20,\n \"metrics\": [\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n },\n {\n \"id\": \"runtime.cancel-running\",\n \"sample_count\": 20,\n \"metrics\": [\n { \"name\": \"ack_p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 100 },\n { \"name\": \"runtime_ready\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"runtime.warm-invocations\",\n \"sample_count\": 32,\n \"metrics\": [\n { \"name\": \"completed\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 32 },\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 100 },\n { \"name\": \"max\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 500 }\n ]\n },\n {\n \"id\": \"runtime.ipc-writer-burst\",\n \"sample_count\": 10000,\n \"metrics\": [\n { \"name\": \"frames\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 10000 },\n { \"name\": \"queue_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 136 },\n { \"name\": \"blocked_at_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"peak_rss_bytes\", \"unit\": \"bytes\", \"comparator\": \"lte\", \"limit\": 67108864 },\n { \"name\": \"flushes\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 625 }\n ]\n },\n {\n \"id\": \"runtime.scheduler-indexed-cancel\",\n \"sample_count\": 10000,\n \"metrics\": [\n { \"name\": \"index_lookups\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 10000 },\n { \"name\": \"compaction_entries_per_cancel\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 25000 },\n { \"name\": \"remaining_requests\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 0 }\n ]\n },\n {\n \"id\": \"runtime.module-cache-indexed-eviction\",\n \"sample_count\": 10000,\n \"metrics\": [\n { \"name\": \"index_pops_per_eviction\", \"unit\": \"basis_points\", \"comparator\": \"eq\", \"limit\": 10000 },\n { \"name\": \"remaining_entries\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 128 }\n ]\n },\n {\n \"id\": \"httpadapter.route-authorization-c1\",\n \"sample_count\": 32000,\n \"metrics\": [\n { \"name\": \"p95_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11000 },\n { \"name\": \"p99_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11500 },\n { \"name\": \"allocations_increase\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 1 },\n { \"name\": \"allocated_bytes_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 10500 }\n ]\n },\n {\n \"id\": \"httpadapter.route-authorization-c100\",\n \"sample_count\": 204800,\n \"metrics\": [\n { \"name\": \"batch_median_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11000 },\n { \"name\": \"batch_p95_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11500 },\n { \"name\": \"allocations_increase\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 1 },\n { \"name\": \"allocated_bytes_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 10500 }\n ]\n },\n {\n \"id\": \"httpadapter.route-authorization-c1000\",\n \"sample_count\": 2048000,\n \"metrics\": [\n { \"name\": \"batch_median_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11000 },\n { \"name\": \"batch_p95_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11500 },\n { \"name\": \"allocations_increase\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 1 },\n { \"name\": \"allocated_bytes_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 10500 }\n ]\n },\n {\n \"id\": \"connectivity.http-keepalive\",\n \"sample_count\": 64,\n \"metrics\": [\n { \"name\": \"p95_relative_to_connect\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 7000 },\n { \"name\": \"reused_connection_dials\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"connectivity.udp-limiter-scaling\",\n \"sample_count\": 9000,\n \"metrics\": [\n { \"name\": \"p95_large_relative_to_small\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 20000 },\n { \"name\": \"bucket_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 65536 },\n { \"name\": \"overflow_denied\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"plugindata.namespace-cache-warm\",\n \"sample_count\": 100,\n \"metrics\": [\n { \"name\": \"relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 3000 }\n ]\n },\n {\n \"id\": \"pluginpkg.package-owned-materialization\",\n \"sample_count\": 3,\n \"metrics\": [\n { \"name\": \"peak_rss_relative_to_cloned\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 6500 }\n ]\n },\n {\n \"id\": \"pluginpkg.wasm-inspection-cache\",\n \"sample_count\": 1000,\n \"metrics\": [\n { \"name\": \"inspector_calls\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"cache_entries\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"cache_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 128 },\n { \"name\": \"warm_relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 5000 }\n ]\n },\n {\n \"id\": \"registry.sqlite-authorization-scaling\",\n \"sample_count\": 500,\n \"metrics\": [\n { \"name\": \"p95_1000_grants_relative_to_1\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 20000 }\n ]\n },\n {\n \"id\": \"operation.memory-store-snapshot\",\n \"sample_count\": 1000,\n \"metrics\": [\n { \"name\": \"relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 2000 }\n ]\n },\n {\n \"id\": \"stream.memory-store-snapshot\",\n \"sample_count\": 1000,\n \"metrics\": [\n { \"name\": \"relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 2000 }\n ]\n },\n {\n \"id\": \"stream.event-backpressure\",\n \"sample_count\": 257,\n \"metrics\": [\n { \"name\": \"accepted_events\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 256 },\n { \"name\": \"first_rejected_event\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 257 }\n ]\n },\n {\n \"id\": \"stream.idle-waiters\",\n \"sample_count\": 500,\n \"metrics\": [\n { \"name\": \"waiters\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 500 },\n { \"name\": \"periodic_store_queries\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 0 },\n { \"name\": \"wake_p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 100 }\n ]\n },\n {\n \"id\": \"stream.sqlite-batch-delivery\",\n \"sample_count\": 256,\n \"metrics\": [\n { \"name\": \"events_selected\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 256 },\n { \"name\": \"bounded_selects\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"delivery_snapshots\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"range_deletes\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"remaining_events\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 256 }\n ]\n },\n {\n \"id\": \"ui.chromium-renderer\",\n \"sample_count\": 10,\n \"metrics\": [\n { \"name\": \"reverse_patch_p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 },\n { \"name\": \"long_tasks\", \"unit\": \"long_tasks\", \"comparator\": \"eq\", \"limit\": 0 },\n { \"name\": \"max_long_task\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n },\n {\n \"id\": \"ui.keyed-reversal\",\n \"sample_count\": 30,\n \"metrics\": [\n { \"name\": \"moves\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 999 },\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n },\n {\n \"id\": \"ui.single-leaf-reconciliation\",\n \"sample_count\": 40,\n \"metrics\": [\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 16 },\n { \"name\": \"max\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n }\n ]\n}\n";
115
115
  }, {
116
116
  readonly id: "performance-evidence-schema";
117
- readonly path: "spec/plugin/performance-evidence-v3.schema.json";
118
- readonly version: "performance-evidence-v3";
119
- readonly sha256: "fe9b9c48aa89dd67453c7e982301d48dd5bbe34c418488bf5265479d49c2dadc";
120
- readonly body: "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/performance-evidence-v3.schema.json\",\n \"title\": \"ReDevPlugin release performance evidence v3\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"schema_version\",\n \"release_version\",\n \"source_commit\",\n \"generated_at\",\n \"environment\",\n \"scenarios\",\n \"comparisons\",\n \"contract_hashes\"\n ],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.performance_evidence.v3\" },\n \"release_version\": { \"$ref\": \"#/$defs/semver\" },\n \"source_commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"generated_at\": { \"type\": \"string\", \"format\": \"date-time\" },\n \"environment\": { \"$ref\": \"#/$defs/environment\" },\n \"scenarios\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/scenario\" }\n },\n \"comparisons\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/comparison\" }\n },\n \"contract_hashes\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/contract_hash\" }\n }\n },\n \"$defs\": {\n \"semver\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)(?:-[0-9A-Za-z.-]+)?$\"\n },\n \"sha256\": {\n \"type\": \"string\",\n \"pattern\": \"^[0-9a-f]{64}$\"\n },\n \"environment\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"os\", \"arch\", \"logical_cpus\", \"go_version\", \"node_version\", \"rustc_version\", \"chromium_version\"],\n \"properties\": {\n \"os\": { \"type\": \"string\", \"minLength\": 1 },\n \"arch\": { \"type\": \"string\", \"minLength\": 1 },\n \"logical_cpus\": { \"type\": \"integer\", \"minimum\": 1 },\n \"go_version\": { \"type\": \"string\", \"minLength\": 1 },\n \"node_version\": { \"type\": \"string\", \"minLength\": 1 },\n \"rustc_version\": { \"type\": \"string\", \"minLength\": 1 },\n \"chromium_version\": { \"type\": \"string\", \"minLength\": 1 }\n }\n },\n \"scenario\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"id\", \"gate\", \"status\", \"sample_count\", \"metrics\"],\n \"properties\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9._-]+$\" },\n \"gate\": { \"enum\": [\"fast\", \"smoke\", \"weekly\", \"full\", \"release\"] },\n \"status\": { \"const\": \"pass\" },\n \"sample_count\": { \"type\": \"integer\", \"minimum\": 1 },\n \"metrics\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/metric\" }\n }\n }\n },\n \"metric\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"name\", \"unit\", \"observed\", \"limit\", \"comparator\"],\n \"properties\": {\n \"name\": { \"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9._-]+$\" },\n \"unit\": { \"enum\": [\"milliseconds\", \"count\", \"bytes\", \"queries\", \"long_tasks\", \"basis_points\"] },\n \"observed\": { \"type\": \"number\", \"minimum\": 0 },\n \"limit\": { \"type\": \"number\", \"minimum\": 0 },\n \"comparator\": { \"enum\": [\"lte\", \"eq\"] }\n }\n },\n \"comparison\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"id\",\n \"baseline_release\",\n \"baseline_commit\",\n \"candidate_commit\",\n \"runs\"\n ],\n \"properties\": {\n \"id\": { \"const\": \"httpadapter.route-authorization-v051\" },\n \"baseline_release\": { \"const\": \"0.5.1\" },\n \"baseline_commit\": { \"const\": \"3febcc59bbdb2118a4f105781b4c743bc11ba09f\" },\n \"candidate_commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"runs\": {\n \"type\": \"array\",\n \"minItems\": 3,\n \"maxItems\": 32,\n \"items\": { \"$ref\": \"#/$defs/comparison_run\" }\n }\n }\n },\n \"comparison_run\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"baseline_profile_sha256\",\n \"candidate_profile_sha256\",\n \"baseline_profile\",\n \"candidate_profile\"\n ],\n \"properties\": {\n \"baseline_profile_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"candidate_profile_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"baseline_profile\": { \"$ref\": \"#/$defs/route_authorization_profile\" },\n \"candidate_profile\": { \"$ref\": \"#/$defs/route_authorization_profile\" }\n }\n },\n \"route_authorization_profile\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"schema_version\", \"variant\", \"commit\", \"environment\", \"warmup_count\", \"requests_per_sample\", \"measurements\"],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.route_authorization_performance.v1\" },\n \"variant\": { \"enum\": [\"v0.5.1\", \"v0.6.0\"] },\n \"commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"environment\": { \"$ref\": \"#/$defs/route_authorization_environment\" },\n \"warmup_count\": { \"const\": 8 },\n \"requests_per_sample\": { \"const\": 32 },\n \"measurements\": {\n \"type\": \"array\",\n \"minItems\": 3,\n \"maxItems\": 3,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/route_authorization_measurement\" }\n }\n }\n },\n \"route_authorization_environment\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"os\", \"arch\", \"logical_cpus\", \"gomaxprocs\", \"go_version\"],\n \"properties\": {\n \"os\": { \"type\": \"string\", \"minLength\": 1 },\n \"arch\": { \"type\": \"string\", \"minLength\": 1 },\n \"logical_cpus\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"gomaxprocs\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"go_version\": { \"type\": \"string\", \"minLength\": 1 }\n }\n },\n \"route_authorization_measurement\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"concurrency\",\n \"batch_count\",\n \"sample_count\",\n \"median_nanoseconds\",\n \"p95_nanoseconds\",\n \"p99_nanoseconds\",\n \"allocations_per_request\",\n \"bytes_per_request\"\n ],\n \"properties\": {\n \"concurrency\": { \"enum\": [1, 100, 1000] },\n \"batch_count\": { \"type\": \"integer\", \"minimum\": 64, \"maximum\": 9007199254740991 },\n \"sample_count\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"median_nanoseconds\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"p95_nanoseconds\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"p99_nanoseconds\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"allocations_per_request\": { \"type\": \"number\", \"minimum\": 0 },\n \"bytes_per_request\": { \"type\": \"number\", \"minimum\": 0 }\n }\n },\n \"contract_hash\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"id\", \"sha256\"],\n \"properties\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9-]+$\" },\n \"sha256\": { \"$ref\": \"#/$defs/sha256\" }\n }\n }\n }\n}\n";
117
+ readonly path: "spec/plugin/performance-evidence-v4.schema.json";
118
+ readonly version: "performance-evidence-v4";
119
+ readonly sha256: "f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61";
120
+ readonly body: "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/performance-evidence-v4.schema.json\",\n \"title\": \"ReDevPlugin release performance evidence v4\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"schema_version\",\n \"release_version\",\n \"source_commit\",\n \"generated_at\",\n \"environment\",\n \"scenarios\",\n \"comparisons\",\n \"contract_hashes\"\n ],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.performance_evidence.v4\" },\n \"release_version\": { \"$ref\": \"#/$defs/semver\" },\n \"source_commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"generated_at\": { \"type\": \"string\", \"format\": \"date-time\" },\n \"environment\": { \"$ref\": \"#/$defs/environment\" },\n \"scenarios\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/scenario\" }\n },\n \"comparisons\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/comparison\" }\n },\n \"contract_hashes\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/contract_hash\" }\n }\n },\n \"$defs\": {\n \"semver\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)(?:-[0-9A-Za-z.-]+)?$\"\n },\n \"sha256\": {\n \"type\": \"string\",\n \"pattern\": \"^[0-9a-f]{64}$\"\n },\n \"environment\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"os\", \"arch\", \"logical_cpus\", \"go_version\", \"node_version\", \"rustc_version\", \"chromium_version\"],\n \"properties\": {\n \"os\": { \"type\": \"string\", \"minLength\": 1 },\n \"arch\": { \"type\": \"string\", \"minLength\": 1 },\n \"logical_cpus\": { \"type\": \"integer\", \"minimum\": 1 },\n \"go_version\": { \"type\": \"string\", \"minLength\": 1 },\n \"node_version\": { \"type\": \"string\", \"minLength\": 1 },\n \"rustc_version\": { \"type\": \"string\", \"minLength\": 1 },\n \"chromium_version\": { \"type\": \"string\", \"minLength\": 1 }\n }\n },\n \"scenario\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"id\", \"gate\", \"status\", \"sample_count\", \"metrics\"],\n \"properties\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9._-]+$\" },\n \"gate\": { \"enum\": [\"fast\", \"smoke\", \"weekly\", \"full\", \"release\"] },\n \"status\": { \"const\": \"pass\" },\n \"sample_count\": { \"type\": \"integer\", \"minimum\": 1 },\n \"metrics\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/metric\" }\n }\n }\n },\n \"metric\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"name\", \"unit\", \"observed\", \"limit\", \"comparator\"],\n \"properties\": {\n \"name\": { \"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9._-]+$\" },\n \"unit\": { \"enum\": [\"milliseconds\", \"count\", \"bytes\", \"queries\", \"long_tasks\", \"basis_points\"] },\n \"observed\": { \"type\": \"number\", \"minimum\": 0 },\n \"limit\": { \"type\": \"number\", \"minimum\": 0 },\n \"comparator\": { \"enum\": [\"lte\", \"eq\"] }\n }\n },\n \"comparison\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"id\",\n \"baseline_release\",\n \"baseline_commit\",\n \"candidate_commit\",\n \"accepted_attempt\",\n \"attempts\"\n ],\n \"properties\": {\n \"id\": { \"const\": \"httpadapter.route-authorization-v051\" },\n \"baseline_release\": { \"const\": \"0.5.1\" },\n \"baseline_commit\": { \"const\": \"3febcc59bbdb2118a4f105781b4c743bc11ba09f\" },\n \"candidate_commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"accepted_attempt\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 3 },\n \"attempts\": { \"type\": \"array\" }\n },\n \"oneOf\": [\n {\n \"properties\": {\n \"accepted_attempt\": { \"const\": 1 },\n \"attempts\": {\n \"minItems\": 1,\n \"maxItems\": 1,\n \"prefixItems\": [{ \"$ref\": \"#/$defs/comparison_attempt_1_qualified\" }],\n \"items\": false\n }\n }\n },\n {\n \"properties\": {\n \"accepted_attempt\": { \"const\": 2 },\n \"attempts\": {\n \"minItems\": 2,\n \"maxItems\": 2,\n \"prefixItems\": [\n { \"$ref\": \"#/$defs/comparison_attempt_1_noisy\" },\n { \"$ref\": \"#/$defs/comparison_attempt_2_qualified\" }\n ],\n \"items\": false\n }\n }\n },\n {\n \"properties\": {\n \"accepted_attempt\": { \"const\": 3 },\n \"attempts\": {\n \"minItems\": 3,\n \"maxItems\": 3,\n \"prefixItems\": [\n { \"$ref\": \"#/$defs/comparison_attempt_1_noisy\" },\n { \"$ref\": \"#/$defs/comparison_attempt_2_noisy\" },\n { \"$ref\": \"#/$defs/comparison_attempt_3_qualified\" }\n ],\n \"items\": false\n }\n }\n }\n ]\n },\n \"comparison_attempt\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"attempt\", \"run_order\", \"environment\", \"runs\", \"noise_qualification\", \"attempt_sha256\"],\n \"properties\": {\n \"attempt\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 3 },\n \"run_order\": {\n \"type\": \"array\",\n \"minItems\": 18,\n \"maxItems\": 18,\n \"prefixItems\": [\n { \"const\": \"baseline\" }, { \"const\": \"candidate\" },\n { \"const\": \"candidate\" }, { \"const\": \"baseline\" },\n { \"const\": \"baseline\" }, { \"const\": \"candidate\" },\n { \"const\": \"candidate\" }, { \"const\": \"baseline\" },\n { \"const\": \"baseline\" }, { \"const\": \"candidate\" },\n { \"const\": \"candidate\" }, { \"const\": \"baseline\" },\n { \"const\": \"baseline\" }, { \"const\": \"candidate\" },\n { \"const\": \"candidate\" }, { \"const\": \"baseline\" },\n { \"const\": \"baseline\" }, { \"const\": \"candidate\" }\n ],\n \"items\": false\n },\n \"environment\": { \"$ref\": \"#/$defs/route_authorization_environment\" },\n \"runs\": {\n \"type\": \"array\",\n \"minItems\": 9,\n \"maxItems\": 9,\n \"prefixItems\": [\n { \"$ref\": \"#/$defs/comparison_run_0_baseline\" },\n { \"$ref\": \"#/$defs/comparison_run_1_candidate\" },\n { \"$ref\": \"#/$defs/comparison_run_2_baseline\" },\n { \"$ref\": \"#/$defs/comparison_run_3_candidate\" },\n { \"$ref\": \"#/$defs/comparison_run_4_baseline\" },\n { \"$ref\": \"#/$defs/comparison_run_5_candidate\" },\n { \"$ref\": \"#/$defs/comparison_run_6_baseline\" },\n { \"$ref\": \"#/$defs/comparison_run_7_candidate\" },\n { \"$ref\": \"#/$defs/comparison_run_8_baseline\" }\n ],\n \"items\": false\n },\n \"noise_qualification\": { \"$ref\": \"#/$defs/noise_qualification\" },\n \"attempt_sha256\": { \"$ref\": \"#/$defs/sha256\" }\n }\n },\n \"comparison_attempt_1_qualified\": {\n \"allOf\": [\n { \"$ref\": \"#/$defs/comparison_attempt\" },\n { \"properties\": { \"attempt\": { \"const\": 1 }, \"noise_qualification\": { \"properties\": { \"status\": { \"const\": \"qualified\" } } } } }\n ]\n },\n \"comparison_attempt_1_noisy\": {\n \"allOf\": [\n { \"$ref\": \"#/$defs/comparison_attempt\" },\n { \"properties\": { \"attempt\": { \"const\": 1 }, \"noise_qualification\": { \"properties\": { \"status\": { \"const\": \"noisy\" } } } } }\n ]\n },\n \"comparison_attempt_2_qualified\": {\n \"allOf\": [\n { \"$ref\": \"#/$defs/comparison_attempt\" },\n { \"properties\": { \"attempt\": { \"const\": 2 }, \"noise_qualification\": { \"properties\": { \"status\": { \"const\": \"qualified\" } } } } }\n ]\n },\n \"comparison_attempt_2_noisy\": {\n \"allOf\": [\n { \"$ref\": \"#/$defs/comparison_attempt\" },\n { \"properties\": { \"attempt\": { \"const\": 2 }, \"noise_qualification\": { \"properties\": { \"status\": { \"const\": \"noisy\" } } } } }\n ]\n },\n \"comparison_attempt_3_qualified\": {\n \"allOf\": [\n { \"$ref\": \"#/$defs/comparison_attempt\" },\n { \"properties\": { \"attempt\": { \"const\": 3 }, \"noise_qualification\": { \"properties\": { \"status\": { \"const\": \"qualified\" } } } } }\n ]\n },\n \"comparison_run\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"pair_index\",\n \"first_variant\",\n \"baseline_profile_sha256\",\n \"candidate_profile_sha256\",\n \"baseline_profile\",\n \"candidate_profile\"\n ],\n \"properties\": {\n \"pair_index\": { \"type\": \"integer\", \"minimum\": 0, \"maximum\": 8 },\n \"first_variant\": { \"enum\": [\"baseline\", \"candidate\"] },\n \"baseline_profile_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"candidate_profile_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"baseline_profile\": { \"$ref\": \"#/$defs/route_authorization_profile\" },\n \"candidate_profile\": { \"$ref\": \"#/$defs/route_authorization_profile\" }\n }\n },\n \"comparison_run_0_baseline\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 0 }, \"first_variant\": { \"const\": \"baseline\" } } }] },\n \"comparison_run_1_candidate\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 1 }, \"first_variant\": { \"const\": \"candidate\" } } }] },\n \"comparison_run_2_baseline\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 2 }, \"first_variant\": { \"const\": \"baseline\" } } }] },\n \"comparison_run_3_candidate\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 3 }, \"first_variant\": { \"const\": \"candidate\" } } }] },\n \"comparison_run_4_baseline\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 4 }, \"first_variant\": { \"const\": \"baseline\" } } }] },\n \"comparison_run_5_candidate\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 5 }, \"first_variant\": { \"const\": \"candidate\" } } }] },\n \"comparison_run_6_baseline\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 6 }, \"first_variant\": { \"const\": \"baseline\" } } }] },\n \"comparison_run_7_candidate\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 7 }, \"first_variant\": { \"const\": \"candidate\" } } }] },\n \"comparison_run_8_baseline\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 8 }, \"first_variant\": { \"const\": \"baseline\" } } }] },\n \"noise_qualification\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"status\", \"reasons\", \"metrics\"],\n \"properties\": {\n \"status\": { \"enum\": [\"qualified\", \"noisy\"] },\n \"reasons\": {\n \"type\": \"array\",\n \"maxItems\": 12,\n \"uniqueItems\": true,\n \"items\": { \"type\": \"string\", \"pattern\": \"^c(100|1000)\\\\.(batch_median_relative|batch_p95_relative)\\\\.(relative_mad|maximum_relative_deviation|order_bias)$\" }\n },\n \"metrics\": {\n \"type\": \"array\",\n \"minItems\": 4,\n \"maxItems\": 4,\n \"uniqueItems\": true,\n \"prefixItems\": [\n { \"$ref\": \"#/$defs/noise_metric_c100_batch_median\" },\n { \"$ref\": \"#/$defs/noise_metric_c100_batch_p95\" },\n { \"$ref\": \"#/$defs/noise_metric_c1000_batch_median\" },\n { \"$ref\": \"#/$defs/noise_metric_c1000_batch_p95\" }\n ],\n \"items\": false\n }\n },\n \"allOf\": [\n {\n \"if\": { \"properties\": { \"status\": { \"const\": \"qualified\" } } },\n \"then\": { \"properties\": { \"reasons\": { \"maxItems\": 0 } } },\n \"else\": { \"properties\": { \"reasons\": { \"minItems\": 1 } } }\n }\n ]\n },\n \"noise_metric\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"id\", \"median_basis_points\", \"relative_mad_basis_points\", \"relative_mad_limit_basis_points\",\n \"maximum_relative_deviation_basis_points\", \"maximum_relative_deviation_limit_basis_points\",\n \"order_bias_basis_points\", \"order_bias_limit_basis_points\"\n ],\n \"properties\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^c(100|1000)\\\\.(batch_median_relative|batch_p95_relative)$\" },\n \"median_basis_points\": { \"type\": \"number\", \"exclusiveMinimum\": 0 },\n \"relative_mad_basis_points\": { \"type\": \"number\", \"minimum\": 0 },\n \"relative_mad_limit_basis_points\": { \"type\": \"number\", \"minimum\": 0 },\n \"maximum_relative_deviation_basis_points\": { \"type\": \"number\", \"minimum\": 0 },\n \"maximum_relative_deviation_limit_basis_points\": { \"type\": \"number\", \"minimum\": 0 },\n \"order_bias_basis_points\": { \"type\": \"number\", \"minimum\": 0 },\n \"order_bias_limit_basis_points\": { \"type\": \"number\", \"minimum\": 0 }\n },\n \"allOf\": [\n {\n \"if\": { \"properties\": { \"id\": { \"pattern\": \"\\\\.batch_median_relative$\" } } },\n \"then\": {\n \"properties\": {\n \"relative_mad_limit_basis_points\": { \"const\": 750 },\n \"maximum_relative_deviation_limit_basis_points\": { \"const\": 2500 },\n \"order_bias_limit_basis_points\": { \"const\": 750 }\n }\n },\n \"else\": {\n \"properties\": {\n \"relative_mad_limit_basis_points\": { \"const\": 1250 },\n \"maximum_relative_deviation_limit_basis_points\": { \"const\": 5000 },\n \"order_bias_limit_basis_points\": { \"const\": 2000 }\n }\n }\n }\n ]\n },\n \"noise_metric_c100_batch_median\": { \"allOf\": [{ \"$ref\": \"#/$defs/noise_metric\" }, { \"properties\": { \"id\": { \"const\": \"c100.batch_median_relative\" } } }] },\n \"noise_metric_c100_batch_p95\": { \"allOf\": [{ \"$ref\": \"#/$defs/noise_metric\" }, { \"properties\": { \"id\": { \"const\": \"c100.batch_p95_relative\" } } }] },\n \"noise_metric_c1000_batch_median\": { \"allOf\": [{ \"$ref\": \"#/$defs/noise_metric\" }, { \"properties\": { \"id\": { \"const\": \"c1000.batch_median_relative\" } } }] },\n \"noise_metric_c1000_batch_p95\": { \"allOf\": [{ \"$ref\": \"#/$defs/noise_metric\" }, { \"properties\": { \"id\": { \"const\": \"c1000.batch_p95_relative\" } } }] },\n \"route_authorization_profile\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"schema_version\", \"variant\", \"commit\", \"environment\", \"warmup_count\", \"requests_per_sample\", \"measurements\"],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.route_authorization_performance.v2\" },\n \"variant\": { \"enum\": [\"v0.5.1\", \"v0.6.0\"] },\n \"commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"environment\": { \"$ref\": \"#/$defs/route_authorization_environment\" },\n \"warmup_count\": { \"const\": 8 },\n \"requests_per_sample\": { \"const\": 32 },\n \"measurements\": {\n \"type\": \"array\",\n \"minItems\": 3,\n \"maxItems\": 3,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/route_authorization_measurement\" }\n }\n }\n },\n \"route_authorization_environment\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"os\", \"arch\", \"logical_cpus\", \"gomaxprocs\", \"go_version\"],\n \"properties\": {\n \"os\": { \"type\": \"string\", \"minLength\": 1 },\n \"arch\": { \"type\": \"string\", \"minLength\": 1 },\n \"logical_cpus\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"gomaxprocs\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"go_version\": { \"type\": \"string\", \"minLength\": 1 }\n }\n },\n \"route_authorization_measurement\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"concurrency\",\n \"batch_count\",\n \"sample_count\",\n \"median_nanoseconds\",\n \"p95_nanoseconds\",\n \"p99_nanoseconds\",\n \"batch_median_nanoseconds_per_request\",\n \"batch_p95_nanoseconds_per_request\",\n \"allocations_per_request\",\n \"bytes_per_request\"\n ],\n \"properties\": {\n \"concurrency\": { \"enum\": [1, 100, 1000] },\n \"batch_count\": { \"type\": \"integer\", \"minimum\": 64, \"maximum\": 9007199254740991 },\n \"sample_count\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"median_nanoseconds\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"p95_nanoseconds\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"p99_nanoseconds\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"batch_median_nanoseconds_per_request\": { \"type\": \"number\", \"exclusiveMinimum\": 0 },\n \"batch_p95_nanoseconds_per_request\": { \"type\": \"number\", \"exclusiveMinimum\": 0 },\n \"allocations_per_request\": { \"type\": \"number\", \"minimum\": 0 },\n \"bytes_per_request\": { \"type\": \"number\", \"minimum\": 0 }\n }\n },\n \"contract_hash\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"id\", \"sha256\"],\n \"properties\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9-]+$\" },\n \"sha256\": { \"$ref\": \"#/$defs/sha256\" }\n }\n }\n }\n}\n";
121
121
  }, {
122
122
  readonly id: "platform-package-publication-schema";
123
123
  readonly path: "spec/plugin/platform-package-publication-v1.schema.json";
@@ -297,8 +297,8 @@ export declare const generatedRegistryContract: {
297
297
  readonly id: "contract-registry";
298
298
  readonly path: "spec/plugin/contract-registry-v2.json";
299
299
  readonly version: "contract-registry-v2";
300
- readonly sha256: "a893542db25c7edeeb3324eee2d7d5e6f92c3c5b52a0b83668a732cf280e17a6";
301
- readonly body: "{\n \"schema_version\": \"redevplugin.contract_registry.v2\",\n \"registry_version\": \"contract-registry-v2\",\n \"artifacts\": [\n {\n \"id\": \"compatibility-manifest-schema\",\n \"path\": \"spec/plugin/compatibility-manifest-v8.schema.json\",\n \"version\": \"compatibility-manifest-v8\",\n \"sha256\": \"a1831e0ae9a1b47d92e7ad9879b1ca4e3510ebc212b87360595b672e8b87bc79\"\n },\n {\n \"id\": \"contract-registry-schema\",\n \"path\": \"spec/plugin/contract-registry-v2.schema.json\",\n \"version\": \"contract-registry-v2\",\n \"sha256\": \"d516b3565158ac1b0d5e9f86b91b13ac19321ab3ff54468be41951b68d7085ac\"\n },\n {\n \"id\": \"error-codes-schema\",\n \"path\": \"spec/plugin/error-codes-v6.schema.json\",\n \"version\": \"error-codes-v6\",\n \"sha256\": \"094cb980156c17af4866942b51e6a1032ea7d1ae0675b329d59a765223ccda28\"\n },\n {\n \"id\": \"host-capability-compatibility-schema\",\n \"path\": \"spec/plugin/host-capability-compatibility-v1.schema.json\",\n \"version\": \"host-capability-compatibility-v1\",\n \"sha256\": \"361ebbf7009aeb66c763ecde46427b17b6cf7d2307c01886c5987a1f4f1762de\"\n },\n {\n \"id\": \"host-capability-contract-schema\",\n \"path\": \"spec/plugin/host-capability-contract-v1.schema.json\",\n \"version\": \"host-capability-contract-v1\",\n \"sha256\": \"0a653e36d44104f1d16b06ee424648086c146f23c907b176bdf470ae73025485\"\n },\n {\n \"id\": \"host-capability-manifest-schema\",\n \"path\": \"spec/plugin/host-capability-manifest-v1.schema.json\",\n \"version\": \"host-capability-manifest-v1\",\n \"sha256\": \"5f13a8e5f918378b9cba9fdc133a9a75ba3a8311c30cb6a02ca0aba09035110e\"\n },\n {\n \"id\": \"host-capability-notices-schema\",\n \"path\": \"spec/plugin/host-capability-notices-v1.schema.json\",\n \"version\": \"host-capability-notices-v1\",\n \"sha256\": \"6affd5d0ae90239f6fd08cbeddae4eef393efa2838c9e4935874ba3dc0e05948\"\n },\n {\n \"id\": \"host-capability-pin-schema\",\n \"path\": \"spec/plugin/host-capability-pin-v1.schema.json\",\n \"version\": \"host-capability-pin-v1\",\n \"sha256\": \"20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338\"\n },\n {\n \"id\": \"host-capability-signature-schema\",\n \"path\": \"spec/plugin/host-capability-signature-v1.schema.json\",\n \"version\": \"host-capability-signature-v1\",\n \"sha256\": \"88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e\"\n },\n {\n \"id\": \"iframe-bridge-schema\",\n \"path\": \"spec/plugin/bridge-v5.schema.json\",\n \"version\": \"bridge-v5\",\n \"sha256\": \"ad8ccc7e1900ecb871432f07296dd681ae6faea9377e52f5ddca90300c04f4da\"\n },\n {\n \"id\": \"manifest-schema\",\n \"path\": \"spec/plugin/manifest-v5.schema.json\",\n \"version\": \"manifest-v5\",\n \"sha256\": \"9695f6163aa539b9e3a933367c98850257c6d7bb8d61b36fd5f83b3ab61746f7\"\n },\n {\n \"id\": \"network-grant-schema\",\n \"path\": \"spec/plugin/network-grant-v2.schema.json\",\n \"version\": \"network-grant-v2\",\n \"sha256\": \"5fc1cfc3469a992e551fd392fab982abb6f95e456a1cb768ceca137f7c693abc\"\n },\n {\n \"id\": \"opaque-surface-document-schema\",\n \"path\": \"spec/plugin/opaque-surface-document-v3.schema.json\",\n \"version\": \"opaque-surface-document-v3\",\n \"sha256\": \"63419ff5b5a8890e14f97ca29aaae175b93daff61d4567c5bdff7f6e6a9e7450\"\n },\n {\n \"id\": \"opaque-surface-transport-schema\",\n \"path\": \"spec/plugin/opaque-surface-transport-v4.schema.json\",\n \"version\": \"opaque-surface-transport-v4\",\n \"sha256\": \"004da73aba882cf8c2130af0c69d3eed4c710539f21287841bc2e7e870e60f8f\"\n },\n {\n \"id\": \"owner-scope-inventory-registry\",\n \"path\": \"spec/plugin/owner-scope-inventories-v1.json\",\n \"version\": \"owner-scope-inventory-registry-v1\",\n \"sha256\": \"f655313a641368383b3d84b6ea4f6a2a2ef42a44a4dd23f71211361c9c2e0505\"\n },\n {\n \"id\": \"owner-scope-inventory-schema\",\n \"path\": \"spec/plugin/owner-scope-inventory-v1.schema.json\",\n \"version\": \"owner-scope-inventory-v1\",\n \"sha256\": \"21dc4980103f3a36f4252ce141d7350476ec00968e8a320695e450274e928be1\"\n },\n {\n \"id\": \"owner-scope-migration-schema\",\n \"path\": \"spec/plugin/owner-scope-migration-v1.schema.json\",\n \"version\": \"owner-scope-migration-v1\",\n \"sha256\": \"e73443813e19e4cfb05748eb75d5cf04f43db3bed9d2be0c893c13bda88a5993\"\n },\n {\n \"id\": \"package-signature-schema\",\n \"path\": \"spec/plugin/package-signature-v1.schema.json\",\n \"version\": \"package-signature-v1\",\n \"sha256\": \"13951c0f6831ba28647774368c76a817868aeb7984628e2cf3dc4ad1b54f8284\"\n },\n {\n \"id\": \"performance-contract\",\n \"path\": \"spec/plugin/performance-contract-v3.json\",\n \"version\": \"performance-contract-v3\",\n \"sha256\": \"df328f565d111ad4ea2b83eaf873de534f4a07c683b39cf24334ac182f564e1e\"\n },\n {\n \"id\": \"performance-evidence-schema\",\n \"path\": \"spec/plugin/performance-evidence-v3.schema.json\",\n \"version\": \"performance-evidence-v3\",\n \"sha256\": \"fe9b9c48aa89dd67453c7e982301d48dd5bbe34c418488bf5265479d49c2dadc\"\n },\n {\n \"id\": \"platform-package-publication-schema\",\n \"path\": \"spec/plugin/platform-package-publication-v1.schema.json\",\n \"version\": \"platform-package-publication-v1\",\n \"sha256\": \"20450b516c34d5a122020f4064ddfa03ffcb97ffea661e0868cd09760b3f08b0\"\n },\n {\n \"id\": \"platform-package-set-schema\",\n \"path\": \"spec/plugin/platform-package-set-v1.schema.json\",\n \"version\": \"platform-package-set-v1\",\n \"sha256\": \"4d9979f5205ec047895b64c995312c588d998bb1c1448f6c9c559f1b7ab0d796\"\n },\n {\n \"id\": \"plugin-platform-openapi\",\n \"path\": \"spec/openapi/plugin-platform-v8.yaml\",\n \"version\": \"plugin-platform-v8\",\n \"sha256\": \"94e0cc88cb5ad8e7773677617530028578859e0bf229a6b75997f24885eb36d2\"\n },\n {\n \"id\": \"process-containment-schema\",\n \"path\": \"spec/plugin/process-containment-v1.schema.json\",\n \"version\": \"process-containment-v1\",\n \"sha256\": \"930ea44b1f62361706e994649e84f62af0a6418b77a661ae9bf9c10f1398e3fc\"\n },\n {\n \"id\": \"quarantine-cleanup-schema\",\n \"path\": \"spec/plugin/quarantine-cleanup-v1.schema.json\",\n \"version\": \"quarantine-cleanup-v1\",\n \"sha256\": \"0aced01a8d409953d5075a799ac273cae79e285ac82debe93ac4d8b706571ad1\"\n },\n {\n \"id\": \"release-metadata-schema\",\n \"path\": \"spec/plugin/release-metadata-v5.schema.json\",\n \"version\": \"release-metadata-v5\",\n \"sha256\": \"255ef3deb7d2758a43e69e533a08aa28106f8edc2e7385ab0aec0d50c1ef3d7a\"\n },\n {\n \"id\": \"release-revocation-pointer-schema\",\n \"path\": \"spec/plugin/release-revocation-pointer-v1.schema.json\",\n \"version\": \"release-revocation-pointer-v1\",\n \"sha256\": \"a9b7b64cb2dbf89500f0d191a6b2b9ab42eb806a452eb8338895a48ec7d7551e\"\n },\n {\n \"id\": \"release-revocation-schema\",\n \"path\": \"spec/plugin/release-revocation-v2.schema.json\",\n \"version\": \"release-revocation-v2\",\n \"sha256\": \"c3b40c05bc0dea422a272ee62ca45d0efb6456278b0707c5a12f39b004b84cb4\"\n },\n {\n \"id\": \"release-root-delegation-schema\",\n \"path\": \"spec/plugin/release-root-delegation-v1.schema.json\",\n \"version\": \"release-root-delegation-v1\",\n \"sha256\": \"c1adbb13eaeeca145d5ee787ff43777e60a5f329e460d20b8db358e4f5fc4825\"\n },\n {\n \"id\": \"release-signature-envelope-schema\",\n \"path\": \"spec/plugin/release-signature-envelope-v1.schema.json\",\n \"version\": \"release-signature-envelope-v1\",\n \"sha256\": \"7df9afd22bfdebfa89dc3bdb46ecdbe22a91ecce35fa46c492dd9795c66fae29\"\n },\n {\n \"id\": \"release-signing-ledger-evidence-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-evidence-v1.schema.json\",\n \"version\": \"release-signing-ledger-evidence-v1\",\n \"sha256\": \"9ab8b7f65dedcd119d578debb4f6ff97fc35f4c7ac95c0e5435f8b0959bc1a5c\"\n },\n {\n \"id\": \"release-signing-ledger-receipt-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-receipt-v1.schema.json\",\n \"version\": \"release-signing-ledger-receipt-v1\",\n \"sha256\": \"29210cfefd967017c5c74bcf8489bd50511c5c9f36d17b0200056ccb90c30561\"\n },\n {\n \"id\": \"release-signing-ledger-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-v1.schema.json\",\n \"version\": \"release-signing-ledger-v1\",\n \"sha256\": \"0c72b30bfd6b857b9809e48e1b7eaaeb7134d5afd6a935aa8373465054403765\"\n },\n {\n \"id\": \"release-signing-subject-schema\",\n \"path\": \"spec/plugin/release-signing-subject-v1.schema.json\",\n \"version\": \"release-signing-subject-v1\",\n \"sha256\": \"876b1459824f90042bd141e96bfea4633333bdf2a227e15b6e25c72db1179c8e\"\n },\n {\n \"id\": \"release-source-policy-pointer-schema\",\n \"path\": \"spec/plugin/release-source-policy-pointer-v1.schema.json\",\n \"version\": \"release-source-policy-pointer-v1\",\n \"sha256\": \"1a78cc3897ffbcdb605d2e9265d765207a4647d3f53fa5736aec65bf5f54e81c\"\n },\n {\n \"id\": \"release-source-policy-schema\",\n \"path\": \"spec/plugin/release-source-policy-v2.schema.json\",\n \"version\": \"release-source-policy-v2\",\n \"sha256\": \"6a5a5eab317a86beea925a611ca8a7a2d937547c039ce147b5993f69a5611237\"\n },\n {\n \"id\": \"release-trust-state-schema\",\n \"path\": \"spec/plugin/release-trust-state-v1.schema.json\",\n \"version\": \"release-trust-state-v1\",\n \"sha256\": \"19ffa182932a22401a33ee4c9921e957c67895c2d8b041c9a27ee3530bdfb2d2\"\n },\n {\n \"id\": \"resource-scope-schema\",\n \"path\": \"spec/plugin/resource-scope-v1.schema.json\",\n \"version\": \"resource-scope-v1\",\n \"sha256\": \"e6021bd576c7220ad5536645a7ad8e57ee7aeb9901c31a89444fa6b695d8dc6f\"\n },\n {\n \"id\": \"runtime-admission-schema\",\n \"path\": \"spec/plugin/runtime-admission-v1.schema.json\",\n \"version\": \"runtime-admission-v1\",\n \"sha256\": \"bee7b149876447d663a4099dbd71e71fa97f8ff80ddf4e12cbfba951a47c4beb\"\n },\n {\n \"id\": \"runtime-descriptor-schema\",\n \"path\": \"spec/plugin/runtime-descriptor-v2.schema.json\",\n \"version\": \"runtime-descriptor-v2\",\n \"sha256\": \"2ba59f6fb70d4ad757f60aca5541f4a44886542525e5bf76c393cd2368188351\"\n },\n {\n \"id\": \"runtime-exec-journal-schema\",\n \"path\": \"spec/plugin/runtime-exec-journal-v1.schema.json\",\n \"version\": \"runtime-exec-journal-v1\",\n \"sha256\": \"2bddbba383843b8ebc1554009909f0bb25e98616be763826a697cb0f408870d2\"\n },\n {\n \"id\": \"rust-ipc-schema\",\n \"path\": \"spec/plugin/ipc-v6.schema.json\",\n \"version\": \"rust-ipc-v6\",\n \"sha256\": \"9814ca091ac2e4e8435c1ab553e248e9d2e792de93ce9fd27bd030486774837f\"\n },\n {\n \"id\": \"session-scope-schema\",\n \"path\": \"spec/plugin/session-scope-v1.schema.json\",\n \"version\": \"session-scope-v1\",\n \"sha256\": \"3df0084264f0aff9fe2261c237cea439adb5cdc2534bfaaa0488d5992d4a7d2e\"\n },\n {\n \"id\": \"target-classifier-fixture\",\n \"path\": \"spec/plugin/target-classifier-v2.json\",\n \"version\": \"target-classifier-v2\",\n \"sha256\": \"ae7336cce77a2e820f96f1cc309b93f8442c932dcebec25e3890d31cd098e2d1\"\n },\n {\n \"id\": \"token-ticket-schema\",\n \"path\": \"spec/plugin/token-ticket-v4.schema.json\",\n \"version\": \"token-ticket-v4\",\n \"sha256\": \"5cf365b5b52a331ac0d3ad35a98be3c2ce668804ae88fdeaf9679a44db14feb1\"\n },\n {\n \"id\": \"trusted-time-evidence-schema\",\n \"path\": \"spec/plugin/trusted-time-evidence-v1.schema.json\",\n \"version\": \"trusted-time-evidence-v1\",\n \"sha256\": \"4398cbd2a3eea42a85008ee16a69d7adb265673e6749b1f13a4f1610f36e5e38\"\n },\n {\n \"id\": \"trusted-time-leaf-schema\",\n \"path\": \"spec/plugin/trusted-time-leaf-v1.schema.json\",\n \"version\": \"trusted-time-leaf-v1\",\n \"sha256\": \"1c25eb0040800eef145aa2bb4c0e1ae197ae584d365e9595ab89037e26fe5ddb\"\n },\n {\n \"id\": \"wasm-worker-schema\",\n \"path\": \"spec/plugin/wasm-worker-v2.schema.json\",\n \"version\": \"redevplugin-wasm-worker-v2\",\n \"sha256\": \"00bf123f3a9ed932de4b71c180e2a5c34af0f82050defb271fedec42cf217902\"\n },\n {\n \"id\": \"worker-invocation-schema\",\n \"path\": \"spec/plugin/worker-invocation-v3.schema.json\",\n \"version\": \"worker-invocation-v3\",\n \"sha256\": \"f08af491cbf5e7b71d1aeafbeac9ae581ee5fc3bcb76184daec369f94bab3927\"\n }\n ]\n}\n";
300
+ readonly sha256: "7f74d48e896f98839ead56a17c428cccbde811d49223a34694d98f000c3f84e3";
301
+ readonly body: "{\n \"schema_version\": \"redevplugin.contract_registry.v2\",\n \"registry_version\": \"contract-registry-v2\",\n \"artifacts\": [\n {\n \"id\": \"compatibility-manifest-schema\",\n \"path\": \"spec/plugin/compatibility-manifest-v8.schema.json\",\n \"version\": \"compatibility-manifest-v8\",\n \"sha256\": \"fe966f66e23a6d7558156608f269d08fbe57d8bca16514f1d095445cea697189\"\n },\n {\n \"id\": \"contract-registry-schema\",\n \"path\": \"spec/plugin/contract-registry-v2.schema.json\",\n \"version\": \"contract-registry-v2\",\n \"sha256\": \"d516b3565158ac1b0d5e9f86b91b13ac19321ab3ff54468be41951b68d7085ac\"\n },\n {\n \"id\": \"error-codes-schema\",\n \"path\": \"spec/plugin/error-codes-v6.schema.json\",\n \"version\": \"error-codes-v6\",\n \"sha256\": \"094cb980156c17af4866942b51e6a1032ea7d1ae0675b329d59a765223ccda28\"\n },\n {\n \"id\": \"host-capability-compatibility-schema\",\n \"path\": \"spec/plugin/host-capability-compatibility-v1.schema.json\",\n \"version\": \"host-capability-compatibility-v1\",\n \"sha256\": \"361ebbf7009aeb66c763ecde46427b17b6cf7d2307c01886c5987a1f4f1762de\"\n },\n {\n \"id\": \"host-capability-contract-schema\",\n \"path\": \"spec/plugin/host-capability-contract-v1.schema.json\",\n \"version\": \"host-capability-contract-v1\",\n \"sha256\": \"0a653e36d44104f1d16b06ee424648086c146f23c907b176bdf470ae73025485\"\n },\n {\n \"id\": \"host-capability-manifest-schema\",\n \"path\": \"spec/plugin/host-capability-manifest-v1.schema.json\",\n \"version\": \"host-capability-manifest-v1\",\n \"sha256\": \"5f13a8e5f918378b9cba9fdc133a9a75ba3a8311c30cb6a02ca0aba09035110e\"\n },\n {\n \"id\": \"host-capability-notices-schema\",\n \"path\": \"spec/plugin/host-capability-notices-v1.schema.json\",\n \"version\": \"host-capability-notices-v1\",\n \"sha256\": \"6affd5d0ae90239f6fd08cbeddae4eef393efa2838c9e4935874ba3dc0e05948\"\n },\n {\n \"id\": \"host-capability-pin-schema\",\n \"path\": \"spec/plugin/host-capability-pin-v1.schema.json\",\n \"version\": \"host-capability-pin-v1\",\n \"sha256\": \"20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338\"\n },\n {\n \"id\": \"host-capability-signature-schema\",\n \"path\": \"spec/plugin/host-capability-signature-v1.schema.json\",\n \"version\": \"host-capability-signature-v1\",\n \"sha256\": \"88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e\"\n },\n {\n \"id\": \"iframe-bridge-schema\",\n \"path\": \"spec/plugin/bridge-v5.schema.json\",\n \"version\": \"bridge-v5\",\n \"sha256\": \"ad8ccc7e1900ecb871432f07296dd681ae6faea9377e52f5ddca90300c04f4da\"\n },\n {\n \"id\": \"manifest-schema\",\n \"path\": \"spec/plugin/manifest-v5.schema.json\",\n \"version\": \"manifest-v5\",\n \"sha256\": \"9695f6163aa539b9e3a933367c98850257c6d7bb8d61b36fd5f83b3ab61746f7\"\n },\n {\n \"id\": \"network-grant-schema\",\n \"path\": \"spec/plugin/network-grant-v2.schema.json\",\n \"version\": \"network-grant-v2\",\n \"sha256\": \"5fc1cfc3469a992e551fd392fab982abb6f95e456a1cb768ceca137f7c693abc\"\n },\n {\n \"id\": \"opaque-surface-document-schema\",\n \"path\": \"spec/plugin/opaque-surface-document-v3.schema.json\",\n \"version\": \"opaque-surface-document-v3\",\n \"sha256\": \"63419ff5b5a8890e14f97ca29aaae175b93daff61d4567c5bdff7f6e6a9e7450\"\n },\n {\n \"id\": \"opaque-surface-transport-schema\",\n \"path\": \"spec/plugin/opaque-surface-transport-v4.schema.json\",\n \"version\": \"opaque-surface-transport-v4\",\n \"sha256\": \"004da73aba882cf8c2130af0c69d3eed4c710539f21287841bc2e7e870e60f8f\"\n },\n {\n \"id\": \"owner-scope-inventory-registry\",\n \"path\": \"spec/plugin/owner-scope-inventories-v1.json\",\n \"version\": \"owner-scope-inventory-registry-v1\",\n \"sha256\": \"f655313a641368383b3d84b6ea4f6a2a2ef42a44a4dd23f71211361c9c2e0505\"\n },\n {\n \"id\": \"owner-scope-inventory-schema\",\n \"path\": \"spec/plugin/owner-scope-inventory-v1.schema.json\",\n \"version\": \"owner-scope-inventory-v1\",\n \"sha256\": \"21dc4980103f3a36f4252ce141d7350476ec00968e8a320695e450274e928be1\"\n },\n {\n \"id\": \"owner-scope-migration-schema\",\n \"path\": \"spec/plugin/owner-scope-migration-v1.schema.json\",\n \"version\": \"owner-scope-migration-v1\",\n \"sha256\": \"e73443813e19e4cfb05748eb75d5cf04f43db3bed9d2be0c893c13bda88a5993\"\n },\n {\n \"id\": \"package-signature-schema\",\n \"path\": \"spec/plugin/package-signature-v1.schema.json\",\n \"version\": \"package-signature-v1\",\n \"sha256\": \"13951c0f6831ba28647774368c76a817868aeb7984628e2cf3dc4ad1b54f8284\"\n },\n {\n \"id\": \"performance-contract\",\n \"path\": \"spec/plugin/performance-contract-v4.json\",\n \"version\": \"performance-contract-v4\",\n \"sha256\": \"aedc50ed8899346140965dc46e8adf2048c47bcf6c146c3b7a51646eda7725e1\"\n },\n {\n \"id\": \"performance-evidence-schema\",\n \"path\": \"spec/plugin/performance-evidence-v4.schema.json\",\n \"version\": \"performance-evidence-v4\",\n \"sha256\": \"f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61\"\n },\n {\n \"id\": \"platform-package-publication-schema\",\n \"path\": \"spec/plugin/platform-package-publication-v1.schema.json\",\n \"version\": \"platform-package-publication-v1\",\n \"sha256\": \"20450b516c34d5a122020f4064ddfa03ffcb97ffea661e0868cd09760b3f08b0\"\n },\n {\n \"id\": \"platform-package-set-schema\",\n \"path\": \"spec/plugin/platform-package-set-v1.schema.json\",\n \"version\": \"platform-package-set-v1\",\n \"sha256\": \"4d9979f5205ec047895b64c995312c588d998bb1c1448f6c9c559f1b7ab0d796\"\n },\n {\n \"id\": \"plugin-platform-openapi\",\n \"path\": \"spec/openapi/plugin-platform-v8.yaml\",\n \"version\": \"plugin-platform-v8\",\n \"sha256\": \"94e0cc88cb5ad8e7773677617530028578859e0bf229a6b75997f24885eb36d2\"\n },\n {\n \"id\": \"process-containment-schema\",\n \"path\": \"spec/plugin/process-containment-v1.schema.json\",\n \"version\": \"process-containment-v1\",\n \"sha256\": \"930ea44b1f62361706e994649e84f62af0a6418b77a661ae9bf9c10f1398e3fc\"\n },\n {\n \"id\": \"quarantine-cleanup-schema\",\n \"path\": \"spec/plugin/quarantine-cleanup-v1.schema.json\",\n \"version\": \"quarantine-cleanup-v1\",\n \"sha256\": \"0aced01a8d409953d5075a799ac273cae79e285ac82debe93ac4d8b706571ad1\"\n },\n {\n \"id\": \"release-metadata-schema\",\n \"path\": \"spec/plugin/release-metadata-v5.schema.json\",\n \"version\": \"release-metadata-v5\",\n \"sha256\": \"255ef3deb7d2758a43e69e533a08aa28106f8edc2e7385ab0aec0d50c1ef3d7a\"\n },\n {\n \"id\": \"release-revocation-pointer-schema\",\n \"path\": \"spec/plugin/release-revocation-pointer-v1.schema.json\",\n \"version\": \"release-revocation-pointer-v1\",\n \"sha256\": \"a9b7b64cb2dbf89500f0d191a6b2b9ab42eb806a452eb8338895a48ec7d7551e\"\n },\n {\n \"id\": \"release-revocation-schema\",\n \"path\": \"spec/plugin/release-revocation-v2.schema.json\",\n \"version\": \"release-revocation-v2\",\n \"sha256\": \"c3b40c05bc0dea422a272ee62ca45d0efb6456278b0707c5a12f39b004b84cb4\"\n },\n {\n \"id\": \"release-root-delegation-schema\",\n \"path\": \"spec/plugin/release-root-delegation-v1.schema.json\",\n \"version\": \"release-root-delegation-v1\",\n \"sha256\": \"c1adbb13eaeeca145d5ee787ff43777e60a5f329e460d20b8db358e4f5fc4825\"\n },\n {\n \"id\": \"release-signature-envelope-schema\",\n \"path\": \"spec/plugin/release-signature-envelope-v1.schema.json\",\n \"version\": \"release-signature-envelope-v1\",\n \"sha256\": \"7df9afd22bfdebfa89dc3bdb46ecdbe22a91ecce35fa46c492dd9795c66fae29\"\n },\n {\n \"id\": \"release-signing-ledger-evidence-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-evidence-v1.schema.json\",\n \"version\": \"release-signing-ledger-evidence-v1\",\n \"sha256\": \"9ab8b7f65dedcd119d578debb4f6ff97fc35f4c7ac95c0e5435f8b0959bc1a5c\"\n },\n {\n \"id\": \"release-signing-ledger-receipt-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-receipt-v1.schema.json\",\n \"version\": \"release-signing-ledger-receipt-v1\",\n \"sha256\": \"29210cfefd967017c5c74bcf8489bd50511c5c9f36d17b0200056ccb90c30561\"\n },\n {\n \"id\": \"release-signing-ledger-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-v1.schema.json\",\n \"version\": \"release-signing-ledger-v1\",\n \"sha256\": \"0c72b30bfd6b857b9809e48e1b7eaaeb7134d5afd6a935aa8373465054403765\"\n },\n {\n \"id\": \"release-signing-subject-schema\",\n \"path\": \"spec/plugin/release-signing-subject-v1.schema.json\",\n \"version\": \"release-signing-subject-v1\",\n \"sha256\": \"876b1459824f90042bd141e96bfea4633333bdf2a227e15b6e25c72db1179c8e\"\n },\n {\n \"id\": \"release-source-policy-pointer-schema\",\n \"path\": \"spec/plugin/release-source-policy-pointer-v1.schema.json\",\n \"version\": \"release-source-policy-pointer-v1\",\n \"sha256\": \"1a78cc3897ffbcdb605d2e9265d765207a4647d3f53fa5736aec65bf5f54e81c\"\n },\n {\n \"id\": \"release-source-policy-schema\",\n \"path\": \"spec/plugin/release-source-policy-v2.schema.json\",\n \"version\": \"release-source-policy-v2\",\n \"sha256\": \"6a5a5eab317a86beea925a611ca8a7a2d937547c039ce147b5993f69a5611237\"\n },\n {\n \"id\": \"release-trust-state-schema\",\n \"path\": \"spec/plugin/release-trust-state-v1.schema.json\",\n \"version\": \"release-trust-state-v1\",\n \"sha256\": \"19ffa182932a22401a33ee4c9921e957c67895c2d8b041c9a27ee3530bdfb2d2\"\n },\n {\n \"id\": \"resource-scope-schema\",\n \"path\": \"spec/plugin/resource-scope-v1.schema.json\",\n \"version\": \"resource-scope-v1\",\n \"sha256\": \"e6021bd576c7220ad5536645a7ad8e57ee7aeb9901c31a89444fa6b695d8dc6f\"\n },\n {\n \"id\": \"runtime-admission-schema\",\n \"path\": \"spec/plugin/runtime-admission-v1.schema.json\",\n \"version\": \"runtime-admission-v1\",\n \"sha256\": \"bee7b149876447d663a4099dbd71e71fa97f8ff80ddf4e12cbfba951a47c4beb\"\n },\n {\n \"id\": \"runtime-descriptor-schema\",\n \"path\": \"spec/plugin/runtime-descriptor-v2.schema.json\",\n \"version\": \"runtime-descriptor-v2\",\n \"sha256\": \"2ba59f6fb70d4ad757f60aca5541f4a44886542525e5bf76c393cd2368188351\"\n },\n {\n \"id\": \"runtime-exec-journal-schema\",\n \"path\": \"spec/plugin/runtime-exec-journal-v1.schema.json\",\n \"version\": \"runtime-exec-journal-v1\",\n \"sha256\": \"2bddbba383843b8ebc1554009909f0bb25e98616be763826a697cb0f408870d2\"\n },\n {\n \"id\": \"rust-ipc-schema\",\n \"path\": \"spec/plugin/ipc-v6.schema.json\",\n \"version\": \"rust-ipc-v6\",\n \"sha256\": \"9814ca091ac2e4e8435c1ab553e248e9d2e792de93ce9fd27bd030486774837f\"\n },\n {\n \"id\": \"session-scope-schema\",\n \"path\": \"spec/plugin/session-scope-v1.schema.json\",\n \"version\": \"session-scope-v1\",\n \"sha256\": \"3df0084264f0aff9fe2261c237cea439adb5cdc2534bfaaa0488d5992d4a7d2e\"\n },\n {\n \"id\": \"target-classifier-fixture\",\n \"path\": \"spec/plugin/target-classifier-v2.json\",\n \"version\": \"target-classifier-v2\",\n \"sha256\": \"ae7336cce77a2e820f96f1cc309b93f8442c932dcebec25e3890d31cd098e2d1\"\n },\n {\n \"id\": \"token-ticket-schema\",\n \"path\": \"spec/plugin/token-ticket-v4.schema.json\",\n \"version\": \"token-ticket-v4\",\n \"sha256\": \"5cf365b5b52a331ac0d3ad35a98be3c2ce668804ae88fdeaf9679a44db14feb1\"\n },\n {\n \"id\": \"trusted-time-evidence-schema\",\n \"path\": \"spec/plugin/trusted-time-evidence-v1.schema.json\",\n \"version\": \"trusted-time-evidence-v1\",\n \"sha256\": \"4398cbd2a3eea42a85008ee16a69d7adb265673e6749b1f13a4f1610f36e5e38\"\n },\n {\n \"id\": \"trusted-time-leaf-schema\",\n \"path\": \"spec/plugin/trusted-time-leaf-v1.schema.json\",\n \"version\": \"trusted-time-leaf-v1\",\n \"sha256\": \"1c25eb0040800eef145aa2bb4c0e1ae197ae584d365e9595ab89037e26fe5ddb\"\n },\n {\n \"id\": \"wasm-worker-schema\",\n \"path\": \"spec/plugin/wasm-worker-v2.schema.json\",\n \"version\": \"redevplugin-wasm-worker-v2\",\n \"sha256\": \"00bf123f3a9ed932de4b71c180e2a5c34af0f82050defb271fedec42cf217902\"\n },\n {\n \"id\": \"worker-invocation-schema\",\n \"path\": \"spec/plugin/worker-invocation-v3.schema.json\",\n \"version\": \"worker-invocation-v3\",\n \"sha256\": \"f08af491cbf5e7b71d1aeafbeac9ae581ee5fc3bcb76184daec369f94bab3927\"\n }\n ]\n}\n";
302
302
  };
303
303
  export declare const generatedContractRegistry: {
304
304
  readonly schema_version: "redevplugin.contract_registry.v2";
@@ -307,7 +307,7 @@ export declare const generatedContractRegistry: {
307
307
  readonly id: "compatibility-manifest-schema";
308
308
  readonly path: "spec/plugin/compatibility-manifest-v8.schema.json";
309
309
  readonly version: "compatibility-manifest-v8";
310
- readonly sha256: "a1831e0ae9a1b47d92e7ad9879b1ca4e3510ebc212b87360595b672e8b87bc79";
310
+ readonly sha256: "fe966f66e23a6d7558156608f269d08fbe57d8bca16514f1d095445cea697189";
311
311
  }, {
312
312
  readonly id: "contract-registry-schema";
313
313
  readonly path: "spec/plugin/contract-registry-v2.schema.json";
@@ -395,14 +395,14 @@ export declare const generatedContractRegistry: {
395
395
  readonly sha256: "13951c0f6831ba28647774368c76a817868aeb7984628e2cf3dc4ad1b54f8284";
396
396
  }, {
397
397
  readonly id: "performance-contract";
398
- readonly path: "spec/plugin/performance-contract-v3.json";
399
- readonly version: "performance-contract-v3";
400
- readonly sha256: "df328f565d111ad4ea2b83eaf873de534f4a07c683b39cf24334ac182f564e1e";
398
+ readonly path: "spec/plugin/performance-contract-v4.json";
399
+ readonly version: "performance-contract-v4";
400
+ readonly sha256: "aedc50ed8899346140965dc46e8adf2048c47bcf6c146c3b7a51646eda7725e1";
401
401
  }, {
402
402
  readonly id: "performance-evidence-schema";
403
- readonly path: "spec/plugin/performance-evidence-v3.schema.json";
404
- readonly version: "performance-evidence-v3";
405
- readonly sha256: "fe9b9c48aa89dd67453c7e982301d48dd5bbe34c418488bf5265479d49c2dadc";
403
+ readonly path: "spec/plugin/performance-evidence-v4.schema.json";
404
+ readonly version: "performance-evidence-v4";
405
+ readonly sha256: "f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61";
406
406
  }, {
407
407
  readonly id: "platform-package-publication-schema";
408
408
  readonly path: "spec/plugin/platform-package-publication-v1.schema.json";
@@ -552,44 +552,44 @@ export declare const generatedContractRegistry: {
552
552
  };
553
553
  export declare const generatedPackageSet: {
554
554
  readonly schema_version: "redevplugin.platform_package_set.v1";
555
- readonly platform_version: "0.6.10";
555
+ readonly platform_version: "0.6.14";
556
556
  readonly go_module: {
557
557
  readonly module: "github.com/floegence/redevplugin";
558
- readonly version: "v0.6.10";
558
+ readonly version: "v0.6.14";
559
559
  };
560
560
  readonly npm_packages: readonly [{
561
561
  readonly name: "@floegence/redevplugin-contracts";
562
- readonly version: "0.6.10";
562
+ readonly version: "0.6.14";
563
563
  }, {
564
564
  readonly name: "@floegence/redevplugin-ui";
565
- readonly version: "0.6.10";
565
+ readonly version: "0.6.14";
566
566
  }];
567
567
  readonly rust_crates: readonly [{
568
568
  readonly name: "redevplugin-contracts";
569
- readonly version: "0.6.10";
569
+ readonly version: "0.6.14";
570
570
  readonly role: "contracts";
571
571
  }, {
572
572
  readonly name: "redevplugin-ipc";
573
- readonly version: "0.6.10";
573
+ readonly version: "0.6.14";
574
574
  readonly role: "ipc";
575
575
  }, {
576
576
  readonly name: "redevplugin-wasm-abi";
577
- readonly version: "0.6.10";
577
+ readonly version: "0.6.14";
578
578
  readonly role: "wasm_abi";
579
579
  }, {
580
580
  readonly name: "redevplugin-target-classifier";
581
- readonly version: "0.6.10";
581
+ readonly version: "0.6.14";
582
582
  readonly role: "target_classifier";
583
583
  }, {
584
584
  readonly name: "redevplugin-worker-sdk";
585
- readonly version: "0.6.10";
585
+ readonly version: "0.6.14";
586
586
  readonly role: "worker_sdk";
587
587
  }, {
588
588
  readonly name: "redevplugin-runtime";
589
- readonly version: "0.6.10";
589
+ readonly version: "0.6.14";
590
590
  readonly role: "runtime";
591
591
  }];
592
592
  readonly contract_registry_version: "contract-registry-v2";
593
- readonly contract_set_sha256: "8f8428846f3f896db5d0fac9b22a4ea7a301625fa866fc77dc70caa48ca7b1f9";
593
+ readonly contract_set_sha256: "5b0efe6008b01fc44344eab05812b67345b819d7e45d6ffb16c7b218682f12f3";
594
594
  };
595
- export declare const generatedContractSetSHA256: "8f8428846f3f896db5d0fac9b22a4ea7a301625fa866fc77dc70caa48ca7b1f9";
595
+ export declare const generatedContractSetSHA256: "5b0efe6008b01fc44344eab05812b67345b819d7e45d6ffb16c7b218682f12f3";
@@ -4,8 +4,8 @@ export const generatedContractArtifacts = [
4
4
  "id": "compatibility-manifest-schema",
5
5
  "path": "spec/plugin/compatibility-manifest-v8.schema.json",
6
6
  "version": "compatibility-manifest-v8",
7
- "sha256": "a1831e0ae9a1b47d92e7ad9879b1ca4e3510ebc212b87360595b672e8b87bc79",
8
- "body": "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/compatibility-manifest-v8.schema.json\",\n \"title\": \"ReDevPlugin compatibility manifest v8\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"schema_version\", \"package_set\", \"matrix\", \"contract_set_sha256\", \"contracts\"],\n \"properties\": {\n \"schema_version\": {\"const\": \"redevplugin.compatibility.v8\"},\n \"package_set\": {\"$ref\": \"platform-package-set-v1.schema.json\"},\n \"matrix\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"plugin_ui_protocol_version\", \"plugin_host_protocol_version\", \"rust_ipc_version\", \"wasm_abi_version\",\n \"manifest_schema_version\", \"package_signature_schema_version\", \"release_metadata_schema_version\",\n \"release_root_delegation_schema_version\", \"release_source_policy_schema_version\",\n \"release_source_policy_pointer_schema_version\", \"release_revocation_schema_version\",\n \"release_revocation_pointer_schema_version\", \"release_trust_state_schema_version\",\n \"trusted_time_evidence_schema_version\", \"trusted_time_leaf_schema_version\",\n \"release_signing_ledger_schema_version\", \"release_signing_subject_schema_version\",\n \"release_signature_envelope_schema_version\", \"release_signing_ledger_receipt_schema_version\",\n \"release_signing_ledger_evidence_schema_version\", \"token_ticket_schema_version\", \"bridge_schema_version\",\n \"opaque_surface_document_schema_version\", \"opaque_surface_transport_schema_version\", \"target_classifier_version\",\n \"network_grant_schema_version\", \"resource_scope_schema_version\", \"session_scope_schema_version\",\n \"plugin_platform_openapi_version\", \"compatibility_schema_version\", \"worker_invocation_schema_version\",\n \"host_capability_contract_schema_version\", \"host_capability_pin_schema_version\",\n \"host_capability_manifest_schema_version\", \"host_capability_compatibility_schema_version\",\n \"host_capability_signature_schema_version\", \"host_capability_notices_schema_version\",\n \"error_codes_schema_version\", \"performance_contract_version\", \"performance_evidence_schema_version\",\n \"contract_registry_version\", \"platform_package_set_schema_version\",\n \"platform_package_publication_schema_version\", \"runtime_admission_schema_version\",\n \"runtime_descriptor_schema_version\", \"owner_scope_inventory_registry_version\",\n \"owner_scope_inventory_schema_version\", \"owner_scope_migration_schema_version\",\n \"process_containment_schema_version\", \"runtime_exec_journal_schema_version\",\n \"quarantine_cleanup_schema_version\"\n ],\n \"properties\": {\n \"plugin_ui_protocol_version\": {\"const\": \"plugin-ui-v5\"},\n \"plugin_host_protocol_version\": {\"const\": \"plugin-host-v6\"},\n \"rust_ipc_version\": {\"const\": \"rust-ipc-v6\"},\n \"wasm_abi_version\": {\"const\": \"redevplugin-wasm-worker-v2\"},\n \"manifest_schema_version\": {\"const\": \"manifest-v5\"},\n \"package_signature_schema_version\": {\"const\": \"package-signature-v1\"},\n \"release_metadata_schema_version\": {\"const\": \"release-metadata-v5\"},\n \"release_root_delegation_schema_version\": {\"const\": \"release-root-delegation-v1\"},\n \"release_source_policy_schema_version\": {\"const\": \"release-source-policy-v2\"},\n \"release_source_policy_pointer_schema_version\": {\"const\": \"release-source-policy-pointer-v1\"},\n \"release_revocation_schema_version\": {\"const\": \"release-revocation-v2\"},\n \"release_revocation_pointer_schema_version\": {\"const\": \"release-revocation-pointer-v1\"},\n \"release_trust_state_schema_version\": {\"const\": \"release-trust-state-v1\"},\n \"trusted_time_evidence_schema_version\": {\"const\": \"trusted-time-evidence-v1\"},\n \"trusted_time_leaf_schema_version\": {\"const\": \"trusted-time-leaf-v1\"},\n \"release_signing_ledger_schema_version\": {\"const\": \"release-signing-ledger-v1\"},\n \"release_signing_subject_schema_version\": {\"const\": \"release-signing-subject-v1\"},\n \"release_signature_envelope_schema_version\": {\"const\": \"release-signature-envelope-v1\"},\n \"release_signing_ledger_receipt_schema_version\": {\"const\": \"release-signing-ledger-receipt-v1\"},\n \"release_signing_ledger_evidence_schema_version\": {\"const\": \"release-signing-ledger-evidence-v1\"},\n \"token_ticket_schema_version\": {\"const\": \"token-ticket-v4\"},\n \"bridge_schema_version\": {\"const\": \"bridge-v5\"},\n \"opaque_surface_document_schema_version\": {\"const\": \"opaque-surface-document-v3\"},\n \"opaque_surface_transport_schema_version\": {\"const\": \"opaque-surface-transport-v4\"},\n \"target_classifier_version\": {\"const\": \"target-classifier-v2\"},\n \"network_grant_schema_version\": {\"const\": \"network-grant-v2\"},\n \"resource_scope_schema_version\": {\"const\": \"resource-scope-v1\"},\n \"session_scope_schema_version\": {\"const\": \"session-scope-v1\"},\n \"plugin_platform_openapi_version\": {\"const\": \"plugin-platform-v8\"},\n \"compatibility_schema_version\": {\"const\": \"compatibility-manifest-v8\"},\n \"worker_invocation_schema_version\": {\"const\": \"worker-invocation-v3\"},\n \"host_capability_contract_schema_version\": {\"const\": \"host-capability-contract-v1\"},\n \"host_capability_pin_schema_version\": {\"const\": \"host-capability-pin-v1\"},\n \"host_capability_manifest_schema_version\": {\"const\": \"host-capability-manifest-v1\"},\n \"host_capability_compatibility_schema_version\": {\"const\": \"host-capability-compatibility-v1\"},\n \"host_capability_signature_schema_version\": {\"const\": \"host-capability-signature-v1\"},\n \"host_capability_notices_schema_version\": {\"const\": \"host-capability-notices-v1\"},\n \"error_codes_schema_version\": {\"const\": \"error-codes-v6\"},\n \"performance_contract_version\": {\"const\": \"performance-contract-v3\"},\n \"performance_evidence_schema_version\": {\"const\": \"performance-evidence-v3\"},\n \"contract_registry_version\": {\"const\": \"contract-registry-v2\"},\n \"platform_package_set_schema_version\": {\"const\": \"platform-package-set-v1\"},\n \"platform_package_publication_schema_version\": {\"const\": \"platform-package-publication-v1\"},\n \"runtime_admission_schema_version\": {\"const\": \"runtime-admission-v1\"},\n \"runtime_descriptor_schema_version\": {\"const\": \"runtime-descriptor-v2\"},\n \"owner_scope_inventory_registry_version\": {\"const\": \"owner-scope-inventory-registry-v1\"},\n \"owner_scope_inventory_schema_version\": {\"const\": \"owner-scope-inventory-v1\"},\n \"owner_scope_migration_schema_version\": {\"const\": \"owner-scope-migration-v1\"},\n \"process_containment_schema_version\": {\"const\": \"process-containment-v1\"},\n \"runtime_exec_journal_schema_version\": {\"const\": \"runtime-exec-journal-v1\"},\n \"quarantine_cleanup_schema_version\": {\"const\": \"quarantine-cleanup-v1\"}\n }\n },\n \"contract_set_sha256\": {\"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\"},\n \"contracts\": {\n \"type\": \"array\", \"minItems\": 1, \"maxItems\": 256, \"uniqueItems\": true,\n \"items\": {\"$ref\": \"#/$defs/contract\"}\n }\n },\n \"$defs\": {\n \"contract\": {\n \"type\": \"object\", \"additionalProperties\": false,\n \"required\": [\"id\", \"path\", \"version\", \"sha256\"],\n \"properties\": {\n \"id\": {\"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9-]+$\"},\n \"path\": {\"type\": \"string\", \"pattern\": \"^spec/(openapi|plugin)/[A-Za-z0-9._/-]+$\"},\n \"version\": {\"type\": \"string\", \"minLength\": 1},\n \"sha256\": {\"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\"}\n }\n }\n }\n}\n"
7
+ "sha256": "fe966f66e23a6d7558156608f269d08fbe57d8bca16514f1d095445cea697189",
8
+ "body": "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/compatibility-manifest-v8.schema.json\",\n \"title\": \"ReDevPlugin compatibility manifest v8\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"schema_version\", \"package_set\", \"matrix\", \"contract_set_sha256\", \"contracts\"],\n \"properties\": {\n \"schema_version\": {\"const\": \"redevplugin.compatibility.v8\"},\n \"package_set\": {\"$ref\": \"platform-package-set-v1.schema.json\"},\n \"matrix\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"plugin_ui_protocol_version\", \"plugin_host_protocol_version\", \"rust_ipc_version\", \"wasm_abi_version\",\n \"manifest_schema_version\", \"package_signature_schema_version\", \"release_metadata_schema_version\",\n \"release_root_delegation_schema_version\", \"release_source_policy_schema_version\",\n \"release_source_policy_pointer_schema_version\", \"release_revocation_schema_version\",\n \"release_revocation_pointer_schema_version\", \"release_trust_state_schema_version\",\n \"trusted_time_evidence_schema_version\", \"trusted_time_leaf_schema_version\",\n \"release_signing_ledger_schema_version\", \"release_signing_subject_schema_version\",\n \"release_signature_envelope_schema_version\", \"release_signing_ledger_receipt_schema_version\",\n \"release_signing_ledger_evidence_schema_version\", \"token_ticket_schema_version\", \"bridge_schema_version\",\n \"opaque_surface_document_schema_version\", \"opaque_surface_transport_schema_version\", \"target_classifier_version\",\n \"network_grant_schema_version\", \"resource_scope_schema_version\", \"session_scope_schema_version\",\n \"plugin_platform_openapi_version\", \"compatibility_schema_version\", \"worker_invocation_schema_version\",\n \"host_capability_contract_schema_version\", \"host_capability_pin_schema_version\",\n \"host_capability_manifest_schema_version\", \"host_capability_compatibility_schema_version\",\n \"host_capability_signature_schema_version\", \"host_capability_notices_schema_version\",\n \"error_codes_schema_version\", \"performance_contract_version\", \"performance_evidence_schema_version\",\n \"contract_registry_version\", \"platform_package_set_schema_version\",\n \"platform_package_publication_schema_version\", \"runtime_admission_schema_version\",\n \"runtime_descriptor_schema_version\", \"owner_scope_inventory_registry_version\",\n \"owner_scope_inventory_schema_version\", \"owner_scope_migration_schema_version\",\n \"process_containment_schema_version\", \"runtime_exec_journal_schema_version\",\n \"quarantine_cleanup_schema_version\"\n ],\n \"properties\": {\n \"plugin_ui_protocol_version\": {\"const\": \"plugin-ui-v5\"},\n \"plugin_host_protocol_version\": {\"const\": \"plugin-host-v6\"},\n \"rust_ipc_version\": {\"const\": \"rust-ipc-v6\"},\n \"wasm_abi_version\": {\"const\": \"redevplugin-wasm-worker-v2\"},\n \"manifest_schema_version\": {\"const\": \"manifest-v5\"},\n \"package_signature_schema_version\": {\"const\": \"package-signature-v1\"},\n \"release_metadata_schema_version\": {\"const\": \"release-metadata-v5\"},\n \"release_root_delegation_schema_version\": {\"const\": \"release-root-delegation-v1\"},\n \"release_source_policy_schema_version\": {\"const\": \"release-source-policy-v2\"},\n \"release_source_policy_pointer_schema_version\": {\"const\": \"release-source-policy-pointer-v1\"},\n \"release_revocation_schema_version\": {\"const\": \"release-revocation-v2\"},\n \"release_revocation_pointer_schema_version\": {\"const\": \"release-revocation-pointer-v1\"},\n \"release_trust_state_schema_version\": {\"const\": \"release-trust-state-v1\"},\n \"trusted_time_evidence_schema_version\": {\"const\": \"trusted-time-evidence-v1\"},\n \"trusted_time_leaf_schema_version\": {\"const\": \"trusted-time-leaf-v1\"},\n \"release_signing_ledger_schema_version\": {\"const\": \"release-signing-ledger-v1\"},\n \"release_signing_subject_schema_version\": {\"const\": \"release-signing-subject-v1\"},\n \"release_signature_envelope_schema_version\": {\"const\": \"release-signature-envelope-v1\"},\n \"release_signing_ledger_receipt_schema_version\": {\"const\": \"release-signing-ledger-receipt-v1\"},\n \"release_signing_ledger_evidence_schema_version\": {\"const\": \"release-signing-ledger-evidence-v1\"},\n \"token_ticket_schema_version\": {\"const\": \"token-ticket-v4\"},\n \"bridge_schema_version\": {\"const\": \"bridge-v5\"},\n \"opaque_surface_document_schema_version\": {\"const\": \"opaque-surface-document-v3\"},\n \"opaque_surface_transport_schema_version\": {\"const\": \"opaque-surface-transport-v4\"},\n \"target_classifier_version\": {\"const\": \"target-classifier-v2\"},\n \"network_grant_schema_version\": {\"const\": \"network-grant-v2\"},\n \"resource_scope_schema_version\": {\"const\": \"resource-scope-v1\"},\n \"session_scope_schema_version\": {\"const\": \"session-scope-v1\"},\n \"plugin_platform_openapi_version\": {\"const\": \"plugin-platform-v8\"},\n \"compatibility_schema_version\": {\"const\": \"compatibility-manifest-v8\"},\n \"worker_invocation_schema_version\": {\"const\": \"worker-invocation-v3\"},\n \"host_capability_contract_schema_version\": {\"const\": \"host-capability-contract-v1\"},\n \"host_capability_pin_schema_version\": {\"const\": \"host-capability-pin-v1\"},\n \"host_capability_manifest_schema_version\": {\"const\": \"host-capability-manifest-v1\"},\n \"host_capability_compatibility_schema_version\": {\"const\": \"host-capability-compatibility-v1\"},\n \"host_capability_signature_schema_version\": {\"const\": \"host-capability-signature-v1\"},\n \"host_capability_notices_schema_version\": {\"const\": \"host-capability-notices-v1\"},\n \"error_codes_schema_version\": {\"const\": \"error-codes-v6\"},\n \"performance_contract_version\": {\"const\": \"performance-contract-v4\"},\n \"performance_evidence_schema_version\": {\"const\": \"performance-evidence-v4\"},\n \"contract_registry_version\": {\"const\": \"contract-registry-v2\"},\n \"platform_package_set_schema_version\": {\"const\": \"platform-package-set-v1\"},\n \"platform_package_publication_schema_version\": {\"const\": \"platform-package-publication-v1\"},\n \"runtime_admission_schema_version\": {\"const\": \"runtime-admission-v1\"},\n \"runtime_descriptor_schema_version\": {\"const\": \"runtime-descriptor-v2\"},\n \"owner_scope_inventory_registry_version\": {\"const\": \"owner-scope-inventory-registry-v1\"},\n \"owner_scope_inventory_schema_version\": {\"const\": \"owner-scope-inventory-v1\"},\n \"owner_scope_migration_schema_version\": {\"const\": \"owner-scope-migration-v1\"},\n \"process_containment_schema_version\": {\"const\": \"process-containment-v1\"},\n \"runtime_exec_journal_schema_version\": {\"const\": \"runtime-exec-journal-v1\"},\n \"quarantine_cleanup_schema_version\": {\"const\": \"quarantine-cleanup-v1\"}\n }\n },\n \"contract_set_sha256\": {\"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\"},\n \"contracts\": {\n \"type\": \"array\", \"minItems\": 1, \"maxItems\": 256, \"uniqueItems\": true,\n \"items\": {\"$ref\": \"#/$defs/contract\"}\n }\n },\n \"$defs\": {\n \"contract\": {\n \"type\": \"object\", \"additionalProperties\": false,\n \"required\": [\"id\", \"path\", \"version\", \"sha256\"],\n \"properties\": {\n \"id\": {\"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9-]+$\"},\n \"path\": {\"type\": \"string\", \"pattern\": \"^spec/(openapi|plugin)/[A-Za-z0-9._/-]+$\"},\n \"version\": {\"type\": \"string\", \"minLength\": 1},\n \"sha256\": {\"type\": \"string\", \"pattern\": \"^[0-9a-f]{64}$\"}\n }\n }\n }\n}\n"
9
9
  },
10
10
  {
11
11
  "id": "contract-registry-schema",
@@ -128,17 +128,17 @@ export const generatedContractArtifacts = [
128
128
  },
129
129
  {
130
130
  "id": "performance-contract",
131
- "path": "spec/plugin/performance-contract-v3.json",
132
- "version": "performance-contract-v3",
133
- "sha256": "df328f565d111ad4ea2b83eaf873de534f4a07c683b39cf24334ac182f564e1e",
134
- "body": "{\n \"schema_version\": \"redevplugin.performance_contract.v3\",\n \"comparison_probes\": [\n {\n \"id\": \"httpadapter.route-authorization-v051\",\n \"baseline_release\": \"0.5.1\",\n \"baseline_commit\": \"3febcc59bbdb2118a4f105781b4c743bc11ba09f\",\n \"repetitions\": 9,\n \"warmup_batches\": 8,\n \"requests_per_sample\": 32,\n \"measured_batches\": [\n { \"concurrency\": 1, \"batches\": 1000, \"samples\": 32000 },\n { \"concurrency\": 100, \"batches\": 64, \"samples\": 204800 },\n { \"concurrency\": 1000, \"batches\": 64, \"samples\": 2048000 }\n ],\n \"runner\": {\n \"path\": \"scripts/measure_http_route_authorization_performance.mjs\",\n \"sha256\": \"5ad8c3cfddb85266493198098a784f0335e6dca518eebe4f63a3fcb112c29709\"\n },\n \"comparison_logic\": {\n \"path\": \"scripts/route_authorization_comparison.mjs\",\n \"sha256\": \"f741b7f21ffc771c2064d7293fce9ec5138771ee6b0f62a374b80d899dc66fb6\"\n },\n \"baseline_probe\": {\n \"path\": \"testdata/performance/httpadapter-v051/route_authorization_performance_test.go\",\n \"sha256\": \"2a8891b9c2e962ba3660aadb25bdf9e2cca45565ad8dea6d7b59c08fc787c18f\"\n },\n \"candidate_probe\": {\n \"path\": \"pkg/httpadapter/route_authorization_performance_test.go\",\n \"sha256\": \"113eb3f0cf1d7383a6f14b8d7406e42c655c018c1455b47f0afd44869a354ff3\"\n },\n \"shared_probe\": {\n \"path\": \"internal/performanceevidence/route_authorization.go\",\n \"sha256\": \"5a2dd9f235eb80d2f7c6a2ddb5870e1d5aa9f9132b6a8abff51ce20b0f037910\"\n }\n }\n ],\n \"scenarios\": [\n {\n \"id\": \"runtime.blocked-hostcall-isolation\",\n \"sample_count\": 16,\n \"metrics\": [\n { \"name\": \"completed\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 16 },\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 250 }\n ]\n },\n {\n \"id\": \"runtime.cache-single-flight\",\n \"sample_count\": 32,\n \"metrics\": [\n { \"name\": \"artifact_reads\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"module_compiles\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"cache_entries\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"runtime.cancel-queued\",\n \"sample_count\": 20,\n \"metrics\": [\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n },\n {\n \"id\": \"runtime.cancel-running\",\n \"sample_count\": 20,\n \"metrics\": [\n { \"name\": \"ack_p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 100 },\n { \"name\": \"runtime_ready\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"runtime.warm-invocations\",\n \"sample_count\": 32,\n \"metrics\": [\n { \"name\": \"completed\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 32 },\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 100 },\n { \"name\": \"max\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 500 }\n ]\n },\n {\n \"id\": \"runtime.ipc-writer-burst\",\n \"sample_count\": 10000,\n \"metrics\": [\n { \"name\": \"frames\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 10000 },\n { \"name\": \"queue_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 136 },\n { \"name\": \"blocked_at_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"peak_rss_bytes\", \"unit\": \"bytes\", \"comparator\": \"lte\", \"limit\": 67108864 },\n { \"name\": \"flushes\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 625 }\n ]\n },\n {\n \"id\": \"runtime.scheduler-indexed-cancel\",\n \"sample_count\": 10000,\n \"metrics\": [\n { \"name\": \"index_lookups\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 10000 },\n { \"name\": \"compaction_entries_per_cancel\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 25000 },\n { \"name\": \"remaining_requests\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 0 }\n ]\n },\n {\n \"id\": \"runtime.module-cache-indexed-eviction\",\n \"sample_count\": 10000,\n \"metrics\": [\n { \"name\": \"index_pops_per_eviction\", \"unit\": \"basis_points\", \"comparator\": \"eq\", \"limit\": 10000 },\n { \"name\": \"remaining_entries\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 128 }\n ]\n },\n {\n \"id\": \"httpadapter.route-authorization-c1\",\n \"sample_count\": 32000,\n \"metrics\": [\n { \"name\": \"p95_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11000 },\n { \"name\": \"p99_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11500 },\n { \"name\": \"allocations_increase\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 1 },\n { \"name\": \"allocated_bytes_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 10500 }\n ]\n },\n {\n \"id\": \"httpadapter.route-authorization-c100\",\n \"sample_count\": 204800,\n \"metrics\": [\n { \"name\": \"p95_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11000 },\n { \"name\": \"p99_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11500 },\n { \"name\": \"allocations_increase\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 1 },\n { \"name\": \"allocated_bytes_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 10500 }\n ]\n },\n {\n \"id\": \"httpadapter.route-authorization-c1000\",\n \"sample_count\": 2048000,\n \"metrics\": [\n { \"name\": \"p95_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11000 },\n { \"name\": \"p99_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11500 },\n { \"name\": \"allocations_increase\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 1 },\n { \"name\": \"allocated_bytes_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 10500 }\n ]\n },\n {\n \"id\": \"connectivity.http-keepalive\",\n \"sample_count\": 64,\n \"metrics\": [\n { \"name\": \"p95_relative_to_connect\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 7000 },\n { \"name\": \"reused_connection_dials\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"connectivity.udp-limiter-scaling\",\n \"sample_count\": 9000,\n \"metrics\": [\n { \"name\": \"p95_large_relative_to_small\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 20000 },\n { \"name\": \"bucket_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 65536 },\n { \"name\": \"overflow_denied\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"plugindata.namespace-cache-warm\",\n \"sample_count\": 100,\n \"metrics\": [\n { \"name\": \"relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 3000 }\n ]\n },\n {\n \"id\": \"pluginpkg.package-owned-materialization\",\n \"sample_count\": 3,\n \"metrics\": [\n { \"name\": \"peak_rss_relative_to_cloned\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 6500 }\n ]\n },\n {\n \"id\": \"pluginpkg.wasm-inspection-cache\",\n \"sample_count\": 1000,\n \"metrics\": [\n { \"name\": \"inspector_calls\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"cache_entries\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"cache_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 128 },\n { \"name\": \"warm_relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 5000 }\n ]\n },\n {\n \"id\": \"registry.sqlite-authorization-scaling\",\n \"sample_count\": 500,\n \"metrics\": [\n { \"name\": \"p95_1000_grants_relative_to_1\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 20000 }\n ]\n },\n {\n \"id\": \"operation.memory-store-snapshot\",\n \"sample_count\": 1000,\n \"metrics\": [\n { \"name\": \"relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 2000 }\n ]\n },\n {\n \"id\": \"stream.memory-store-snapshot\",\n \"sample_count\": 1000,\n \"metrics\": [\n { \"name\": \"relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 2000 }\n ]\n },\n {\n \"id\": \"stream.event-backpressure\",\n \"sample_count\": 257,\n \"metrics\": [\n { \"name\": \"accepted_events\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 256 },\n { \"name\": \"first_rejected_event\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 257 }\n ]\n },\n {\n \"id\": \"stream.idle-waiters\",\n \"sample_count\": 500,\n \"metrics\": [\n { \"name\": \"waiters\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 500 },\n { \"name\": \"periodic_store_queries\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 0 },\n { \"name\": \"wake_p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 100 }\n ]\n },\n {\n \"id\": \"stream.sqlite-batch-delivery\",\n \"sample_count\": 256,\n \"metrics\": [\n { \"name\": \"events_selected\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 256 },\n { \"name\": \"bounded_selects\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"delivery_snapshots\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"range_deletes\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"remaining_events\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 256 }\n ]\n },\n {\n \"id\": \"ui.chromium-renderer\",\n \"sample_count\": 10,\n \"metrics\": [\n { \"name\": \"reverse_patch_p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 },\n { \"name\": \"long_tasks\", \"unit\": \"long_tasks\", \"comparator\": \"eq\", \"limit\": 0 },\n { \"name\": \"max_long_task\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n },\n {\n \"id\": \"ui.keyed-reversal\",\n \"sample_count\": 30,\n \"metrics\": [\n { \"name\": \"moves\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 999 },\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n },\n {\n \"id\": \"ui.single-leaf-reconciliation\",\n \"sample_count\": 40,\n \"metrics\": [\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 16 },\n { \"name\": \"max\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n }\n ]\n}\n"
131
+ "path": "spec/plugin/performance-contract-v4.json",
132
+ "version": "performance-contract-v4",
133
+ "sha256": "aedc50ed8899346140965dc46e8adf2048c47bcf6c146c3b7a51646eda7725e1",
134
+ "body": "{\n \"schema_version\": \"redevplugin.performance_contract.v4\",\n \"comparison_probes\": [\n {\n \"id\": \"httpadapter.route-authorization-v051\",\n \"baseline_release\": \"0.5.1\",\n \"baseline_commit\": \"3febcc59bbdb2118a4f105781b4c743bc11ba09f\",\n \"repetitions\": 9,\n \"max_attempts\": 3,\n \"warmup_batches\": 8,\n \"requests_per_sample\": 32,\n \"noise_qualification\": {\n \"batch_median_relative\": {\n \"relative_mad_limit_basis_points\": 750,\n \"maximum_relative_deviation_limit_basis_points\": 2500,\n \"order_bias_limit_basis_points\": 750\n },\n \"batch_p95_relative\": {\n \"relative_mad_limit_basis_points\": 1250,\n \"maximum_relative_deviation_limit_basis_points\": 5000,\n \"order_bias_limit_basis_points\": 2000\n }\n },\n \"measured_batches\": [\n { \"concurrency\": 1, \"batches\": 1000, \"samples\": 32000 },\n { \"concurrency\": 100, \"batches\": 64, \"samples\": 204800 },\n { \"concurrency\": 1000, \"batches\": 64, \"samples\": 2048000 }\n ],\n \"runner\": {\n \"path\": \"scripts/measure_http_route_authorization_performance.mjs\",\n \"sha256\": \"0e182c94158a915d7ee63af23da9156caf611c4832a808fb482bbfe80b417834\"\n },\n \"comparison_logic\": {\n \"path\": \"scripts/route_authorization_comparison.mjs\",\n \"sha256\": \"e8b098aadb3d7aba9e0cb64444193fa8d5c254969355572900a15ea5b894d05b\"\n },\n \"baseline_probe\": {\n \"path\": \"testdata/performance/httpadapter-v051/route_authorization_performance_test.go\",\n \"sha256\": \"2a8891b9c2e962ba3660aadb25bdf9e2cca45565ad8dea6d7b59c08fc787c18f\"\n },\n \"candidate_probe\": {\n \"path\": \"pkg/httpadapter/route_authorization_performance_test.go\",\n \"sha256\": \"113eb3f0cf1d7383a6f14b8d7406e42c655c018c1455b47f0afd44869a354ff3\"\n },\n \"shared_probe\": {\n \"path\": \"internal/performanceevidence/route_authorization.go\",\n \"sha256\": \"7ea1721d959004094e912c49aca90e05ffb83f8f1a0013bb53e7fb2e70f55725\"\n }\n }\n ],\n \"scenarios\": [\n {\n \"id\": \"runtime.blocked-hostcall-isolation\",\n \"sample_count\": 16,\n \"metrics\": [\n { \"name\": \"completed\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 16 },\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 250 }\n ]\n },\n {\n \"id\": \"runtime.cache-single-flight\",\n \"sample_count\": 32,\n \"metrics\": [\n { \"name\": \"artifact_reads\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"module_compiles\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"cache_entries\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"runtime.cancel-queued\",\n \"sample_count\": 20,\n \"metrics\": [\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n },\n {\n \"id\": \"runtime.cancel-running\",\n \"sample_count\": 20,\n \"metrics\": [\n { \"name\": \"ack_p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 100 },\n { \"name\": \"runtime_ready\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"runtime.warm-invocations\",\n \"sample_count\": 32,\n \"metrics\": [\n { \"name\": \"completed\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 32 },\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 100 },\n { \"name\": \"max\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 500 }\n ]\n },\n {\n \"id\": \"runtime.ipc-writer-burst\",\n \"sample_count\": 10000,\n \"metrics\": [\n { \"name\": \"frames\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 10000 },\n { \"name\": \"queue_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 136 },\n { \"name\": \"blocked_at_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"peak_rss_bytes\", \"unit\": \"bytes\", \"comparator\": \"lte\", \"limit\": 67108864 },\n { \"name\": \"flushes\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 625 }\n ]\n },\n {\n \"id\": \"runtime.scheduler-indexed-cancel\",\n \"sample_count\": 10000,\n \"metrics\": [\n { \"name\": \"index_lookups\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 10000 },\n { \"name\": \"compaction_entries_per_cancel\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 25000 },\n { \"name\": \"remaining_requests\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 0 }\n ]\n },\n {\n \"id\": \"runtime.module-cache-indexed-eviction\",\n \"sample_count\": 10000,\n \"metrics\": [\n { \"name\": \"index_pops_per_eviction\", \"unit\": \"basis_points\", \"comparator\": \"eq\", \"limit\": 10000 },\n { \"name\": \"remaining_entries\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 128 }\n ]\n },\n {\n \"id\": \"httpadapter.route-authorization-c1\",\n \"sample_count\": 32000,\n \"metrics\": [\n { \"name\": \"p95_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11000 },\n { \"name\": \"p99_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11500 },\n { \"name\": \"allocations_increase\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 1 },\n { \"name\": \"allocated_bytes_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 10500 }\n ]\n },\n {\n \"id\": \"httpadapter.route-authorization-c100\",\n \"sample_count\": 204800,\n \"metrics\": [\n { \"name\": \"batch_median_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11000 },\n { \"name\": \"batch_p95_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11500 },\n { \"name\": \"allocations_increase\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 1 },\n { \"name\": \"allocated_bytes_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 10500 }\n ]\n },\n {\n \"id\": \"httpadapter.route-authorization-c1000\",\n \"sample_count\": 2048000,\n \"metrics\": [\n { \"name\": \"batch_median_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11000 },\n { \"name\": \"batch_p95_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 11500 },\n { \"name\": \"allocations_increase\", \"unit\": \"count\", \"comparator\": \"lte\", \"limit\": 1 },\n { \"name\": \"allocated_bytes_relative\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 10500 }\n ]\n },\n {\n \"id\": \"connectivity.http-keepalive\",\n \"sample_count\": 64,\n \"metrics\": [\n { \"name\": \"p95_relative_to_connect\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 7000 },\n { \"name\": \"reused_connection_dials\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"connectivity.udp-limiter-scaling\",\n \"sample_count\": 9000,\n \"metrics\": [\n { \"name\": \"p95_large_relative_to_small\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 20000 },\n { \"name\": \"bucket_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 65536 },\n { \"name\": \"overflow_denied\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 }\n ]\n },\n {\n \"id\": \"plugindata.namespace-cache-warm\",\n \"sample_count\": 100,\n \"metrics\": [\n { \"name\": \"relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 3000 }\n ]\n },\n {\n \"id\": \"pluginpkg.package-owned-materialization\",\n \"sample_count\": 3,\n \"metrics\": [\n { \"name\": \"peak_rss_relative_to_cloned\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 6500 }\n ]\n },\n {\n \"id\": \"pluginpkg.wasm-inspection-cache\",\n \"sample_count\": 1000,\n \"metrics\": [\n { \"name\": \"inspector_calls\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"cache_entries\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"cache_capacity\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 128 },\n { \"name\": \"warm_relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 5000 }\n ]\n },\n {\n \"id\": \"registry.sqlite-authorization-scaling\",\n \"sample_count\": 500,\n \"metrics\": [\n { \"name\": \"p95_1000_grants_relative_to_1\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 20000 }\n ]\n },\n {\n \"id\": \"operation.memory-store-snapshot\",\n \"sample_count\": 1000,\n \"metrics\": [\n { \"name\": \"relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 2000 }\n ]\n },\n {\n \"id\": \"stream.memory-store-snapshot\",\n \"sample_count\": 1000,\n \"metrics\": [\n { \"name\": \"relative_allocations\", \"unit\": \"basis_points\", \"comparator\": \"lte\", \"limit\": 2000 }\n ]\n },\n {\n \"id\": \"stream.event-backpressure\",\n \"sample_count\": 257,\n \"metrics\": [\n { \"name\": \"accepted_events\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 256 },\n { \"name\": \"first_rejected_event\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 257 }\n ]\n },\n {\n \"id\": \"stream.idle-waiters\",\n \"sample_count\": 500,\n \"metrics\": [\n { \"name\": \"waiters\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 500 },\n { \"name\": \"periodic_store_queries\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 0 },\n { \"name\": \"wake_p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 100 }\n ]\n },\n {\n \"id\": \"stream.sqlite-batch-delivery\",\n \"sample_count\": 256,\n \"metrics\": [\n { \"name\": \"events_selected\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 256 },\n { \"name\": \"bounded_selects\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"delivery_snapshots\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"range_deletes\", \"unit\": \"queries\", \"comparator\": \"eq\", \"limit\": 1 },\n { \"name\": \"remaining_events\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 256 }\n ]\n },\n {\n \"id\": \"ui.chromium-renderer\",\n \"sample_count\": 10,\n \"metrics\": [\n { \"name\": \"reverse_patch_p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 },\n { \"name\": \"long_tasks\", \"unit\": \"long_tasks\", \"comparator\": \"eq\", \"limit\": 0 },\n { \"name\": \"max_long_task\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n },\n {\n \"id\": \"ui.keyed-reversal\",\n \"sample_count\": 30,\n \"metrics\": [\n { \"name\": \"moves\", \"unit\": \"count\", \"comparator\": \"eq\", \"limit\": 999 },\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n },\n {\n \"id\": \"ui.single-leaf-reconciliation\",\n \"sample_count\": 40,\n \"metrics\": [\n { \"name\": \"p95\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 16 },\n { \"name\": \"max\", \"unit\": \"milliseconds\", \"comparator\": \"lte\", \"limit\": 50 }\n ]\n }\n ]\n}\n"
135
135
  },
136
136
  {
137
137
  "id": "performance-evidence-schema",
138
- "path": "spec/plugin/performance-evidence-v3.schema.json",
139
- "version": "performance-evidence-v3",
140
- "sha256": "fe9b9c48aa89dd67453c7e982301d48dd5bbe34c418488bf5265479d49c2dadc",
141
- "body": "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/performance-evidence-v3.schema.json\",\n \"title\": \"ReDevPlugin release performance evidence v3\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"schema_version\",\n \"release_version\",\n \"source_commit\",\n \"generated_at\",\n \"environment\",\n \"scenarios\",\n \"comparisons\",\n \"contract_hashes\"\n ],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.performance_evidence.v3\" },\n \"release_version\": { \"$ref\": \"#/$defs/semver\" },\n \"source_commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"generated_at\": { \"type\": \"string\", \"format\": \"date-time\" },\n \"environment\": { \"$ref\": \"#/$defs/environment\" },\n \"scenarios\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/scenario\" }\n },\n \"comparisons\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/comparison\" }\n },\n \"contract_hashes\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/contract_hash\" }\n }\n },\n \"$defs\": {\n \"semver\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)(?:-[0-9A-Za-z.-]+)?$\"\n },\n \"sha256\": {\n \"type\": \"string\",\n \"pattern\": \"^[0-9a-f]{64}$\"\n },\n \"environment\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"os\", \"arch\", \"logical_cpus\", \"go_version\", \"node_version\", \"rustc_version\", \"chromium_version\"],\n \"properties\": {\n \"os\": { \"type\": \"string\", \"minLength\": 1 },\n \"arch\": { \"type\": \"string\", \"minLength\": 1 },\n \"logical_cpus\": { \"type\": \"integer\", \"minimum\": 1 },\n \"go_version\": { \"type\": \"string\", \"minLength\": 1 },\n \"node_version\": { \"type\": \"string\", \"minLength\": 1 },\n \"rustc_version\": { \"type\": \"string\", \"minLength\": 1 },\n \"chromium_version\": { \"type\": \"string\", \"minLength\": 1 }\n }\n },\n \"scenario\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"id\", \"gate\", \"status\", \"sample_count\", \"metrics\"],\n \"properties\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9._-]+$\" },\n \"gate\": { \"enum\": [\"fast\", \"smoke\", \"weekly\", \"full\", \"release\"] },\n \"status\": { \"const\": \"pass\" },\n \"sample_count\": { \"type\": \"integer\", \"minimum\": 1 },\n \"metrics\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/metric\" }\n }\n }\n },\n \"metric\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"name\", \"unit\", \"observed\", \"limit\", \"comparator\"],\n \"properties\": {\n \"name\": { \"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9._-]+$\" },\n \"unit\": { \"enum\": [\"milliseconds\", \"count\", \"bytes\", \"queries\", \"long_tasks\", \"basis_points\"] },\n \"observed\": { \"type\": \"number\", \"minimum\": 0 },\n \"limit\": { \"type\": \"number\", \"minimum\": 0 },\n \"comparator\": { \"enum\": [\"lte\", \"eq\"] }\n }\n },\n \"comparison\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"id\",\n \"baseline_release\",\n \"baseline_commit\",\n \"candidate_commit\",\n \"runs\"\n ],\n \"properties\": {\n \"id\": { \"const\": \"httpadapter.route-authorization-v051\" },\n \"baseline_release\": { \"const\": \"0.5.1\" },\n \"baseline_commit\": { \"const\": \"3febcc59bbdb2118a4f105781b4c743bc11ba09f\" },\n \"candidate_commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"runs\": {\n \"type\": \"array\",\n \"minItems\": 3,\n \"maxItems\": 32,\n \"items\": { \"$ref\": \"#/$defs/comparison_run\" }\n }\n }\n },\n \"comparison_run\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"baseline_profile_sha256\",\n \"candidate_profile_sha256\",\n \"baseline_profile\",\n \"candidate_profile\"\n ],\n \"properties\": {\n \"baseline_profile_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"candidate_profile_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"baseline_profile\": { \"$ref\": \"#/$defs/route_authorization_profile\" },\n \"candidate_profile\": { \"$ref\": \"#/$defs/route_authorization_profile\" }\n }\n },\n \"route_authorization_profile\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"schema_version\", \"variant\", \"commit\", \"environment\", \"warmup_count\", \"requests_per_sample\", \"measurements\"],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.route_authorization_performance.v1\" },\n \"variant\": { \"enum\": [\"v0.5.1\", \"v0.6.0\"] },\n \"commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"environment\": { \"$ref\": \"#/$defs/route_authorization_environment\" },\n \"warmup_count\": { \"const\": 8 },\n \"requests_per_sample\": { \"const\": 32 },\n \"measurements\": {\n \"type\": \"array\",\n \"minItems\": 3,\n \"maxItems\": 3,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/route_authorization_measurement\" }\n }\n }\n },\n \"route_authorization_environment\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"os\", \"arch\", \"logical_cpus\", \"gomaxprocs\", \"go_version\"],\n \"properties\": {\n \"os\": { \"type\": \"string\", \"minLength\": 1 },\n \"arch\": { \"type\": \"string\", \"minLength\": 1 },\n \"logical_cpus\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"gomaxprocs\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"go_version\": { \"type\": \"string\", \"minLength\": 1 }\n }\n },\n \"route_authorization_measurement\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"concurrency\",\n \"batch_count\",\n \"sample_count\",\n \"median_nanoseconds\",\n \"p95_nanoseconds\",\n \"p99_nanoseconds\",\n \"allocations_per_request\",\n \"bytes_per_request\"\n ],\n \"properties\": {\n \"concurrency\": { \"enum\": [1, 100, 1000] },\n \"batch_count\": { \"type\": \"integer\", \"minimum\": 64, \"maximum\": 9007199254740991 },\n \"sample_count\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"median_nanoseconds\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"p95_nanoseconds\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"p99_nanoseconds\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"allocations_per_request\": { \"type\": \"number\", \"minimum\": 0 },\n \"bytes_per_request\": { \"type\": \"number\", \"minimum\": 0 }\n }\n },\n \"contract_hash\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"id\", \"sha256\"],\n \"properties\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9-]+$\" },\n \"sha256\": { \"$ref\": \"#/$defs/sha256\" }\n }\n }\n }\n}\n"
138
+ "path": "spec/plugin/performance-evidence-v4.schema.json",
139
+ "version": "performance-evidence-v4",
140
+ "sha256": "f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61",
141
+ "body": "{\n \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n \"$id\": \"https://schemas.redevplugin.dev/plugin/performance-evidence-v4.schema.json\",\n \"title\": \"ReDevPlugin release performance evidence v4\",\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"schema_version\",\n \"release_version\",\n \"source_commit\",\n \"generated_at\",\n \"environment\",\n \"scenarios\",\n \"comparisons\",\n \"contract_hashes\"\n ],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.performance_evidence.v4\" },\n \"release_version\": { \"$ref\": \"#/$defs/semver\" },\n \"source_commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"generated_at\": { \"type\": \"string\", \"format\": \"date-time\" },\n \"environment\": { \"$ref\": \"#/$defs/environment\" },\n \"scenarios\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/scenario\" }\n },\n \"comparisons\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/comparison\" }\n },\n \"contract_hashes\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/contract_hash\" }\n }\n },\n \"$defs\": {\n \"semver\": {\n \"type\": \"string\",\n \"pattern\": \"^(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)\\\\.(0|[1-9][0-9]*)(?:-[0-9A-Za-z.-]+)?$\"\n },\n \"sha256\": {\n \"type\": \"string\",\n \"pattern\": \"^[0-9a-f]{64}$\"\n },\n \"environment\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"os\", \"arch\", \"logical_cpus\", \"go_version\", \"node_version\", \"rustc_version\", \"chromium_version\"],\n \"properties\": {\n \"os\": { \"type\": \"string\", \"minLength\": 1 },\n \"arch\": { \"type\": \"string\", \"minLength\": 1 },\n \"logical_cpus\": { \"type\": \"integer\", \"minimum\": 1 },\n \"go_version\": { \"type\": \"string\", \"minLength\": 1 },\n \"node_version\": { \"type\": \"string\", \"minLength\": 1 },\n \"rustc_version\": { \"type\": \"string\", \"minLength\": 1 },\n \"chromium_version\": { \"type\": \"string\", \"minLength\": 1 }\n }\n },\n \"scenario\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"id\", \"gate\", \"status\", \"sample_count\", \"metrics\"],\n \"properties\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9._-]+$\" },\n \"gate\": { \"enum\": [\"fast\", \"smoke\", \"weekly\", \"full\", \"release\"] },\n \"status\": { \"const\": \"pass\" },\n \"sample_count\": { \"type\": \"integer\", \"minimum\": 1 },\n \"metrics\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/metric\" }\n }\n }\n },\n \"metric\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"name\", \"unit\", \"observed\", \"limit\", \"comparator\"],\n \"properties\": {\n \"name\": { \"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9._-]+$\" },\n \"unit\": { \"enum\": [\"milliseconds\", \"count\", \"bytes\", \"queries\", \"long_tasks\", \"basis_points\"] },\n \"observed\": { \"type\": \"number\", \"minimum\": 0 },\n \"limit\": { \"type\": \"number\", \"minimum\": 0 },\n \"comparator\": { \"enum\": [\"lte\", \"eq\"] }\n }\n },\n \"comparison\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"id\",\n \"baseline_release\",\n \"baseline_commit\",\n \"candidate_commit\",\n \"accepted_attempt\",\n \"attempts\"\n ],\n \"properties\": {\n \"id\": { \"const\": \"httpadapter.route-authorization-v051\" },\n \"baseline_release\": { \"const\": \"0.5.1\" },\n \"baseline_commit\": { \"const\": \"3febcc59bbdb2118a4f105781b4c743bc11ba09f\" },\n \"candidate_commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"accepted_attempt\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 3 },\n \"attempts\": { \"type\": \"array\" }\n },\n \"oneOf\": [\n {\n \"properties\": {\n \"accepted_attempt\": { \"const\": 1 },\n \"attempts\": {\n \"minItems\": 1,\n \"maxItems\": 1,\n \"prefixItems\": [{ \"$ref\": \"#/$defs/comparison_attempt_1_qualified\" }],\n \"items\": false\n }\n }\n },\n {\n \"properties\": {\n \"accepted_attempt\": { \"const\": 2 },\n \"attempts\": {\n \"minItems\": 2,\n \"maxItems\": 2,\n \"prefixItems\": [\n { \"$ref\": \"#/$defs/comparison_attempt_1_noisy\" },\n { \"$ref\": \"#/$defs/comparison_attempt_2_qualified\" }\n ],\n \"items\": false\n }\n }\n },\n {\n \"properties\": {\n \"accepted_attempt\": { \"const\": 3 },\n \"attempts\": {\n \"minItems\": 3,\n \"maxItems\": 3,\n \"prefixItems\": [\n { \"$ref\": \"#/$defs/comparison_attempt_1_noisy\" },\n { \"$ref\": \"#/$defs/comparison_attempt_2_noisy\" },\n { \"$ref\": \"#/$defs/comparison_attempt_3_qualified\" }\n ],\n \"items\": false\n }\n }\n }\n ]\n },\n \"comparison_attempt\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"attempt\", \"run_order\", \"environment\", \"runs\", \"noise_qualification\", \"attempt_sha256\"],\n \"properties\": {\n \"attempt\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 3 },\n \"run_order\": {\n \"type\": \"array\",\n \"minItems\": 18,\n \"maxItems\": 18,\n \"prefixItems\": [\n { \"const\": \"baseline\" }, { \"const\": \"candidate\" },\n { \"const\": \"candidate\" }, { \"const\": \"baseline\" },\n { \"const\": \"baseline\" }, { \"const\": \"candidate\" },\n { \"const\": \"candidate\" }, { \"const\": \"baseline\" },\n { \"const\": \"baseline\" }, { \"const\": \"candidate\" },\n { \"const\": \"candidate\" }, { \"const\": \"baseline\" },\n { \"const\": \"baseline\" }, { \"const\": \"candidate\" },\n { \"const\": \"candidate\" }, { \"const\": \"baseline\" },\n { \"const\": \"baseline\" }, { \"const\": \"candidate\" }\n ],\n \"items\": false\n },\n \"environment\": { \"$ref\": \"#/$defs/route_authorization_environment\" },\n \"runs\": {\n \"type\": \"array\",\n \"minItems\": 9,\n \"maxItems\": 9,\n \"prefixItems\": [\n { \"$ref\": \"#/$defs/comparison_run_0_baseline\" },\n { \"$ref\": \"#/$defs/comparison_run_1_candidate\" },\n { \"$ref\": \"#/$defs/comparison_run_2_baseline\" },\n { \"$ref\": \"#/$defs/comparison_run_3_candidate\" },\n { \"$ref\": \"#/$defs/comparison_run_4_baseline\" },\n { \"$ref\": \"#/$defs/comparison_run_5_candidate\" },\n { \"$ref\": \"#/$defs/comparison_run_6_baseline\" },\n { \"$ref\": \"#/$defs/comparison_run_7_candidate\" },\n { \"$ref\": \"#/$defs/comparison_run_8_baseline\" }\n ],\n \"items\": false\n },\n \"noise_qualification\": { \"$ref\": \"#/$defs/noise_qualification\" },\n \"attempt_sha256\": { \"$ref\": \"#/$defs/sha256\" }\n }\n },\n \"comparison_attempt_1_qualified\": {\n \"allOf\": [\n { \"$ref\": \"#/$defs/comparison_attempt\" },\n { \"properties\": { \"attempt\": { \"const\": 1 }, \"noise_qualification\": { \"properties\": { \"status\": { \"const\": \"qualified\" } } } } }\n ]\n },\n \"comparison_attempt_1_noisy\": {\n \"allOf\": [\n { \"$ref\": \"#/$defs/comparison_attempt\" },\n { \"properties\": { \"attempt\": { \"const\": 1 }, \"noise_qualification\": { \"properties\": { \"status\": { \"const\": \"noisy\" } } } } }\n ]\n },\n \"comparison_attempt_2_qualified\": {\n \"allOf\": [\n { \"$ref\": \"#/$defs/comparison_attempt\" },\n { \"properties\": { \"attempt\": { \"const\": 2 }, \"noise_qualification\": { \"properties\": { \"status\": { \"const\": \"qualified\" } } } } }\n ]\n },\n \"comparison_attempt_2_noisy\": {\n \"allOf\": [\n { \"$ref\": \"#/$defs/comparison_attempt\" },\n { \"properties\": { \"attempt\": { \"const\": 2 }, \"noise_qualification\": { \"properties\": { \"status\": { \"const\": \"noisy\" } } } } }\n ]\n },\n \"comparison_attempt_3_qualified\": {\n \"allOf\": [\n { \"$ref\": \"#/$defs/comparison_attempt\" },\n { \"properties\": { \"attempt\": { \"const\": 3 }, \"noise_qualification\": { \"properties\": { \"status\": { \"const\": \"qualified\" } } } } }\n ]\n },\n \"comparison_run\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"pair_index\",\n \"first_variant\",\n \"baseline_profile_sha256\",\n \"candidate_profile_sha256\",\n \"baseline_profile\",\n \"candidate_profile\"\n ],\n \"properties\": {\n \"pair_index\": { \"type\": \"integer\", \"minimum\": 0, \"maximum\": 8 },\n \"first_variant\": { \"enum\": [\"baseline\", \"candidate\"] },\n \"baseline_profile_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"candidate_profile_sha256\": { \"$ref\": \"#/$defs/sha256\" },\n \"baseline_profile\": { \"$ref\": \"#/$defs/route_authorization_profile\" },\n \"candidate_profile\": { \"$ref\": \"#/$defs/route_authorization_profile\" }\n }\n },\n \"comparison_run_0_baseline\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 0 }, \"first_variant\": { \"const\": \"baseline\" } } }] },\n \"comparison_run_1_candidate\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 1 }, \"first_variant\": { \"const\": \"candidate\" } } }] },\n \"comparison_run_2_baseline\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 2 }, \"first_variant\": { \"const\": \"baseline\" } } }] },\n \"comparison_run_3_candidate\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 3 }, \"first_variant\": { \"const\": \"candidate\" } } }] },\n \"comparison_run_4_baseline\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 4 }, \"first_variant\": { \"const\": \"baseline\" } } }] },\n \"comparison_run_5_candidate\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 5 }, \"first_variant\": { \"const\": \"candidate\" } } }] },\n \"comparison_run_6_baseline\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 6 }, \"first_variant\": { \"const\": \"baseline\" } } }] },\n \"comparison_run_7_candidate\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 7 }, \"first_variant\": { \"const\": \"candidate\" } } }] },\n \"comparison_run_8_baseline\": { \"allOf\": [{ \"$ref\": \"#/$defs/comparison_run\" }, { \"properties\": { \"pair_index\": { \"const\": 8 }, \"first_variant\": { \"const\": \"baseline\" } } }] },\n \"noise_qualification\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"status\", \"reasons\", \"metrics\"],\n \"properties\": {\n \"status\": { \"enum\": [\"qualified\", \"noisy\"] },\n \"reasons\": {\n \"type\": \"array\",\n \"maxItems\": 12,\n \"uniqueItems\": true,\n \"items\": { \"type\": \"string\", \"pattern\": \"^c(100|1000)\\\\.(batch_median_relative|batch_p95_relative)\\\\.(relative_mad|maximum_relative_deviation|order_bias)$\" }\n },\n \"metrics\": {\n \"type\": \"array\",\n \"minItems\": 4,\n \"maxItems\": 4,\n \"uniqueItems\": true,\n \"prefixItems\": [\n { \"$ref\": \"#/$defs/noise_metric_c100_batch_median\" },\n { \"$ref\": \"#/$defs/noise_metric_c100_batch_p95\" },\n { \"$ref\": \"#/$defs/noise_metric_c1000_batch_median\" },\n { \"$ref\": \"#/$defs/noise_metric_c1000_batch_p95\" }\n ],\n \"items\": false\n }\n },\n \"allOf\": [\n {\n \"if\": { \"properties\": { \"status\": { \"const\": \"qualified\" } } },\n \"then\": { \"properties\": { \"reasons\": { \"maxItems\": 0 } } },\n \"else\": { \"properties\": { \"reasons\": { \"minItems\": 1 } } }\n }\n ]\n },\n \"noise_metric\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"id\", \"median_basis_points\", \"relative_mad_basis_points\", \"relative_mad_limit_basis_points\",\n \"maximum_relative_deviation_basis_points\", \"maximum_relative_deviation_limit_basis_points\",\n \"order_bias_basis_points\", \"order_bias_limit_basis_points\"\n ],\n \"properties\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^c(100|1000)\\\\.(batch_median_relative|batch_p95_relative)$\" },\n \"median_basis_points\": { \"type\": \"number\", \"exclusiveMinimum\": 0 },\n \"relative_mad_basis_points\": { \"type\": \"number\", \"minimum\": 0 },\n \"relative_mad_limit_basis_points\": { \"type\": \"number\", \"minimum\": 0 },\n \"maximum_relative_deviation_basis_points\": { \"type\": \"number\", \"minimum\": 0 },\n \"maximum_relative_deviation_limit_basis_points\": { \"type\": \"number\", \"minimum\": 0 },\n \"order_bias_basis_points\": { \"type\": \"number\", \"minimum\": 0 },\n \"order_bias_limit_basis_points\": { \"type\": \"number\", \"minimum\": 0 }\n },\n \"allOf\": [\n {\n \"if\": { \"properties\": { \"id\": { \"pattern\": \"\\\\.batch_median_relative$\" } } },\n \"then\": {\n \"properties\": {\n \"relative_mad_limit_basis_points\": { \"const\": 750 },\n \"maximum_relative_deviation_limit_basis_points\": { \"const\": 2500 },\n \"order_bias_limit_basis_points\": { \"const\": 750 }\n }\n },\n \"else\": {\n \"properties\": {\n \"relative_mad_limit_basis_points\": { \"const\": 1250 },\n \"maximum_relative_deviation_limit_basis_points\": { \"const\": 5000 },\n \"order_bias_limit_basis_points\": { \"const\": 2000 }\n }\n }\n }\n ]\n },\n \"noise_metric_c100_batch_median\": { \"allOf\": [{ \"$ref\": \"#/$defs/noise_metric\" }, { \"properties\": { \"id\": { \"const\": \"c100.batch_median_relative\" } } }] },\n \"noise_metric_c100_batch_p95\": { \"allOf\": [{ \"$ref\": \"#/$defs/noise_metric\" }, { \"properties\": { \"id\": { \"const\": \"c100.batch_p95_relative\" } } }] },\n \"noise_metric_c1000_batch_median\": { \"allOf\": [{ \"$ref\": \"#/$defs/noise_metric\" }, { \"properties\": { \"id\": { \"const\": \"c1000.batch_median_relative\" } } }] },\n \"noise_metric_c1000_batch_p95\": { \"allOf\": [{ \"$ref\": \"#/$defs/noise_metric\" }, { \"properties\": { \"id\": { \"const\": \"c1000.batch_p95_relative\" } } }] },\n \"route_authorization_profile\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"schema_version\", \"variant\", \"commit\", \"environment\", \"warmup_count\", \"requests_per_sample\", \"measurements\"],\n \"properties\": {\n \"schema_version\": { \"const\": \"redevplugin.route_authorization_performance.v2\" },\n \"variant\": { \"enum\": [\"v0.5.1\", \"v0.6.0\"] },\n \"commit\": { \"type\": \"string\", \"pattern\": \"^[0-9a-f]{40}$\" },\n \"environment\": { \"$ref\": \"#/$defs/route_authorization_environment\" },\n \"warmup_count\": { \"const\": 8 },\n \"requests_per_sample\": { \"const\": 32 },\n \"measurements\": {\n \"type\": \"array\",\n \"minItems\": 3,\n \"maxItems\": 3,\n \"uniqueItems\": true,\n \"items\": { \"$ref\": \"#/$defs/route_authorization_measurement\" }\n }\n }\n },\n \"route_authorization_environment\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"os\", \"arch\", \"logical_cpus\", \"gomaxprocs\", \"go_version\"],\n \"properties\": {\n \"os\": { \"type\": \"string\", \"minLength\": 1 },\n \"arch\": { \"type\": \"string\", \"minLength\": 1 },\n \"logical_cpus\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"gomaxprocs\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"go_version\": { \"type\": \"string\", \"minLength\": 1 }\n }\n },\n \"route_authorization_measurement\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\n \"concurrency\",\n \"batch_count\",\n \"sample_count\",\n \"median_nanoseconds\",\n \"p95_nanoseconds\",\n \"p99_nanoseconds\",\n \"batch_median_nanoseconds_per_request\",\n \"batch_p95_nanoseconds_per_request\",\n \"allocations_per_request\",\n \"bytes_per_request\"\n ],\n \"properties\": {\n \"concurrency\": { \"enum\": [1, 100, 1000] },\n \"batch_count\": { \"type\": \"integer\", \"minimum\": 64, \"maximum\": 9007199254740991 },\n \"sample_count\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"median_nanoseconds\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"p95_nanoseconds\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"p99_nanoseconds\": { \"type\": \"integer\", \"minimum\": 1, \"maximum\": 9007199254740991 },\n \"batch_median_nanoseconds_per_request\": { \"type\": \"number\", \"exclusiveMinimum\": 0 },\n \"batch_p95_nanoseconds_per_request\": { \"type\": \"number\", \"exclusiveMinimum\": 0 },\n \"allocations_per_request\": { \"type\": \"number\", \"minimum\": 0 },\n \"bytes_per_request\": { \"type\": \"number\", \"minimum\": 0 }\n }\n },\n \"contract_hash\": {\n \"type\": \"object\",\n \"additionalProperties\": false,\n \"required\": [\"id\", \"sha256\"],\n \"properties\": {\n \"id\": { \"type\": \"string\", \"pattern\": \"^[a-z][a-z0-9-]+$\" },\n \"sha256\": { \"$ref\": \"#/$defs/sha256\" }\n }\n }\n }\n}\n"
142
142
  },
143
143
  {
144
144
  "id": "platform-package-publication-schema",
@@ -348,8 +348,8 @@ export const generatedRegistryContract = {
348
348
  "id": "contract-registry",
349
349
  "path": "spec/plugin/contract-registry-v2.json",
350
350
  "version": "contract-registry-v2",
351
- "sha256": "a893542db25c7edeeb3324eee2d7d5e6f92c3c5b52a0b83668a732cf280e17a6",
352
- "body": "{\n \"schema_version\": \"redevplugin.contract_registry.v2\",\n \"registry_version\": \"contract-registry-v2\",\n \"artifacts\": [\n {\n \"id\": \"compatibility-manifest-schema\",\n \"path\": \"spec/plugin/compatibility-manifest-v8.schema.json\",\n \"version\": \"compatibility-manifest-v8\",\n \"sha256\": \"a1831e0ae9a1b47d92e7ad9879b1ca4e3510ebc212b87360595b672e8b87bc79\"\n },\n {\n \"id\": \"contract-registry-schema\",\n \"path\": \"spec/plugin/contract-registry-v2.schema.json\",\n \"version\": \"contract-registry-v2\",\n \"sha256\": \"d516b3565158ac1b0d5e9f86b91b13ac19321ab3ff54468be41951b68d7085ac\"\n },\n {\n \"id\": \"error-codes-schema\",\n \"path\": \"spec/plugin/error-codes-v6.schema.json\",\n \"version\": \"error-codes-v6\",\n \"sha256\": \"094cb980156c17af4866942b51e6a1032ea7d1ae0675b329d59a765223ccda28\"\n },\n {\n \"id\": \"host-capability-compatibility-schema\",\n \"path\": \"spec/plugin/host-capability-compatibility-v1.schema.json\",\n \"version\": \"host-capability-compatibility-v1\",\n \"sha256\": \"361ebbf7009aeb66c763ecde46427b17b6cf7d2307c01886c5987a1f4f1762de\"\n },\n {\n \"id\": \"host-capability-contract-schema\",\n \"path\": \"spec/plugin/host-capability-contract-v1.schema.json\",\n \"version\": \"host-capability-contract-v1\",\n \"sha256\": \"0a653e36d44104f1d16b06ee424648086c146f23c907b176bdf470ae73025485\"\n },\n {\n \"id\": \"host-capability-manifest-schema\",\n \"path\": \"spec/plugin/host-capability-manifest-v1.schema.json\",\n \"version\": \"host-capability-manifest-v1\",\n \"sha256\": \"5f13a8e5f918378b9cba9fdc133a9a75ba3a8311c30cb6a02ca0aba09035110e\"\n },\n {\n \"id\": \"host-capability-notices-schema\",\n \"path\": \"spec/plugin/host-capability-notices-v1.schema.json\",\n \"version\": \"host-capability-notices-v1\",\n \"sha256\": \"6affd5d0ae90239f6fd08cbeddae4eef393efa2838c9e4935874ba3dc0e05948\"\n },\n {\n \"id\": \"host-capability-pin-schema\",\n \"path\": \"spec/plugin/host-capability-pin-v1.schema.json\",\n \"version\": \"host-capability-pin-v1\",\n \"sha256\": \"20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338\"\n },\n {\n \"id\": \"host-capability-signature-schema\",\n \"path\": \"spec/plugin/host-capability-signature-v1.schema.json\",\n \"version\": \"host-capability-signature-v1\",\n \"sha256\": \"88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e\"\n },\n {\n \"id\": \"iframe-bridge-schema\",\n \"path\": \"spec/plugin/bridge-v5.schema.json\",\n \"version\": \"bridge-v5\",\n \"sha256\": \"ad8ccc7e1900ecb871432f07296dd681ae6faea9377e52f5ddca90300c04f4da\"\n },\n {\n \"id\": \"manifest-schema\",\n \"path\": \"spec/plugin/manifest-v5.schema.json\",\n \"version\": \"manifest-v5\",\n \"sha256\": \"9695f6163aa539b9e3a933367c98850257c6d7bb8d61b36fd5f83b3ab61746f7\"\n },\n {\n \"id\": \"network-grant-schema\",\n \"path\": \"spec/plugin/network-grant-v2.schema.json\",\n \"version\": \"network-grant-v2\",\n \"sha256\": \"5fc1cfc3469a992e551fd392fab982abb6f95e456a1cb768ceca137f7c693abc\"\n },\n {\n \"id\": \"opaque-surface-document-schema\",\n \"path\": \"spec/plugin/opaque-surface-document-v3.schema.json\",\n \"version\": \"opaque-surface-document-v3\",\n \"sha256\": \"63419ff5b5a8890e14f97ca29aaae175b93daff61d4567c5bdff7f6e6a9e7450\"\n },\n {\n \"id\": \"opaque-surface-transport-schema\",\n \"path\": \"spec/plugin/opaque-surface-transport-v4.schema.json\",\n \"version\": \"opaque-surface-transport-v4\",\n \"sha256\": \"004da73aba882cf8c2130af0c69d3eed4c710539f21287841bc2e7e870e60f8f\"\n },\n {\n \"id\": \"owner-scope-inventory-registry\",\n \"path\": \"spec/plugin/owner-scope-inventories-v1.json\",\n \"version\": \"owner-scope-inventory-registry-v1\",\n \"sha256\": \"f655313a641368383b3d84b6ea4f6a2a2ef42a44a4dd23f71211361c9c2e0505\"\n },\n {\n \"id\": \"owner-scope-inventory-schema\",\n \"path\": \"spec/plugin/owner-scope-inventory-v1.schema.json\",\n \"version\": \"owner-scope-inventory-v1\",\n \"sha256\": \"21dc4980103f3a36f4252ce141d7350476ec00968e8a320695e450274e928be1\"\n },\n {\n \"id\": \"owner-scope-migration-schema\",\n \"path\": \"spec/plugin/owner-scope-migration-v1.schema.json\",\n \"version\": \"owner-scope-migration-v1\",\n \"sha256\": \"e73443813e19e4cfb05748eb75d5cf04f43db3bed9d2be0c893c13bda88a5993\"\n },\n {\n \"id\": \"package-signature-schema\",\n \"path\": \"spec/plugin/package-signature-v1.schema.json\",\n \"version\": \"package-signature-v1\",\n \"sha256\": \"13951c0f6831ba28647774368c76a817868aeb7984628e2cf3dc4ad1b54f8284\"\n },\n {\n \"id\": \"performance-contract\",\n \"path\": \"spec/plugin/performance-contract-v3.json\",\n \"version\": \"performance-contract-v3\",\n \"sha256\": \"df328f565d111ad4ea2b83eaf873de534f4a07c683b39cf24334ac182f564e1e\"\n },\n {\n \"id\": \"performance-evidence-schema\",\n \"path\": \"spec/plugin/performance-evidence-v3.schema.json\",\n \"version\": \"performance-evidence-v3\",\n \"sha256\": \"fe9b9c48aa89dd67453c7e982301d48dd5bbe34c418488bf5265479d49c2dadc\"\n },\n {\n \"id\": \"platform-package-publication-schema\",\n \"path\": \"spec/plugin/platform-package-publication-v1.schema.json\",\n \"version\": \"platform-package-publication-v1\",\n \"sha256\": \"20450b516c34d5a122020f4064ddfa03ffcb97ffea661e0868cd09760b3f08b0\"\n },\n {\n \"id\": \"platform-package-set-schema\",\n \"path\": \"spec/plugin/platform-package-set-v1.schema.json\",\n \"version\": \"platform-package-set-v1\",\n \"sha256\": \"4d9979f5205ec047895b64c995312c588d998bb1c1448f6c9c559f1b7ab0d796\"\n },\n {\n \"id\": \"plugin-platform-openapi\",\n \"path\": \"spec/openapi/plugin-platform-v8.yaml\",\n \"version\": \"plugin-platform-v8\",\n \"sha256\": \"94e0cc88cb5ad8e7773677617530028578859e0bf229a6b75997f24885eb36d2\"\n },\n {\n \"id\": \"process-containment-schema\",\n \"path\": \"spec/plugin/process-containment-v1.schema.json\",\n \"version\": \"process-containment-v1\",\n \"sha256\": \"930ea44b1f62361706e994649e84f62af0a6418b77a661ae9bf9c10f1398e3fc\"\n },\n {\n \"id\": \"quarantine-cleanup-schema\",\n \"path\": \"spec/plugin/quarantine-cleanup-v1.schema.json\",\n \"version\": \"quarantine-cleanup-v1\",\n \"sha256\": \"0aced01a8d409953d5075a799ac273cae79e285ac82debe93ac4d8b706571ad1\"\n },\n {\n \"id\": \"release-metadata-schema\",\n \"path\": \"spec/plugin/release-metadata-v5.schema.json\",\n \"version\": \"release-metadata-v5\",\n \"sha256\": \"255ef3deb7d2758a43e69e533a08aa28106f8edc2e7385ab0aec0d50c1ef3d7a\"\n },\n {\n \"id\": \"release-revocation-pointer-schema\",\n \"path\": \"spec/plugin/release-revocation-pointer-v1.schema.json\",\n \"version\": \"release-revocation-pointer-v1\",\n \"sha256\": \"a9b7b64cb2dbf89500f0d191a6b2b9ab42eb806a452eb8338895a48ec7d7551e\"\n },\n {\n \"id\": \"release-revocation-schema\",\n \"path\": \"spec/plugin/release-revocation-v2.schema.json\",\n \"version\": \"release-revocation-v2\",\n \"sha256\": \"c3b40c05bc0dea422a272ee62ca45d0efb6456278b0707c5a12f39b004b84cb4\"\n },\n {\n \"id\": \"release-root-delegation-schema\",\n \"path\": \"spec/plugin/release-root-delegation-v1.schema.json\",\n \"version\": \"release-root-delegation-v1\",\n \"sha256\": \"c1adbb13eaeeca145d5ee787ff43777e60a5f329e460d20b8db358e4f5fc4825\"\n },\n {\n \"id\": \"release-signature-envelope-schema\",\n \"path\": \"spec/plugin/release-signature-envelope-v1.schema.json\",\n \"version\": \"release-signature-envelope-v1\",\n \"sha256\": \"7df9afd22bfdebfa89dc3bdb46ecdbe22a91ecce35fa46c492dd9795c66fae29\"\n },\n {\n \"id\": \"release-signing-ledger-evidence-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-evidence-v1.schema.json\",\n \"version\": \"release-signing-ledger-evidence-v1\",\n \"sha256\": \"9ab8b7f65dedcd119d578debb4f6ff97fc35f4c7ac95c0e5435f8b0959bc1a5c\"\n },\n {\n \"id\": \"release-signing-ledger-receipt-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-receipt-v1.schema.json\",\n \"version\": \"release-signing-ledger-receipt-v1\",\n \"sha256\": \"29210cfefd967017c5c74bcf8489bd50511c5c9f36d17b0200056ccb90c30561\"\n },\n {\n \"id\": \"release-signing-ledger-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-v1.schema.json\",\n \"version\": \"release-signing-ledger-v1\",\n \"sha256\": \"0c72b30bfd6b857b9809e48e1b7eaaeb7134d5afd6a935aa8373465054403765\"\n },\n {\n \"id\": \"release-signing-subject-schema\",\n \"path\": \"spec/plugin/release-signing-subject-v1.schema.json\",\n \"version\": \"release-signing-subject-v1\",\n \"sha256\": \"876b1459824f90042bd141e96bfea4633333bdf2a227e15b6e25c72db1179c8e\"\n },\n {\n \"id\": \"release-source-policy-pointer-schema\",\n \"path\": \"spec/plugin/release-source-policy-pointer-v1.schema.json\",\n \"version\": \"release-source-policy-pointer-v1\",\n \"sha256\": \"1a78cc3897ffbcdb605d2e9265d765207a4647d3f53fa5736aec65bf5f54e81c\"\n },\n {\n \"id\": \"release-source-policy-schema\",\n \"path\": \"spec/plugin/release-source-policy-v2.schema.json\",\n \"version\": \"release-source-policy-v2\",\n \"sha256\": \"6a5a5eab317a86beea925a611ca8a7a2d937547c039ce147b5993f69a5611237\"\n },\n {\n \"id\": \"release-trust-state-schema\",\n \"path\": \"spec/plugin/release-trust-state-v1.schema.json\",\n \"version\": \"release-trust-state-v1\",\n \"sha256\": \"19ffa182932a22401a33ee4c9921e957c67895c2d8b041c9a27ee3530bdfb2d2\"\n },\n {\n \"id\": \"resource-scope-schema\",\n \"path\": \"spec/plugin/resource-scope-v1.schema.json\",\n \"version\": \"resource-scope-v1\",\n \"sha256\": \"e6021bd576c7220ad5536645a7ad8e57ee7aeb9901c31a89444fa6b695d8dc6f\"\n },\n {\n \"id\": \"runtime-admission-schema\",\n \"path\": \"spec/plugin/runtime-admission-v1.schema.json\",\n \"version\": \"runtime-admission-v1\",\n \"sha256\": \"bee7b149876447d663a4099dbd71e71fa97f8ff80ddf4e12cbfba951a47c4beb\"\n },\n {\n \"id\": \"runtime-descriptor-schema\",\n \"path\": \"spec/plugin/runtime-descriptor-v2.schema.json\",\n \"version\": \"runtime-descriptor-v2\",\n \"sha256\": \"2ba59f6fb70d4ad757f60aca5541f4a44886542525e5bf76c393cd2368188351\"\n },\n {\n \"id\": \"runtime-exec-journal-schema\",\n \"path\": \"spec/plugin/runtime-exec-journal-v1.schema.json\",\n \"version\": \"runtime-exec-journal-v1\",\n \"sha256\": \"2bddbba383843b8ebc1554009909f0bb25e98616be763826a697cb0f408870d2\"\n },\n {\n \"id\": \"rust-ipc-schema\",\n \"path\": \"spec/plugin/ipc-v6.schema.json\",\n \"version\": \"rust-ipc-v6\",\n \"sha256\": \"9814ca091ac2e4e8435c1ab553e248e9d2e792de93ce9fd27bd030486774837f\"\n },\n {\n \"id\": \"session-scope-schema\",\n \"path\": \"spec/plugin/session-scope-v1.schema.json\",\n \"version\": \"session-scope-v1\",\n \"sha256\": \"3df0084264f0aff9fe2261c237cea439adb5cdc2534bfaaa0488d5992d4a7d2e\"\n },\n {\n \"id\": \"target-classifier-fixture\",\n \"path\": \"spec/plugin/target-classifier-v2.json\",\n \"version\": \"target-classifier-v2\",\n \"sha256\": \"ae7336cce77a2e820f96f1cc309b93f8442c932dcebec25e3890d31cd098e2d1\"\n },\n {\n \"id\": \"token-ticket-schema\",\n \"path\": \"spec/plugin/token-ticket-v4.schema.json\",\n \"version\": \"token-ticket-v4\",\n \"sha256\": \"5cf365b5b52a331ac0d3ad35a98be3c2ce668804ae88fdeaf9679a44db14feb1\"\n },\n {\n \"id\": \"trusted-time-evidence-schema\",\n \"path\": \"spec/plugin/trusted-time-evidence-v1.schema.json\",\n \"version\": \"trusted-time-evidence-v1\",\n \"sha256\": \"4398cbd2a3eea42a85008ee16a69d7adb265673e6749b1f13a4f1610f36e5e38\"\n },\n {\n \"id\": \"trusted-time-leaf-schema\",\n \"path\": \"spec/plugin/trusted-time-leaf-v1.schema.json\",\n \"version\": \"trusted-time-leaf-v1\",\n \"sha256\": \"1c25eb0040800eef145aa2bb4c0e1ae197ae584d365e9595ab89037e26fe5ddb\"\n },\n {\n \"id\": \"wasm-worker-schema\",\n \"path\": \"spec/plugin/wasm-worker-v2.schema.json\",\n \"version\": \"redevplugin-wasm-worker-v2\",\n \"sha256\": \"00bf123f3a9ed932de4b71c180e2a5c34af0f82050defb271fedec42cf217902\"\n },\n {\n \"id\": \"worker-invocation-schema\",\n \"path\": \"spec/plugin/worker-invocation-v3.schema.json\",\n \"version\": \"worker-invocation-v3\",\n \"sha256\": \"f08af491cbf5e7b71d1aeafbeac9ae581ee5fc3bcb76184daec369f94bab3927\"\n }\n ]\n}\n"
351
+ "sha256": "7f74d48e896f98839ead56a17c428cccbde811d49223a34694d98f000c3f84e3",
352
+ "body": "{\n \"schema_version\": \"redevplugin.contract_registry.v2\",\n \"registry_version\": \"contract-registry-v2\",\n \"artifacts\": [\n {\n \"id\": \"compatibility-manifest-schema\",\n \"path\": \"spec/plugin/compatibility-manifest-v8.schema.json\",\n \"version\": \"compatibility-manifest-v8\",\n \"sha256\": \"fe966f66e23a6d7558156608f269d08fbe57d8bca16514f1d095445cea697189\"\n },\n {\n \"id\": \"contract-registry-schema\",\n \"path\": \"spec/plugin/contract-registry-v2.schema.json\",\n \"version\": \"contract-registry-v2\",\n \"sha256\": \"d516b3565158ac1b0d5e9f86b91b13ac19321ab3ff54468be41951b68d7085ac\"\n },\n {\n \"id\": \"error-codes-schema\",\n \"path\": \"spec/plugin/error-codes-v6.schema.json\",\n \"version\": \"error-codes-v6\",\n \"sha256\": \"094cb980156c17af4866942b51e6a1032ea7d1ae0675b329d59a765223ccda28\"\n },\n {\n \"id\": \"host-capability-compatibility-schema\",\n \"path\": \"spec/plugin/host-capability-compatibility-v1.schema.json\",\n \"version\": \"host-capability-compatibility-v1\",\n \"sha256\": \"361ebbf7009aeb66c763ecde46427b17b6cf7d2307c01886c5987a1f4f1762de\"\n },\n {\n \"id\": \"host-capability-contract-schema\",\n \"path\": \"spec/plugin/host-capability-contract-v1.schema.json\",\n \"version\": \"host-capability-contract-v1\",\n \"sha256\": \"0a653e36d44104f1d16b06ee424648086c146f23c907b176bdf470ae73025485\"\n },\n {\n \"id\": \"host-capability-manifest-schema\",\n \"path\": \"spec/plugin/host-capability-manifest-v1.schema.json\",\n \"version\": \"host-capability-manifest-v1\",\n \"sha256\": \"5f13a8e5f918378b9cba9fdc133a9a75ba3a8311c30cb6a02ca0aba09035110e\"\n },\n {\n \"id\": \"host-capability-notices-schema\",\n \"path\": \"spec/plugin/host-capability-notices-v1.schema.json\",\n \"version\": \"host-capability-notices-v1\",\n \"sha256\": \"6affd5d0ae90239f6fd08cbeddae4eef393efa2838c9e4935874ba3dc0e05948\"\n },\n {\n \"id\": \"host-capability-pin-schema\",\n \"path\": \"spec/plugin/host-capability-pin-v1.schema.json\",\n \"version\": \"host-capability-pin-v1\",\n \"sha256\": \"20526a5934f0d85a3db7882492487266f09de5bcd176e2c7936f05d0b7fe0338\"\n },\n {\n \"id\": \"host-capability-signature-schema\",\n \"path\": \"spec/plugin/host-capability-signature-v1.schema.json\",\n \"version\": \"host-capability-signature-v1\",\n \"sha256\": \"88cbc1d63afb7e289ca4f8b7c76f702b8d20156f7722c1b71f3ab9138a240a5e\"\n },\n {\n \"id\": \"iframe-bridge-schema\",\n \"path\": \"spec/plugin/bridge-v5.schema.json\",\n \"version\": \"bridge-v5\",\n \"sha256\": \"ad8ccc7e1900ecb871432f07296dd681ae6faea9377e52f5ddca90300c04f4da\"\n },\n {\n \"id\": \"manifest-schema\",\n \"path\": \"spec/plugin/manifest-v5.schema.json\",\n \"version\": \"manifest-v5\",\n \"sha256\": \"9695f6163aa539b9e3a933367c98850257c6d7bb8d61b36fd5f83b3ab61746f7\"\n },\n {\n \"id\": \"network-grant-schema\",\n \"path\": \"spec/plugin/network-grant-v2.schema.json\",\n \"version\": \"network-grant-v2\",\n \"sha256\": \"5fc1cfc3469a992e551fd392fab982abb6f95e456a1cb768ceca137f7c693abc\"\n },\n {\n \"id\": \"opaque-surface-document-schema\",\n \"path\": \"spec/plugin/opaque-surface-document-v3.schema.json\",\n \"version\": \"opaque-surface-document-v3\",\n \"sha256\": \"63419ff5b5a8890e14f97ca29aaae175b93daff61d4567c5bdff7f6e6a9e7450\"\n },\n {\n \"id\": \"opaque-surface-transport-schema\",\n \"path\": \"spec/plugin/opaque-surface-transport-v4.schema.json\",\n \"version\": \"opaque-surface-transport-v4\",\n \"sha256\": \"004da73aba882cf8c2130af0c69d3eed4c710539f21287841bc2e7e870e60f8f\"\n },\n {\n \"id\": \"owner-scope-inventory-registry\",\n \"path\": \"spec/plugin/owner-scope-inventories-v1.json\",\n \"version\": \"owner-scope-inventory-registry-v1\",\n \"sha256\": \"f655313a641368383b3d84b6ea4f6a2a2ef42a44a4dd23f71211361c9c2e0505\"\n },\n {\n \"id\": \"owner-scope-inventory-schema\",\n \"path\": \"spec/plugin/owner-scope-inventory-v1.schema.json\",\n \"version\": \"owner-scope-inventory-v1\",\n \"sha256\": \"21dc4980103f3a36f4252ce141d7350476ec00968e8a320695e450274e928be1\"\n },\n {\n \"id\": \"owner-scope-migration-schema\",\n \"path\": \"spec/plugin/owner-scope-migration-v1.schema.json\",\n \"version\": \"owner-scope-migration-v1\",\n \"sha256\": \"e73443813e19e4cfb05748eb75d5cf04f43db3bed9d2be0c893c13bda88a5993\"\n },\n {\n \"id\": \"package-signature-schema\",\n \"path\": \"spec/plugin/package-signature-v1.schema.json\",\n \"version\": \"package-signature-v1\",\n \"sha256\": \"13951c0f6831ba28647774368c76a817868aeb7984628e2cf3dc4ad1b54f8284\"\n },\n {\n \"id\": \"performance-contract\",\n \"path\": \"spec/plugin/performance-contract-v4.json\",\n \"version\": \"performance-contract-v4\",\n \"sha256\": \"aedc50ed8899346140965dc46e8adf2048c47bcf6c146c3b7a51646eda7725e1\"\n },\n {\n \"id\": \"performance-evidence-schema\",\n \"path\": \"spec/plugin/performance-evidence-v4.schema.json\",\n \"version\": \"performance-evidence-v4\",\n \"sha256\": \"f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61\"\n },\n {\n \"id\": \"platform-package-publication-schema\",\n \"path\": \"spec/plugin/platform-package-publication-v1.schema.json\",\n \"version\": \"platform-package-publication-v1\",\n \"sha256\": \"20450b516c34d5a122020f4064ddfa03ffcb97ffea661e0868cd09760b3f08b0\"\n },\n {\n \"id\": \"platform-package-set-schema\",\n \"path\": \"spec/plugin/platform-package-set-v1.schema.json\",\n \"version\": \"platform-package-set-v1\",\n \"sha256\": \"4d9979f5205ec047895b64c995312c588d998bb1c1448f6c9c559f1b7ab0d796\"\n },\n {\n \"id\": \"plugin-platform-openapi\",\n \"path\": \"spec/openapi/plugin-platform-v8.yaml\",\n \"version\": \"plugin-platform-v8\",\n \"sha256\": \"94e0cc88cb5ad8e7773677617530028578859e0bf229a6b75997f24885eb36d2\"\n },\n {\n \"id\": \"process-containment-schema\",\n \"path\": \"spec/plugin/process-containment-v1.schema.json\",\n \"version\": \"process-containment-v1\",\n \"sha256\": \"930ea44b1f62361706e994649e84f62af0a6418b77a661ae9bf9c10f1398e3fc\"\n },\n {\n \"id\": \"quarantine-cleanup-schema\",\n \"path\": \"spec/plugin/quarantine-cleanup-v1.schema.json\",\n \"version\": \"quarantine-cleanup-v1\",\n \"sha256\": \"0aced01a8d409953d5075a799ac273cae79e285ac82debe93ac4d8b706571ad1\"\n },\n {\n \"id\": \"release-metadata-schema\",\n \"path\": \"spec/plugin/release-metadata-v5.schema.json\",\n \"version\": \"release-metadata-v5\",\n \"sha256\": \"255ef3deb7d2758a43e69e533a08aa28106f8edc2e7385ab0aec0d50c1ef3d7a\"\n },\n {\n \"id\": \"release-revocation-pointer-schema\",\n \"path\": \"spec/plugin/release-revocation-pointer-v1.schema.json\",\n \"version\": \"release-revocation-pointer-v1\",\n \"sha256\": \"a9b7b64cb2dbf89500f0d191a6b2b9ab42eb806a452eb8338895a48ec7d7551e\"\n },\n {\n \"id\": \"release-revocation-schema\",\n \"path\": \"spec/plugin/release-revocation-v2.schema.json\",\n \"version\": \"release-revocation-v2\",\n \"sha256\": \"c3b40c05bc0dea422a272ee62ca45d0efb6456278b0707c5a12f39b004b84cb4\"\n },\n {\n \"id\": \"release-root-delegation-schema\",\n \"path\": \"spec/plugin/release-root-delegation-v1.schema.json\",\n \"version\": \"release-root-delegation-v1\",\n \"sha256\": \"c1adbb13eaeeca145d5ee787ff43777e60a5f329e460d20b8db358e4f5fc4825\"\n },\n {\n \"id\": \"release-signature-envelope-schema\",\n \"path\": \"spec/plugin/release-signature-envelope-v1.schema.json\",\n \"version\": \"release-signature-envelope-v1\",\n \"sha256\": \"7df9afd22bfdebfa89dc3bdb46ecdbe22a91ecce35fa46c492dd9795c66fae29\"\n },\n {\n \"id\": \"release-signing-ledger-evidence-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-evidence-v1.schema.json\",\n \"version\": \"release-signing-ledger-evidence-v1\",\n \"sha256\": \"9ab8b7f65dedcd119d578debb4f6ff97fc35f4c7ac95c0e5435f8b0959bc1a5c\"\n },\n {\n \"id\": \"release-signing-ledger-receipt-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-receipt-v1.schema.json\",\n \"version\": \"release-signing-ledger-receipt-v1\",\n \"sha256\": \"29210cfefd967017c5c74bcf8489bd50511c5c9f36d17b0200056ccb90c30561\"\n },\n {\n \"id\": \"release-signing-ledger-schema\",\n \"path\": \"spec/plugin/release-signing-ledger-v1.schema.json\",\n \"version\": \"release-signing-ledger-v1\",\n \"sha256\": \"0c72b30bfd6b857b9809e48e1b7eaaeb7134d5afd6a935aa8373465054403765\"\n },\n {\n \"id\": \"release-signing-subject-schema\",\n \"path\": \"spec/plugin/release-signing-subject-v1.schema.json\",\n \"version\": \"release-signing-subject-v1\",\n \"sha256\": \"876b1459824f90042bd141e96bfea4633333bdf2a227e15b6e25c72db1179c8e\"\n },\n {\n \"id\": \"release-source-policy-pointer-schema\",\n \"path\": \"spec/plugin/release-source-policy-pointer-v1.schema.json\",\n \"version\": \"release-source-policy-pointer-v1\",\n \"sha256\": \"1a78cc3897ffbcdb605d2e9265d765207a4647d3f53fa5736aec65bf5f54e81c\"\n },\n {\n \"id\": \"release-source-policy-schema\",\n \"path\": \"spec/plugin/release-source-policy-v2.schema.json\",\n \"version\": \"release-source-policy-v2\",\n \"sha256\": \"6a5a5eab317a86beea925a611ca8a7a2d937547c039ce147b5993f69a5611237\"\n },\n {\n \"id\": \"release-trust-state-schema\",\n \"path\": \"spec/plugin/release-trust-state-v1.schema.json\",\n \"version\": \"release-trust-state-v1\",\n \"sha256\": \"19ffa182932a22401a33ee4c9921e957c67895c2d8b041c9a27ee3530bdfb2d2\"\n },\n {\n \"id\": \"resource-scope-schema\",\n \"path\": \"spec/plugin/resource-scope-v1.schema.json\",\n \"version\": \"resource-scope-v1\",\n \"sha256\": \"e6021bd576c7220ad5536645a7ad8e57ee7aeb9901c31a89444fa6b695d8dc6f\"\n },\n {\n \"id\": \"runtime-admission-schema\",\n \"path\": \"spec/plugin/runtime-admission-v1.schema.json\",\n \"version\": \"runtime-admission-v1\",\n \"sha256\": \"bee7b149876447d663a4099dbd71e71fa97f8ff80ddf4e12cbfba951a47c4beb\"\n },\n {\n \"id\": \"runtime-descriptor-schema\",\n \"path\": \"spec/plugin/runtime-descriptor-v2.schema.json\",\n \"version\": \"runtime-descriptor-v2\",\n \"sha256\": \"2ba59f6fb70d4ad757f60aca5541f4a44886542525e5bf76c393cd2368188351\"\n },\n {\n \"id\": \"runtime-exec-journal-schema\",\n \"path\": \"spec/plugin/runtime-exec-journal-v1.schema.json\",\n \"version\": \"runtime-exec-journal-v1\",\n \"sha256\": \"2bddbba383843b8ebc1554009909f0bb25e98616be763826a697cb0f408870d2\"\n },\n {\n \"id\": \"rust-ipc-schema\",\n \"path\": \"spec/plugin/ipc-v6.schema.json\",\n \"version\": \"rust-ipc-v6\",\n \"sha256\": \"9814ca091ac2e4e8435c1ab553e248e9d2e792de93ce9fd27bd030486774837f\"\n },\n {\n \"id\": \"session-scope-schema\",\n \"path\": \"spec/plugin/session-scope-v1.schema.json\",\n \"version\": \"session-scope-v1\",\n \"sha256\": \"3df0084264f0aff9fe2261c237cea439adb5cdc2534bfaaa0488d5992d4a7d2e\"\n },\n {\n \"id\": \"target-classifier-fixture\",\n \"path\": \"spec/plugin/target-classifier-v2.json\",\n \"version\": \"target-classifier-v2\",\n \"sha256\": \"ae7336cce77a2e820f96f1cc309b93f8442c932dcebec25e3890d31cd098e2d1\"\n },\n {\n \"id\": \"token-ticket-schema\",\n \"path\": \"spec/plugin/token-ticket-v4.schema.json\",\n \"version\": \"token-ticket-v4\",\n \"sha256\": \"5cf365b5b52a331ac0d3ad35a98be3c2ce668804ae88fdeaf9679a44db14feb1\"\n },\n {\n \"id\": \"trusted-time-evidence-schema\",\n \"path\": \"spec/plugin/trusted-time-evidence-v1.schema.json\",\n \"version\": \"trusted-time-evidence-v1\",\n \"sha256\": \"4398cbd2a3eea42a85008ee16a69d7adb265673e6749b1f13a4f1610f36e5e38\"\n },\n {\n \"id\": \"trusted-time-leaf-schema\",\n \"path\": \"spec/plugin/trusted-time-leaf-v1.schema.json\",\n \"version\": \"trusted-time-leaf-v1\",\n \"sha256\": \"1c25eb0040800eef145aa2bb4c0e1ae197ae584d365e9595ab89037e26fe5ddb\"\n },\n {\n \"id\": \"wasm-worker-schema\",\n \"path\": \"spec/plugin/wasm-worker-v2.schema.json\",\n \"version\": \"redevplugin-wasm-worker-v2\",\n \"sha256\": \"00bf123f3a9ed932de4b71c180e2a5c34af0f82050defb271fedec42cf217902\"\n },\n {\n \"id\": \"worker-invocation-schema\",\n \"path\": \"spec/plugin/worker-invocation-v3.schema.json\",\n \"version\": \"worker-invocation-v3\",\n \"sha256\": \"f08af491cbf5e7b71d1aeafbeac9ae581ee5fc3bcb76184daec369f94bab3927\"\n }\n ]\n}\n"
353
353
  };
354
354
  export const generatedContractRegistry = {
355
355
  "schema_version": "redevplugin.contract_registry.v2",
@@ -359,7 +359,7 @@ export const generatedContractRegistry = {
359
359
  "id": "compatibility-manifest-schema",
360
360
  "path": "spec/plugin/compatibility-manifest-v8.schema.json",
361
361
  "version": "compatibility-manifest-v8",
362
- "sha256": "a1831e0ae9a1b47d92e7ad9879b1ca4e3510ebc212b87360595b672e8b87bc79"
362
+ "sha256": "fe966f66e23a6d7558156608f269d08fbe57d8bca16514f1d095445cea697189"
363
363
  },
364
364
  {
365
365
  "id": "contract-registry-schema",
@@ -465,15 +465,15 @@ export const generatedContractRegistry = {
465
465
  },
466
466
  {
467
467
  "id": "performance-contract",
468
- "path": "spec/plugin/performance-contract-v3.json",
469
- "version": "performance-contract-v3",
470
- "sha256": "df328f565d111ad4ea2b83eaf873de534f4a07c683b39cf24334ac182f564e1e"
468
+ "path": "spec/plugin/performance-contract-v4.json",
469
+ "version": "performance-contract-v4",
470
+ "sha256": "aedc50ed8899346140965dc46e8adf2048c47bcf6c146c3b7a51646eda7725e1"
471
471
  },
472
472
  {
473
473
  "id": "performance-evidence-schema",
474
- "path": "spec/plugin/performance-evidence-v3.schema.json",
475
- "version": "performance-evidence-v3",
476
- "sha256": "fe9b9c48aa89dd67453c7e982301d48dd5bbe34c418488bf5265479d49c2dadc"
474
+ "path": "spec/plugin/performance-evidence-v4.schema.json",
475
+ "version": "performance-evidence-v4",
476
+ "sha256": "f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61"
477
477
  },
478
478
  {
479
479
  "id": "platform-package-publication-schema",
@@ -653,54 +653,54 @@ export const generatedContractRegistry = {
653
653
  };
654
654
  export const generatedPackageSet = {
655
655
  "schema_version": "redevplugin.platform_package_set.v1",
656
- "platform_version": "0.6.10",
656
+ "platform_version": "0.6.14",
657
657
  "go_module": {
658
658
  "module": "github.com/floegence/redevplugin",
659
- "version": "v0.6.10"
659
+ "version": "v0.6.14"
660
660
  },
661
661
  "npm_packages": [
662
662
  {
663
663
  "name": "@floegence/redevplugin-contracts",
664
- "version": "0.6.10"
664
+ "version": "0.6.14"
665
665
  },
666
666
  {
667
667
  "name": "@floegence/redevplugin-ui",
668
- "version": "0.6.10"
668
+ "version": "0.6.14"
669
669
  }
670
670
  ],
671
671
  "rust_crates": [
672
672
  {
673
673
  "name": "redevplugin-contracts",
674
- "version": "0.6.10",
674
+ "version": "0.6.14",
675
675
  "role": "contracts"
676
676
  },
677
677
  {
678
678
  "name": "redevplugin-ipc",
679
- "version": "0.6.10",
679
+ "version": "0.6.14",
680
680
  "role": "ipc"
681
681
  },
682
682
  {
683
683
  "name": "redevplugin-wasm-abi",
684
- "version": "0.6.10",
684
+ "version": "0.6.14",
685
685
  "role": "wasm_abi"
686
686
  },
687
687
  {
688
688
  "name": "redevplugin-target-classifier",
689
- "version": "0.6.10",
689
+ "version": "0.6.14",
690
690
  "role": "target_classifier"
691
691
  },
692
692
  {
693
693
  "name": "redevplugin-worker-sdk",
694
- "version": "0.6.10",
694
+ "version": "0.6.14",
695
695
  "role": "worker_sdk"
696
696
  },
697
697
  {
698
698
  "name": "redevplugin-runtime",
699
- "version": "0.6.10",
699
+ "version": "0.6.14",
700
700
  "role": "runtime"
701
701
  }
702
702
  ],
703
703
  "contract_registry_version": "contract-registry-v2",
704
- "contract_set_sha256": "8f8428846f3f896db5d0fac9b22a4ea7a301625fa866fc77dc70caa48ca7b1f9"
704
+ "contract_set_sha256": "5b0efe6008b01fc44344eab05812b67345b819d7e45d6ffb16c7b218682f12f3"
705
705
  };
706
- export const generatedContractSetSHA256 = "8f8428846f3f896db5d0fac9b22a4ea7a301625fa866fc77dc70caa48ca7b1f9";
706
+ export const generatedContractSetSHA256 = "5b0efe6008b01fc44344eab05812b67345b819d7e45d6ffb16c7b218682f12f3";
package/dist/index.d.ts CHANGED
@@ -21,7 +21,7 @@ export declare const contractRegistry: {
21
21
  readonly id: "compatibility-manifest-schema";
22
22
  readonly path: "spec/plugin/compatibility-manifest-v8.schema.json";
23
23
  readonly version: "compatibility-manifest-v8";
24
- readonly sha256: "a1831e0ae9a1b47d92e7ad9879b1ca4e3510ebc212b87360595b672e8b87bc79";
24
+ readonly sha256: "fe966f66e23a6d7558156608f269d08fbe57d8bca16514f1d095445cea697189";
25
25
  }, {
26
26
  readonly id: "contract-registry-schema";
27
27
  readonly path: "spec/plugin/contract-registry-v2.schema.json";
@@ -109,14 +109,14 @@ export declare const contractRegistry: {
109
109
  readonly sha256: "13951c0f6831ba28647774368c76a817868aeb7984628e2cf3dc4ad1b54f8284";
110
110
  }, {
111
111
  readonly id: "performance-contract";
112
- readonly path: "spec/plugin/performance-contract-v3.json";
113
- readonly version: "performance-contract-v3";
114
- readonly sha256: "df328f565d111ad4ea2b83eaf873de534f4a07c683b39cf24334ac182f564e1e";
112
+ readonly path: "spec/plugin/performance-contract-v4.json";
113
+ readonly version: "performance-contract-v4";
114
+ readonly sha256: "aedc50ed8899346140965dc46e8adf2048c47bcf6c146c3b7a51646eda7725e1";
115
115
  }, {
116
116
  readonly id: "performance-evidence-schema";
117
- readonly path: "spec/plugin/performance-evidence-v3.schema.json";
118
- readonly version: "performance-evidence-v3";
119
- readonly sha256: "fe9b9c48aa89dd67453c7e982301d48dd5bbe34c418488bf5265479d49c2dadc";
117
+ readonly path: "spec/plugin/performance-evidence-v4.schema.json";
118
+ readonly version: "performance-evidence-v4";
119
+ readonly sha256: "f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61";
120
120
  }, {
121
121
  readonly id: "platform-package-publication-schema";
122
122
  readonly path: "spec/plugin/platform-package-publication-v1.schema.json";
@@ -266,45 +266,45 @@ export declare const contractRegistry: {
266
266
  };
267
267
  export declare const packageSet: {
268
268
  readonly schema_version: "redevplugin.platform_package_set.v1";
269
- readonly platform_version: "0.6.10";
269
+ readonly platform_version: "0.6.14";
270
270
  readonly go_module: {
271
271
  readonly module: "github.com/floegence/redevplugin";
272
- readonly version: "v0.6.10";
272
+ readonly version: "v0.6.14";
273
273
  };
274
274
  readonly npm_packages: readonly [{
275
275
  readonly name: "@floegence/redevplugin-contracts";
276
- readonly version: "0.6.10";
276
+ readonly version: "0.6.14";
277
277
  }, {
278
278
  readonly name: "@floegence/redevplugin-ui";
279
- readonly version: "0.6.10";
279
+ readonly version: "0.6.14";
280
280
  }];
281
281
  readonly rust_crates: readonly [{
282
282
  readonly name: "redevplugin-contracts";
283
- readonly version: "0.6.10";
283
+ readonly version: "0.6.14";
284
284
  readonly role: "contracts";
285
285
  }, {
286
286
  readonly name: "redevplugin-ipc";
287
- readonly version: "0.6.10";
287
+ readonly version: "0.6.14";
288
288
  readonly role: "ipc";
289
289
  }, {
290
290
  readonly name: "redevplugin-wasm-abi";
291
- readonly version: "0.6.10";
291
+ readonly version: "0.6.14";
292
292
  readonly role: "wasm_abi";
293
293
  }, {
294
294
  readonly name: "redevplugin-target-classifier";
295
- readonly version: "0.6.10";
295
+ readonly version: "0.6.14";
296
296
  readonly role: "target_classifier";
297
297
  }, {
298
298
  readonly name: "redevplugin-worker-sdk";
299
- readonly version: "0.6.10";
299
+ readonly version: "0.6.14";
300
300
  readonly role: "worker_sdk";
301
301
  }, {
302
302
  readonly name: "redevplugin-runtime";
303
- readonly version: "0.6.10";
303
+ readonly version: "0.6.14";
304
304
  readonly role: "runtime";
305
305
  }];
306
306
  readonly contract_registry_version: "contract-registry-v2";
307
- readonly contract_set_sha256: "8f8428846f3f896db5d0fac9b22a4ea7a301625fa866fc77dc70caa48ca7b1f9";
307
+ readonly contract_set_sha256: "5b0efe6008b01fc44344eab05812b67345b819d7e45d6ffb16c7b218682f12f3";
308
308
  };
309
- export declare const contractSetSHA256: "8f8428846f3f896db5d0fac9b22a4ea7a301625fa866fc77dc70caa48ca7b1f9";
309
+ export declare const contractSetSHA256: "5b0efe6008b01fc44344eab05812b67345b819d7e45d6ffb16c7b218682f12f3";
310
310
  export declare function getContract(id: ContractID): Contract;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-contracts",
3
- "version": "0.6.10",
3
+ "version": "0.6.14",
4
4
  "description": "Embedded ReDevPlugin machine contracts and canonical release-signing APIs",
5
5
  "license": "MIT",
6
6
  "type": "module",