@scoutflo/topology-contracts 0.7.11 → 0.7.13

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.
@@ -1,12 +1,12 @@
1
1
  import { z } from 'zod';
2
2
  import { OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY } from './contracts/types';
3
- export { CONTRACT_SCHEMA_MONITORING_MIMIR as MONITORING_MIMIR_ATTRIBUTE_SCHEMA_KEY, CONTRACT_SCHEMA_MONITORING_PROMETHEUS as MONITORING_PROMETHEUS_ATTRIBUTE_SCHEMA_KEY, CONTRACT_SCHEMA_MONITORING_SENTRY as MONITORING_SENTRY_ATTRIBUTE_SCHEMA_KEY, CONTRACT_SCHEMA_MONITORING_VICTORIAMETRICS as MONITORING_VICTORIAMETRICS_ATTRIBUTE_SCHEMA_KEY, OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY as RELATIONSHIP_OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY, SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY as RELATIONSHIP_SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY, STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY as RELATIONSHIP_STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY, } from './contracts/types';
3
+ export { CONTRACT_SCHEMA_MONITORING_MIMIR as MONITORING_MIMIR_ATTRIBUTE_SCHEMA_KEY, CONTRACT_SCHEMA_MONITORING_PROMETHEUS as MONITORING_PROMETHEUS_ATTRIBUTE_SCHEMA_KEY, CONTRACT_SCHEMA_MONITORING_SENTRY as MONITORING_SENTRY_ATTRIBUTE_SCHEMA_KEY, CONTRACT_SCHEMA_MONITORING_VICTORIAMETRICS as MONITORING_VICTORIAMETRICS_ATTRIBUTE_SCHEMA_KEY, DEPLOYMENT_BINDING_ATTRIBUTE_SCHEMA_KEY as RELATIONSHIP_DEPLOYMENT_BINDING_ATTRIBUTE_SCHEMA_KEY, OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY as RELATIONSHIP_OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY, SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY as RELATIONSHIP_SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY, STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY as RELATIONSHIP_STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY, } from './contracts/types';
4
4
  export declare const CONNECTION_CONTRACT_VERSION_V1 = "v1";
5
5
  export declare const K8S_WORKLOAD_PART_OF_NAMESPACE_CONTRACT_KEY = "k8s_workload_part_of_namespace";
6
6
  export declare const K8S_WORKLOAD_SENDS_METRICS_TO_PROMETHEUS_COMPATIBLE_CONTRACT_KEY = "k8s_workload_sends_metrics_to_prometheus_compatible";
7
7
  export declare const WORKLOAD_REPORTS_ERRORS_TO_SENTRY_CONTRACT_KEY = "workload_reports_errors_to_sentry";
8
8
  export declare const CONNECTION_CONTRACT_V1_KEYS: readonly ["k8s_workload_part_of_namespace", "k8s_workload_sends_metrics_to_prometheus_compatible", "workload_reports_errors_to_sentry"];
9
- export declare const CONNECTION_CONTRACT_ATTRIBUTE_SCHEMA_KEYS: readonly ["relationship.structural_containment.v1", "relationship.selector_routing.v1", "relationship.observability_binding.v1", "monitoring.prometheus", "monitoring.mimir", "monitoring.victoriametrics", "monitoring.sentry"];
9
+ export declare const CONNECTION_CONTRACT_ATTRIBUTE_SCHEMA_KEYS: readonly ["relationship.structural_containment.v1", "relationship.selector_routing.v1", "relationship.deployment_binding.v1", "relationship.observability_binding.v1", "monitoring.prometheus", "monitoring.mimir", "monitoring.victoriametrics", "monitoring.sentry"];
10
10
  export declare const PERSISTED_CANONICAL_IDENTITY_CLAIMS: readonly ["service_name", "namespace", "workload_name", "workload_type", "cluster_id", "environment", "provider", "integration_category"];
11
11
  export declare const KUBERNETES_WORKLOAD_CANONICAL_IDENTITY_CLAIMS: readonly ["cluster_id", "namespace", "workload_name", "workload_type"];
12
12
  export declare const RATIFIED_MATCH_EVIDENCE_SIGNAL_CATEGORIES: readonly ["service", "workload", "cluster", "pod", "container", "app", "team", "project", "repository", "space"];
@@ -20,7 +20,7 @@ export declare const PROMETHEUS_COMPATIBLE_ATTRIBUTE_SCHEMA_BY_PROVIDER: {
20
20
  };
21
21
  export declare const connectionContractVersionV1Schema: z.ZodLiteral<"v1">;
22
22
  export declare const connectionContractV1KeySchema: z.ZodEnum<["k8s_workload_part_of_namespace", "k8s_workload_sends_metrics_to_prometheus_compatible", "workload_reports_errors_to_sentry"]>;
23
- export declare const connectionContractAttributeSchemaKeySchema: z.ZodEnum<["relationship.structural_containment.v1", "relationship.selector_routing.v1", "relationship.observability_binding.v1", "monitoring.prometheus", "monitoring.mimir", "monitoring.victoriametrics", "monitoring.sentry"]>;
23
+ export declare const connectionContractAttributeSchemaKeySchema: z.ZodEnum<["relationship.structural_containment.v1", "relationship.selector_routing.v1", "relationship.deployment_binding.v1", "relationship.observability_binding.v1", "monitoring.prometheus", "monitoring.mimir", "monitoring.victoriametrics", "monitoring.sentry"]>;
24
24
  export declare const persistedCanonicalIdentityClaimSchema: z.ZodEnum<["service_name", "namespace", "workload_name", "workload_type", "cluster_id", "environment", "provider", "integration_category"]>;
25
25
  export declare const kubernetesWorkloadCanonicalIdentityClaimSchema: z.ZodEnum<["cluster_id", "namespace", "workload_name", "workload_type"]>;
26
26
  export declare const ratifiedMatchEvidenceSignalCategorySchema: z.ZodEnum<["service", "workload", "cluster", "pod", "container", "app", "team", "project", "repository", "space"]>;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CONNECTION_CONTRACT_V1_REFS = exports.WORKLOAD_REPORTS_ERRORS_TO_SENTRY_CONTRACT_REF = exports.K8S_WORKLOAD_SENDS_METRICS_TO_PROMETHEUS_COMPATIBLE_CONTRACT_REF = exports.K8S_WORKLOAD_PART_OF_NAMESPACE_CONTRACT_REF = exports.connectionContractV1RefSchema = exports.prometheusCompatibleProviderSchema = exports.integrationCategoryValueSchema = exports.supportedCorrelationSignalCategorySchema = exports.ratifiedMatchEvidenceSignalCategorySchema = exports.kubernetesWorkloadCanonicalIdentityClaimSchema = exports.persistedCanonicalIdentityClaimSchema = exports.connectionContractAttributeSchemaKeySchema = exports.connectionContractV1KeySchema = exports.connectionContractVersionV1Schema = exports.PROMETHEUS_COMPATIBLE_ATTRIBUTE_SCHEMA_BY_PROVIDER = exports.PROMETHEUS_COMPATIBLE_PROVIDERS = exports.INTEGRATION_CATEGORY_VALUES = exports.SUPPORTED_CORRELATION_SIGNAL_CATEGORIES = exports.RATIFIED_MATCH_EVIDENCE_SIGNAL_CATEGORIES = exports.KUBERNETES_WORKLOAD_CANONICAL_IDENTITY_CLAIMS = exports.PERSISTED_CANONICAL_IDENTITY_CLAIMS = exports.CONNECTION_CONTRACT_ATTRIBUTE_SCHEMA_KEYS = exports.CONNECTION_CONTRACT_V1_KEYS = exports.WORKLOAD_REPORTS_ERRORS_TO_SENTRY_CONTRACT_KEY = exports.K8S_WORKLOAD_SENDS_METRICS_TO_PROMETHEUS_COMPATIBLE_CONTRACT_KEY = exports.K8S_WORKLOAD_PART_OF_NAMESPACE_CONTRACT_KEY = exports.CONNECTION_CONTRACT_VERSION_V1 = exports.RELATIONSHIP_STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY = exports.RELATIONSHIP_SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY = exports.RELATIONSHIP_OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY = exports.MONITORING_VICTORIAMETRICS_ATTRIBUTE_SCHEMA_KEY = exports.MONITORING_SENTRY_ATTRIBUTE_SCHEMA_KEY = exports.MONITORING_PROMETHEUS_ATTRIBUTE_SCHEMA_KEY = exports.MONITORING_MIMIR_ATTRIBUTE_SCHEMA_KEY = void 0;
3
+ exports.CONNECTION_CONTRACT_V1_REFS = exports.WORKLOAD_REPORTS_ERRORS_TO_SENTRY_CONTRACT_REF = exports.K8S_WORKLOAD_SENDS_METRICS_TO_PROMETHEUS_COMPATIBLE_CONTRACT_REF = exports.K8S_WORKLOAD_PART_OF_NAMESPACE_CONTRACT_REF = exports.connectionContractV1RefSchema = exports.prometheusCompatibleProviderSchema = exports.integrationCategoryValueSchema = exports.supportedCorrelationSignalCategorySchema = exports.ratifiedMatchEvidenceSignalCategorySchema = exports.kubernetesWorkloadCanonicalIdentityClaimSchema = exports.persistedCanonicalIdentityClaimSchema = exports.connectionContractAttributeSchemaKeySchema = exports.connectionContractV1KeySchema = exports.connectionContractVersionV1Schema = exports.PROMETHEUS_COMPATIBLE_ATTRIBUTE_SCHEMA_BY_PROVIDER = exports.PROMETHEUS_COMPATIBLE_PROVIDERS = exports.INTEGRATION_CATEGORY_VALUES = exports.SUPPORTED_CORRELATION_SIGNAL_CATEGORIES = exports.RATIFIED_MATCH_EVIDENCE_SIGNAL_CATEGORIES = exports.KUBERNETES_WORKLOAD_CANONICAL_IDENTITY_CLAIMS = exports.PERSISTED_CANONICAL_IDENTITY_CLAIMS = exports.CONNECTION_CONTRACT_ATTRIBUTE_SCHEMA_KEYS = exports.CONNECTION_CONTRACT_V1_KEYS = exports.WORKLOAD_REPORTS_ERRORS_TO_SENTRY_CONTRACT_KEY = exports.K8S_WORKLOAD_SENDS_METRICS_TO_PROMETHEUS_COMPATIBLE_CONTRACT_KEY = exports.K8S_WORKLOAD_PART_OF_NAMESPACE_CONTRACT_KEY = exports.CONNECTION_CONTRACT_VERSION_V1 = exports.RELATIONSHIP_STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY = exports.RELATIONSHIP_SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY = exports.RELATIONSHIP_OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY = exports.RELATIONSHIP_DEPLOYMENT_BINDING_ATTRIBUTE_SCHEMA_KEY = exports.MONITORING_VICTORIAMETRICS_ATTRIBUTE_SCHEMA_KEY = exports.MONITORING_SENTRY_ATTRIBUTE_SCHEMA_KEY = exports.MONITORING_PROMETHEUS_ATTRIBUTE_SCHEMA_KEY = exports.MONITORING_MIMIR_ATTRIBUTE_SCHEMA_KEY = void 0;
4
4
  exports.prometheusCompatibleContractForProvider = prometheusCompatibleContractForProvider;
5
5
  exports.sentryContractForProvider = sentryContractForProvider;
6
6
  const zod_1 = require("zod");
@@ -11,6 +11,7 @@ Object.defineProperty(exports, "MONITORING_MIMIR_ATTRIBUTE_SCHEMA_KEY", { enumer
11
11
  Object.defineProperty(exports, "MONITORING_PROMETHEUS_ATTRIBUTE_SCHEMA_KEY", { enumerable: true, get: function () { return types_2.CONTRACT_SCHEMA_MONITORING_PROMETHEUS; } });
12
12
  Object.defineProperty(exports, "MONITORING_SENTRY_ATTRIBUTE_SCHEMA_KEY", { enumerable: true, get: function () { return types_2.CONTRACT_SCHEMA_MONITORING_SENTRY; } });
13
13
  Object.defineProperty(exports, "MONITORING_VICTORIAMETRICS_ATTRIBUTE_SCHEMA_KEY", { enumerable: true, get: function () { return types_2.CONTRACT_SCHEMA_MONITORING_VICTORIAMETRICS; } });
14
+ Object.defineProperty(exports, "RELATIONSHIP_DEPLOYMENT_BINDING_ATTRIBUTE_SCHEMA_KEY", { enumerable: true, get: function () { return types_2.DEPLOYMENT_BINDING_ATTRIBUTE_SCHEMA_KEY; } });
14
15
  Object.defineProperty(exports, "RELATIONSHIP_OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY", { enumerable: true, get: function () { return types_2.OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY; } });
15
16
  Object.defineProperty(exports, "RELATIONSHIP_SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY", { enumerable: true, get: function () { return types_2.SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY; } });
16
17
  Object.defineProperty(exports, "RELATIONSHIP_STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY", { enumerable: true, get: function () { return types_2.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY; } });
@@ -26,6 +27,7 @@ exports.CONNECTION_CONTRACT_V1_KEYS = [
26
27
  exports.CONNECTION_CONTRACT_ATTRIBUTE_SCHEMA_KEYS = [
27
28
  types_1.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY,
28
29
  types_1.SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY,
30
+ types_1.DEPLOYMENT_BINDING_ATTRIBUTE_SCHEMA_KEY,
29
31
  types_1.OBSERVABILITY_BINDING_ATTRIBUTE_SCHEMA_KEY,
30
32
  types_1.CONTRACT_SCHEMA_MONITORING_PROMETHEUS,
31
33
  types_1.CONTRACT_SCHEMA_MONITORING_MIMIR,
@@ -1 +1 @@
1
- {"version":3,"file":"connectionContractV1.js","sourceRoot":"","sources":["../../../src/correlation/connectionContractV1.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"connectionContractV1.js","sourceRoot":"","sources":["../../../src/correlation/connectionContractV1.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  export declare const AWS_CONNECTION_CONTRACTS: readonly [{
2
2
  readonly key: "aws_vpc_part_of_account";
3
3
  readonly version: "v1";
4
- readonly status: "candidate";
4
+ readonly status: "active";
5
5
  readonly family: "aws";
6
6
  readonly source_endpoint: {
7
7
  readonly entity_type: "resource";
@@ -16,7 +16,7 @@ export declare const AWS_CONNECTION_CONTRACTS: readonly [{
16
16
  };
17
17
  readonly relation_class: "structural";
18
18
  readonly attribute_schema_key: "relationship.structural_containment.v1";
19
- readonly evidence_level: "code_evidence";
19
+ readonly evidence_level: "implemented";
20
20
  readonly provider_family: "aws";
21
21
  readonly provider_category: "cloud";
22
22
  readonly notes: readonly ["Uses the generic persisted database resource_type; current AWS adapter evidence maps this to RDS-style resources."];
@@ -24,7 +24,7 @@ export declare const AWS_CONNECTION_CONTRACTS: readonly [{
24
24
  }, {
25
25
  readonly key: "aws_subnet_part_of_vpc";
26
26
  readonly version: "v1";
27
- readonly status: "candidate";
27
+ readonly status: "active";
28
28
  readonly family: "aws";
29
29
  readonly source_endpoint: {
30
30
  readonly entity_type: "resource";
@@ -39,7 +39,7 @@ export declare const AWS_CONNECTION_CONTRACTS: readonly [{
39
39
  };
40
40
  readonly relation_class: "structural";
41
41
  readonly attribute_schema_key: "relationship.structural_containment.v1";
42
- readonly evidence_level: "code_evidence";
42
+ readonly evidence_level: "implemented";
43
43
  readonly provider_family: "aws";
44
44
  readonly provider_category: "cloud";
45
45
  readonly notes: readonly ["Uses the generic persisted object_storage resource_type; current AWS adapter evidence maps this to S3-style resources."];
@@ -47,7 +47,7 @@ export declare const AWS_CONNECTION_CONTRACTS: readonly [{
47
47
  }, {
48
48
  readonly key: "aws_compute_instance_part_of_subnet";
49
49
  readonly version: "v1";
50
- readonly status: "candidate";
50
+ readonly status: "active";
51
51
  readonly family: "aws";
52
52
  readonly source_endpoint: {
53
53
  readonly entity_type: "resource";
@@ -62,7 +62,7 @@ export declare const AWS_CONNECTION_CONTRACTS: readonly [{
62
62
  };
63
63
  readonly relation_class: "structural";
64
64
  readonly attribute_schema_key: "relationship.structural_containment.v1";
65
- readonly evidence_level: "code_evidence";
65
+ readonly evidence_level: "implemented";
66
66
  readonly provider_family: "aws";
67
67
  readonly provider_category: "cloud";
68
68
  readonly notes: readonly ["Uses the generic persisted kubernetes_cluster resource_type; current AWS adapter evidence maps this to EKS-style resources."];
@@ -70,7 +70,7 @@ export declare const AWS_CONNECTION_CONTRACTS: readonly [{
70
70
  }, {
71
71
  readonly key: "aws_compute_instance_part_of_vpc";
72
72
  readonly version: "v1";
73
- readonly status: "candidate";
73
+ readonly status: "active";
74
74
  readonly family: "aws";
75
75
  readonly source_endpoint: {
76
76
  readonly entity_type: "resource";
@@ -85,7 +85,7 @@ export declare const AWS_CONNECTION_CONTRACTS: readonly [{
85
85
  };
86
86
  readonly relation_class: "structural";
87
87
  readonly attribute_schema_key: "relationship.structural_containment.v1";
88
- readonly evidence_level: "code_evidence";
88
+ readonly evidence_level: "implemented";
89
89
  readonly provider_family: "aws";
90
90
  readonly provider_category: "cloud";
91
91
  readonly notes: readonly ["Uses the generic persisted kubernetes_cluster resource_type; current AWS adapter evidence maps this to EKS-style resources."];
@@ -93,7 +93,7 @@ export declare const AWS_CONNECTION_CONTRACTS: readonly [{
93
93
  }, {
94
94
  readonly key: "aws_database_part_of_vpc";
95
95
  readonly version: "v1";
96
- readonly status: "candidate";
96
+ readonly status: "active";
97
97
  readonly family: "aws";
98
98
  readonly source_endpoint: {
99
99
  readonly entity_type: "resource";
@@ -108,14 +108,14 @@ export declare const AWS_CONNECTION_CONTRACTS: readonly [{
108
108
  };
109
109
  readonly relation_class: "structural";
110
110
  readonly attribute_schema_key: "relationship.structural_containment.v1";
111
- readonly evidence_level: "code_evidence";
111
+ readonly evidence_level: "implemented";
112
112
  readonly provider_family: "aws";
113
113
  readonly provider_category: "cloud";
114
114
  readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
115
115
  }, {
116
116
  readonly key: "aws_object_storage_part_of_account";
117
117
  readonly version: "v1";
118
- readonly status: "candidate";
118
+ readonly status: "active";
119
119
  readonly family: "aws";
120
120
  readonly source_endpoint: {
121
121
  readonly entity_type: "resource";
@@ -130,14 +130,14 @@ export declare const AWS_CONNECTION_CONTRACTS: readonly [{
130
130
  };
131
131
  readonly relation_class: "structural";
132
132
  readonly attribute_schema_key: "relationship.structural_containment.v1";
133
- readonly evidence_level: "code_evidence";
133
+ readonly evidence_level: "implemented";
134
134
  readonly provider_family: "aws";
135
135
  readonly provider_category: "cloud";
136
136
  readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
137
137
  }, {
138
138
  readonly key: "aws_kubernetes_cluster_part_of_vpc";
139
139
  readonly version: "v1";
140
- readonly status: "candidate";
140
+ readonly status: "active";
141
141
  readonly family: "aws";
142
142
  readonly source_endpoint: {
143
143
  readonly entity_type: "resource";
@@ -152,14 +152,14 @@ export declare const AWS_CONNECTION_CONTRACTS: readonly [{
152
152
  };
153
153
  readonly relation_class: "structural";
154
154
  readonly attribute_schema_key: "relationship.structural_containment.v1";
155
- readonly evidence_level: "code_evidence";
155
+ readonly evidence_level: "implemented";
156
156
  readonly provider_family: "aws";
157
157
  readonly provider_category: "cloud";
158
158
  readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
159
159
  }, {
160
160
  readonly key: "aws_kubernetes_cluster_part_of_account";
161
161
  readonly version: "v1";
162
- readonly status: "candidate";
162
+ readonly status: "active";
163
163
  readonly family: "aws";
164
164
  readonly source_endpoint: {
165
165
  readonly entity_type: "resource";
@@ -174,7 +174,7 @@ export declare const AWS_CONNECTION_CONTRACTS: readonly [{
174
174
  };
175
175
  readonly relation_class: "structural";
176
176
  readonly attribute_schema_key: "relationship.structural_containment.v1";
177
- readonly evidence_level: "code_evidence";
177
+ readonly evidence_level: "implemented";
178
178
  readonly provider_family: "aws";
179
179
  readonly provider_category: "cloud";
180
180
  readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
@@ -13,14 +13,14 @@ exports.AWS_CONNECTION_CONTRACTS = [
13
13
  {
14
14
  key: 'aws_vpc_part_of_account',
15
15
  version: 'v1',
16
- status: status_1.CONNECTION_CONTRACT_STATUS.CANDIDATE,
16
+ status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
17
17
  family: types_1.CONNECTION_CONTRACT_FAMILY.AWS,
18
18
  source_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.VPC, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
19
19
  relation: topology_1.TOPOLOGY_RELATION_TYPE.PART_OF,
20
20
  target_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.AWS_ACCOUNT, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
21
21
  relation_class: 'structural',
22
22
  attribute_schema_key: types_1.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY,
23
- evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.CODE_EVIDENCE,
23
+ evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
24
24
  provider_family: 'aws',
25
25
  provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.CLOUD,
26
26
  notes: ['Uses the generic persisted database resource_type; current AWS adapter evidence maps this to RDS-style resources.'],
@@ -29,14 +29,14 @@ exports.AWS_CONNECTION_CONTRACTS = [
29
29
  {
30
30
  key: 'aws_subnet_part_of_vpc',
31
31
  version: 'v1',
32
- status: status_1.CONNECTION_CONTRACT_STATUS.CANDIDATE,
32
+ status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
33
33
  family: types_1.CONNECTION_CONTRACT_FAMILY.AWS,
34
34
  source_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.SUBNET, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
35
35
  relation: topology_1.TOPOLOGY_RELATION_TYPE.PART_OF,
36
36
  target_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.VPC, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
37
37
  relation_class: 'structural',
38
38
  attribute_schema_key: types_1.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY,
39
- evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.CODE_EVIDENCE,
39
+ evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
40
40
  provider_family: 'aws',
41
41
  provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.CLOUD,
42
42
  notes: ['Uses the generic persisted object_storage resource_type; current AWS adapter evidence maps this to S3-style resources.'],
@@ -45,14 +45,14 @@ exports.AWS_CONNECTION_CONTRACTS = [
45
45
  {
46
46
  key: 'aws_compute_instance_part_of_subnet',
47
47
  version: 'v1',
48
- status: status_1.CONNECTION_CONTRACT_STATUS.CANDIDATE,
48
+ status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
49
49
  family: types_1.CONNECTION_CONTRACT_FAMILY.AWS,
50
50
  source_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.COMPUTE_INSTANCE, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
51
51
  relation: topology_1.TOPOLOGY_RELATION_TYPE.PART_OF,
52
52
  target_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.SUBNET, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
53
53
  relation_class: 'structural',
54
54
  attribute_schema_key: types_1.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY,
55
- evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.CODE_EVIDENCE,
55
+ evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
56
56
  provider_family: 'aws',
57
57
  provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.CLOUD,
58
58
  notes: ['Uses the generic persisted kubernetes_cluster resource_type; current AWS adapter evidence maps this to EKS-style resources.'],
@@ -61,14 +61,14 @@ exports.AWS_CONNECTION_CONTRACTS = [
61
61
  {
62
62
  key: 'aws_compute_instance_part_of_vpc',
63
63
  version: 'v1',
64
- status: status_1.CONNECTION_CONTRACT_STATUS.CANDIDATE,
64
+ status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
65
65
  family: types_1.CONNECTION_CONTRACT_FAMILY.AWS,
66
66
  source_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.COMPUTE_INSTANCE, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
67
67
  relation: topology_1.TOPOLOGY_RELATION_TYPE.PART_OF,
68
68
  target_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.VPC, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
69
69
  relation_class: 'structural',
70
70
  attribute_schema_key: types_1.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY,
71
- evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.CODE_EVIDENCE,
71
+ evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
72
72
  provider_family: 'aws',
73
73
  provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.CLOUD,
74
74
  notes: ['Uses the generic persisted kubernetes_cluster resource_type; current AWS adapter evidence maps this to EKS-style resources.'],
@@ -77,14 +77,14 @@ exports.AWS_CONNECTION_CONTRACTS = [
77
77
  {
78
78
  key: 'aws_database_part_of_vpc',
79
79
  version: 'v1',
80
- status: status_1.CONNECTION_CONTRACT_STATUS.CANDIDATE,
80
+ status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
81
81
  family: types_1.CONNECTION_CONTRACT_FAMILY.AWS,
82
82
  source_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.DATABASE, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
83
83
  relation: topology_1.TOPOLOGY_RELATION_TYPE.PART_OF,
84
84
  target_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.VPC, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
85
85
  relation_class: 'structural',
86
86
  attribute_schema_key: types_1.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY,
87
- evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.CODE_EVIDENCE,
87
+ evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
88
88
  provider_family: 'aws',
89
89
  provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.CLOUD,
90
90
  guardrails: awsStructuralGuardrails,
@@ -92,14 +92,14 @@ exports.AWS_CONNECTION_CONTRACTS = [
92
92
  {
93
93
  key: 'aws_object_storage_part_of_account',
94
94
  version: 'v1',
95
- status: status_1.CONNECTION_CONTRACT_STATUS.CANDIDATE,
95
+ status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
96
96
  family: types_1.CONNECTION_CONTRACT_FAMILY.AWS,
97
97
  source_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.OBJECT_STORAGE, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
98
98
  relation: topology_1.TOPOLOGY_RELATION_TYPE.PART_OF,
99
99
  target_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.AWS_ACCOUNT, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
100
100
  relation_class: 'structural',
101
101
  attribute_schema_key: types_1.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY,
102
- evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.CODE_EVIDENCE,
102
+ evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
103
103
  provider_family: 'aws',
104
104
  provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.CLOUD,
105
105
  guardrails: awsStructuralGuardrails,
@@ -107,14 +107,14 @@ exports.AWS_CONNECTION_CONTRACTS = [
107
107
  {
108
108
  key: 'aws_kubernetes_cluster_part_of_vpc',
109
109
  version: 'v1',
110
- status: status_1.CONNECTION_CONTRACT_STATUS.CANDIDATE,
110
+ status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
111
111
  family: types_1.CONNECTION_CONTRACT_FAMILY.AWS,
112
112
  source_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.KUBERNETES_CLUSTER, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
113
113
  relation: topology_1.TOPOLOGY_RELATION_TYPE.PART_OF,
114
114
  target_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.VPC, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
115
115
  relation_class: 'structural',
116
116
  attribute_schema_key: types_1.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY,
117
- evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.CODE_EVIDENCE,
117
+ evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
118
118
  provider_family: 'aws',
119
119
  provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.CLOUD,
120
120
  guardrails: awsStructuralGuardrails,
@@ -122,14 +122,14 @@ exports.AWS_CONNECTION_CONTRACTS = [
122
122
  {
123
123
  key: 'aws_kubernetes_cluster_part_of_account',
124
124
  version: 'v1',
125
- status: status_1.CONNECTION_CONTRACT_STATUS.CANDIDATE,
125
+ status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
126
126
  family: types_1.CONNECTION_CONTRACT_FAMILY.AWS,
127
127
  source_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.KUBERNETES_CLUSTER, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
128
128
  relation: topology_1.TOPOLOGY_RELATION_TYPE.PART_OF,
129
129
  target_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.AWS_ACCOUNT, provider: providers_1.TOPOLOGY_PROVIDER.AWS },
130
130
  relation_class: 'structural',
131
131
  attribute_schema_key: types_1.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY,
132
- evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.CODE_EVIDENCE,
132
+ evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
133
133
  provider_family: 'aws',
134
134
  provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.CLOUD,
135
135
  guardrails: awsStructuralGuardrails,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/correlation/contracts/families/aws/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/correlation/contracts/families/aws/index.ts"],"names":[],"mappings":"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"}
@@ -6,7 +6,7 @@ export * from './integrations';
6
6
  export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [{
7
7
  readonly key: "aws_vpc_part_of_account";
8
8
  readonly version: "v1";
9
- readonly status: "candidate";
9
+ readonly status: "active";
10
10
  readonly family: "aws";
11
11
  readonly source_endpoint: {
12
12
  readonly entity_type: "resource";
@@ -21,7 +21,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
21
21
  };
22
22
  readonly relation_class: "structural";
23
23
  readonly attribute_schema_key: "relationship.structural_containment.v1";
24
- readonly evidence_level: "code_evidence";
24
+ readonly evidence_level: "implemented";
25
25
  readonly provider_family: "aws";
26
26
  readonly provider_category: "cloud";
27
27
  readonly notes: readonly ["Uses the generic persisted database resource_type; current AWS adapter evidence maps this to RDS-style resources."];
@@ -29,7 +29,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
29
29
  }, {
30
30
  readonly key: "aws_subnet_part_of_vpc";
31
31
  readonly version: "v1";
32
- readonly status: "candidate";
32
+ readonly status: "active";
33
33
  readonly family: "aws";
34
34
  readonly source_endpoint: {
35
35
  readonly entity_type: "resource";
@@ -44,7 +44,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
44
44
  };
45
45
  readonly relation_class: "structural";
46
46
  readonly attribute_schema_key: "relationship.structural_containment.v1";
47
- readonly evidence_level: "code_evidence";
47
+ readonly evidence_level: "implemented";
48
48
  readonly provider_family: "aws";
49
49
  readonly provider_category: "cloud";
50
50
  readonly notes: readonly ["Uses the generic persisted object_storage resource_type; current AWS adapter evidence maps this to S3-style resources."];
@@ -52,7 +52,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
52
52
  }, {
53
53
  readonly key: "aws_compute_instance_part_of_subnet";
54
54
  readonly version: "v1";
55
- readonly status: "candidate";
55
+ readonly status: "active";
56
56
  readonly family: "aws";
57
57
  readonly source_endpoint: {
58
58
  readonly entity_type: "resource";
@@ -67,7 +67,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
67
67
  };
68
68
  readonly relation_class: "structural";
69
69
  readonly attribute_schema_key: "relationship.structural_containment.v1";
70
- readonly evidence_level: "code_evidence";
70
+ readonly evidence_level: "implemented";
71
71
  readonly provider_family: "aws";
72
72
  readonly provider_category: "cloud";
73
73
  readonly notes: readonly ["Uses the generic persisted kubernetes_cluster resource_type; current AWS adapter evidence maps this to EKS-style resources."];
@@ -75,7 +75,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
75
75
  }, {
76
76
  readonly key: "aws_compute_instance_part_of_vpc";
77
77
  readonly version: "v1";
78
- readonly status: "candidate";
78
+ readonly status: "active";
79
79
  readonly family: "aws";
80
80
  readonly source_endpoint: {
81
81
  readonly entity_type: "resource";
@@ -90,7 +90,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
90
90
  };
91
91
  readonly relation_class: "structural";
92
92
  readonly attribute_schema_key: "relationship.structural_containment.v1";
93
- readonly evidence_level: "code_evidence";
93
+ readonly evidence_level: "implemented";
94
94
  readonly provider_family: "aws";
95
95
  readonly provider_category: "cloud";
96
96
  readonly notes: readonly ["Uses the generic persisted kubernetes_cluster resource_type; current AWS adapter evidence maps this to EKS-style resources."];
@@ -98,7 +98,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
98
98
  }, {
99
99
  readonly key: "aws_database_part_of_vpc";
100
100
  readonly version: "v1";
101
- readonly status: "candidate";
101
+ readonly status: "active";
102
102
  readonly family: "aws";
103
103
  readonly source_endpoint: {
104
104
  readonly entity_type: "resource";
@@ -113,14 +113,14 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
113
113
  };
114
114
  readonly relation_class: "structural";
115
115
  readonly attribute_schema_key: "relationship.structural_containment.v1";
116
- readonly evidence_level: "code_evidence";
116
+ readonly evidence_level: "implemented";
117
117
  readonly provider_family: "aws";
118
118
  readonly provider_category: "cloud";
119
119
  readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
120
120
  }, {
121
121
  readonly key: "aws_object_storage_part_of_account";
122
122
  readonly version: "v1";
123
- readonly status: "candidate";
123
+ readonly status: "active";
124
124
  readonly family: "aws";
125
125
  readonly source_endpoint: {
126
126
  readonly entity_type: "resource";
@@ -135,14 +135,14 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
135
135
  };
136
136
  readonly relation_class: "structural";
137
137
  readonly attribute_schema_key: "relationship.structural_containment.v1";
138
- readonly evidence_level: "code_evidence";
138
+ readonly evidence_level: "implemented";
139
139
  readonly provider_family: "aws";
140
140
  readonly provider_category: "cloud";
141
141
  readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
142
142
  }, {
143
143
  readonly key: "aws_kubernetes_cluster_part_of_vpc";
144
144
  readonly version: "v1";
145
- readonly status: "candidate";
145
+ readonly status: "active";
146
146
  readonly family: "aws";
147
147
  readonly source_endpoint: {
148
148
  readonly entity_type: "resource";
@@ -157,14 +157,14 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
157
157
  };
158
158
  readonly relation_class: "structural";
159
159
  readonly attribute_schema_key: "relationship.structural_containment.v1";
160
- readonly evidence_level: "code_evidence";
160
+ readonly evidence_level: "implemented";
161
161
  readonly provider_family: "aws";
162
162
  readonly provider_category: "cloud";
163
163
  readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
164
164
  }, {
165
165
  readonly key: "aws_kubernetes_cluster_part_of_account";
166
166
  readonly version: "v1";
167
- readonly status: "candidate";
167
+ readonly status: "active";
168
168
  readonly family: "aws";
169
169
  readonly source_endpoint: {
170
170
  readonly entity_type: "resource";
@@ -179,14 +179,14 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
179
179
  };
180
180
  readonly relation_class: "structural";
181
181
  readonly attribute_schema_key: "relationship.structural_containment.v1";
182
- readonly evidence_level: "code_evidence";
182
+ readonly evidence_level: "implemented";
183
183
  readonly provider_family: "aws";
184
184
  readonly provider_category: "cloud";
185
185
  readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
186
186
  }], readonly [{
187
187
  readonly key: "k8s_namespace_part_of_cluster";
188
188
  readonly version: "v1";
189
- readonly status: "candidate";
189
+ readonly status: "active";
190
190
  readonly family: "kubernetes";
191
191
  readonly source_endpoint: {
192
192
  readonly entity_type: "resource";
@@ -201,14 +201,14 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
201
201
  };
202
202
  readonly relation_class: "structural";
203
203
  readonly attribute_schema_key: "relationship.structural_containment.v1";
204
- readonly evidence_level: "code_evidence";
204
+ readonly evidence_level: "implemented";
205
205
  readonly provider_family: "kubernetes";
206
206
  readonly provider_category: "deployment";
207
207
  readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
208
208
  }, {
209
209
  readonly key: "k8s_service_part_of_namespace";
210
210
  readonly version: "v1";
211
- readonly status: "candidate";
211
+ readonly status: "active";
212
212
  readonly family: "kubernetes";
213
213
  readonly source_endpoint: {
214
214
  readonly entity_type: "resource";
@@ -223,7 +223,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
223
223
  };
224
224
  readonly relation_class: "structural";
225
225
  readonly attribute_schema_key: "relationship.structural_containment.v1";
226
- readonly evidence_level: "code_evidence";
226
+ readonly evidence_level: "implemented";
227
227
  readonly provider_family: "kubernetes";
228
228
  readonly provider_category: "deployment";
229
229
  readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
@@ -253,7 +253,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
253
253
  }, {
254
254
  readonly key: "k8s_service_routes_to_workload";
255
255
  readonly version: "v1";
256
- readonly status: "candidate";
256
+ readonly status: "active";
257
257
  readonly family: "kubernetes";
258
258
  readonly source_endpoint: {
259
259
  readonly entity_type: "resource";
@@ -268,15 +268,15 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
268
268
  };
269
269
  readonly relation_class: "associative";
270
270
  readonly attribute_schema_key: "relationship.selector_routing.v1";
271
- readonly evidence_level: "code_evidence";
271
+ readonly evidence_level: "implemented";
272
272
  readonly provider_family: "kubernetes";
273
273
  readonly provider_category: "deployment";
274
- readonly notes: readonly ["Candidate broad-contract name for the existing selector-rule shape; Gateway must ratify before active stamping."];
274
+ readonly notes: readonly ["Verified by fresh Gateway source-sync/correlation export; active selector-routing V1 shape."];
275
275
  readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
276
276
  }, {
277
277
  readonly key: "service_deployed_as_k8s_workload";
278
278
  readonly version: "v1";
279
- readonly status: "candidate";
279
+ readonly status: "active";
280
280
  readonly family: "kubernetes";
281
281
  readonly source_endpoint: {
282
282
  readonly entity_type: "service";
@@ -289,11 +289,11 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
289
289
  readonly provider: "k8s";
290
290
  };
291
291
  readonly relation_class: "structural";
292
- readonly attribute_schema_key: "relationship.structural_containment.v1";
293
- readonly evidence_level: "code_evidence";
292
+ readonly attribute_schema_key: "relationship.deployment_binding.v1";
293
+ readonly evidence_level: "implemented";
294
294
  readonly provider_family: "kubernetes";
295
295
  readonly provider_category: "deployment";
296
- readonly notes: readonly ["Candidate broad-contract name for observed service to Kubernetes workload binding."];
296
+ readonly notes: readonly ["Verified by fresh Gateway source-sync/correlation export; active deployment-binding V1 shape."];
297
297
  readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
298
298
  }], readonly [{
299
299
  readonly key: "github_account_owns_repository";