-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompatibility.json
More file actions
264 lines (264 loc) · 8.27 KB
/
Copy pathcompatibility.json
File metadata and controls
264 lines (264 loc) · 8.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
{
"as_of": "2026-07-30",
"golden_runtime": {
"lock_sha256": "4502453286edffcee72b1025f7e2f1c81c596cd4bf6734b9c8c52cd4622b6b61",
"node": "24",
"platform_packages": [
{
"package": "workers-py",
"version": "1.15.0"
},
{
"package": "workers-runtime-sdk",
"version": "1.6.3"
}
],
"python": "3.13",
"workers": {
"compatibility_date": "2026-07-01",
"default_entrypoint": "WorkerEntrypoint class",
"flags": [
"python_workers"
],
"global_entrypoint": "HTTP-only compatibility mode",
"global_flags": [
"python_workers",
"disable_python_no_global_handlers"
],
"global_main": "src/entry_global.py",
"main": "src/entry.py"
}
},
"minimum_python": "3.12",
"packages": [
{
"evidence": [
"golden_app",
"ecosystem_full",
"core_ci",
"core_release"
],
"golden": true,
"name": "hayate",
"role": "Core framework and native ASGI, Workers, and Lambda adapters",
"version": "0.15.3"
},
{
"evidence": [
"auth_ci",
"auth_security",
"auth_release"
],
"golden": false,
"name": "hayate-auth",
"role": "Sessions, API keys, OAuth clients, and authorization server",
"version": "0.10.5"
},
{
"evidence": [
"fetch_ci",
"fetch_release",
"ecosystem_full"
],
"golden": false,
"name": "hayate-fetch",
"role": "Portable WHATWG-style outbound fetch",
"version": "0.1.4"
},
{
"evidence": [
"golden_app",
"mcp_ci",
"mcp_release",
"foliomcp_ci"
],
"golden": true,
"name": "hayate-mcp",
"role": "MCP transport, tools, context, and OAuth resource server",
"version": "0.12.1"
},
{
"evidence": [
"golden_app",
"openapi_ci",
"openapi_release",
"foliomcp_ci"
],
"golden": true,
"name": "hayate-openapi",
"role": "OpenAPI 3.1, Scalar, and generated zero-runtime TypeScript clients",
"version": "0.8.2"
},
{
"evidence": [
"golden_app",
"sql_ci",
"sql_release",
"foliomcp_ci"
],
"golden": true,
"name": "hayate-sql",
"role": "Migration-checked SQL contracts and typed query facades",
"version": "0.1.2"
},
{
"evidence": [
"golden_app",
"scaffold_ci",
"scaffold_matrix",
"scaffold_release"
],
"golden": true,
"name": "create-hayate",
"role": "Composable applications with deployment-identifiable Workers and drift-checked first-party TypeScript clients",
"version": "0.14.0"
}
],
"protocols": {
"mcp": "2026-07-28",
"openapi": "3.1.1"
},
"runtimes": [
{
"contract": "Pure application requests with local SQLite",
"evidence": [
"golden_app"
],
"name": "Direct",
"status": "Golden path"
},
{
"contract": "Real Uvicorn process with SQLite",
"evidence": [
"golden_app"
],
"name": "ASGI",
"status": "Golden path"
},
{
"contract": "Real workerd, D1, RPC-capable WorkerEntrypoint, and class handlers",
"evidence": [
"golden_app",
"ecosystem_full",
"foliomcp_ci"
],
"name": "Cloudflare Workers class",
"status": "Golden default"
},
{
"contract": "Global fetch export without RPC or scheduled class handlers",
"evidence": [
"golden_app"
],
"name": "Cloudflare Workers global",
"status": "HTTP-only compatibility mode"
},
{
"contract": "API Gateway v2 and Function URL buffering plus native response streaming",
"evidence": [
"core_ci"
],
"name": "AWS Lambda",
"status": "Core native adapters; outside the golden production flow"
}
],
"schema_version": 1,
"sources": {
"auth_ci": {
"commit": "4189e735844a06377e9aa7eea2a731d09e500449",
"label": "hayate-auth 0.10.5 main CI",
"url": "https://github.com/hayatepy/hayate-auth/actions/runs/30506737850"
},
"auth_release": {
"commit": "4189e735844a06377e9aa7eea2a731d09e500449",
"label": "hayate-auth 0.10.5 release provenance",
"url": "https://github.com/hayatepy/hayate-auth/actions/runs/30506830212"
},
"auth_security": {
"commit": "4189e735844a06377e9aa7eea2a731d09e500449",
"label": "hayate-auth 0.10.5 security profiles",
"url": "https://github.com/hayatepy/hayate-auth/actions/runs/30506737869"
},
"core_ci": {
"commit": "a1821a27a83a2406c491338a397b489856db15de",
"label": "Hayate 0.15.3 main CI",
"url": "https://github.com/hayatepy/hayate/actions/runs/30506644119"
},
"core_release": {
"commit": "a1821a27a83a2406c491338a397b489856db15de",
"label": "Hayate 0.15.3 release provenance",
"url": "https://github.com/hayatepy/hayate/actions/runs/30506830778"
},
"ecosystem_full": {
"commit": "64dfb96f2397685c9fe017382855749f445d3697",
"label": "Hayate 0.15.2 downstream full compatibility CI (runtime-equivalent to metadata-only 0.15.3)",
"url": "https://github.com/hayatepy/hayate/actions/runs/30501023744"
},
"fetch_ci": {
"commit": "c684291e0fcc1067d9cf4548370c50fb68678a67",
"label": "hayate-fetch 0.1.4 main CI",
"url": "https://github.com/hayatepy/hayate-fetch/actions/runs/30506644434"
},
"fetch_release": {
"commit": "c684291e0fcc1067d9cf4548370c50fb68678a67",
"label": "hayate-fetch 0.1.4 release provenance",
"url": "https://github.com/hayatepy/hayate-fetch/actions/runs/30506781911"
},
"foliomcp_ci": {
"commit": "a4d110efc223b5774278b21512e176f64f93d525",
"label": "FolioMCP production Workerd CI (private downstream evidence)",
"visibility": "private"
},
"golden_app": {
"commit": "f0e334554f4b98e4be941dcb84feaaf6b47a9c89",
"label": "golden-app create-hayate 0.14.0 deployment metadata main CI",
"url": "https://github.com/hayatepy/golden-app/actions/runs/30511141307"
},
"mcp_ci": {
"commit": "249b2df4bc41a0603e168b22c53815e31d2d5711",
"label": "hayate-mcp 0.12.1 main CI and MCP 2026-07-28 conformance",
"url": "https://github.com/hayatepy/hayate-mcp/actions/runs/30504249052"
},
"mcp_release": {
"commit": "249b2df4bc41a0603e168b22c53815e31d2d5711",
"label": "hayate-mcp 0.12.1 release provenance",
"url": "https://github.com/hayatepy/hayate-mcp/actions/runs/30504320516"
},
"openapi_ci": {
"commit": "1247f16e13faf1cd8b9f507c4715e44bb1ec03be",
"label": "hayate-openapi 0.8.2 main CI and TypeScript interoperability",
"url": "https://github.com/hayatepy/hayate-openapi/actions/runs/30506643960"
},
"openapi_release": {
"commit": "1247f16e13faf1cd8b9f507c4715e44bb1ec03be",
"label": "hayate-openapi 0.8.2 release provenance",
"url": "https://github.com/hayatepy/hayate-openapi/actions/runs/30506784156"
},
"scaffold_ci": {
"commit": "261af98f18b1f97cbb94f7bf19a99ab34e92be4f",
"label": "create-hayate 0.14.0 main CI and feature matrix",
"url": "https://github.com/hayatepy/create-hayate/actions/runs/30510345493"
},
"scaffold_matrix": {
"artifact_sha256": "d980477da29e494182080adcd79b864ab533a1dcfbc8035b401f75f7dfa97e43",
"commit": "261af98f18b1f97cbb94f7bf19a99ab34e92be4f",
"label": "create-hayate 0.14.0 full frontend matrix (112/112)",
"url": "https://github.com/hayatepy/create-hayate/actions/runs/30511183502"
},
"scaffold_release": {
"commit": "261af98f18b1f97cbb94f7bf19a99ab34e92be4f",
"label": "create-hayate 0.14.0 release provenance",
"url": "https://github.com/hayatepy/create-hayate/actions/runs/30510444651"
},
"sql_ci": {
"commit": "4e84db1ab3a7683239f288fb1bae64afa3007303",
"label": "hayate-sql 0.1.2 main CI",
"url": "https://github.com/hayatepy/hayate-sql/actions/runs/30506643955"
},
"sql_release": {
"commit": "4e84db1ab3a7683239f288fb1bae64afa3007303",
"label": "hayate-sql 0.1.2 release provenance",
"url": "https://github.com/hayatepy/hayate-sql/actions/runs/30506782424"
}
}
}