-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphase9_implementation_plan.current.json
More file actions
451 lines (451 loc) · 14.6 KB
/
phase9_implementation_plan.current.json
File metadata and controls
451 lines (451 loc) · 14.6 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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
{
"document_role": "archival_named_current_snapshot_for_stability",
"current_truth_source": false,
"truth_scope": "archival_snapshot",
"canonical_current_state_chain": "docs/review/conformance/current_state_chain.current.json",
"documentation_truth_reviewed_at": "2026-03-26",
"archival_note": "Historical snapshot retained in place for provenance and stable references; not the canonical package-wide current-state source.",
"schema_version": 1,
"phase": 9,
"checkpoint": "phase9_implementation_plan_checkpoint",
"current_state": {
"authoritative_boundary_passed": true,
"strict_target_boundary_passed": false,
"flag_surface_passed": false,
"operator_surface_passed": true,
"performance_passed": false,
"documentation_passed": true,
"final_promotion_gate_passed": false,
"strict_target_missing_independent_scenarios": [
"http11-connect-relay-curl-client",
"http2-connect-relay-h2-client",
"http3-connect-relay-aioquic-client",
"http11-trailer-fields-curl-client",
"http2-trailer-fields-h2-client",
"http3-trailer-fields-aioquic-client",
"http11-content-coding-curl-client",
"http2-content-coding-curl-client",
"http3-content-coding-aioquic-client",
"tls-server-ocsp-validation-openssl-client"
],
"flag_runtime_blockers": [
"--ssl-ciphers",
"--log-config",
"--statsd-host",
"--otel-endpoint",
"--limit-concurrency",
"--websocket-ping-interval",
"--websocket-ping-timeout"
],
"performance_blockers": {
"missing_metric_keys": [
"handshake_latency_ms",
"p99_9_ms",
"protocol_stalls",
"time_to_first_byte_ms"
],
"missing_threshold_keys": [
"max_handshake_latency_ms",
"max_p50_ms",
"max_p95_ms",
"max_p99_9_ms",
"max_protocol_stalls",
"max_rss_kib",
"max_scheduler_rejections",
"max_time_to_first_byte_ms"
],
"missing_relative_budget_keys": [
"max_cpu_increase_fraction",
"max_p99_9_increase_fraction",
"max_rss_increase_fraction"
]
},
"strict_target_non_passing_independent_scenarios": [
"websocket-http3-server-aioquic-client-permessage-deflate"
]
},
"completed_surfaces": {
"strict_target_rfcs_already_complete": [
"RFC 9112",
"RFC 9113",
"RFC 9114",
"RFC 9000",
"RFC 9001",
"RFC 9002",
"RFC 7541",
"RFC 9204",
"RFC 6455",
"RFC 8441",
"RFC 9220",
"RFC 8446",
"RFC 5280",
"RFC 7301"
],
"strict_target_rfcs_still_blocked": [
"RFC 7692",
"RFC 9110 \u00a79.3.6",
"RFC 9110 \u00a76.5",
"RFC 9110 \u00a78",
"RFC 6960"
],
"operator_surface_complete_keys": [
"workers_process_supervision",
"reload",
"proxy_header_normalization",
"root_path_scope_injection",
"structured_logging",
"metrics_endpoint",
"resource_timeout_controls_wired"
]
},
"phases": [
{
"phase_id": "9A",
"title": "freeze the promotion contract",
"objective": "remove ambiguity in semantics, release-root policy, and acceptance criteria",
"blockers_closed": [
"contract ambiguity"
],
"dependencies": [],
"key_files": [
"docs/review/conformance/STRICT_PROFILE_TARGET.md",
"docs/review/conformance/FLAG_CERTIFICATION_TARGET.md",
"docs/review/performance/PERFORMANCE_SLOS.md",
"docs/review/conformance/promotion_gate.target.json",
"docs/review/conformance/flag_contracts.json",
"docs/review/conformance/flag_covering_array.json",
"docs/review/conformance/state/CURRENT_REPOSITORY_STATE.md"
],
"exit_criteria": [
"every blocker has an owner and a tracked deliverable",
"0.3.8 release root is frozen as the next promotion target"
]
},
{
"phase_id": "9B",
"title": "shared independent-certification harness foundation",
"objective": "standardize third-party scenario execution and artifact capture",
"blockers_closed": [
"artifact repeatability"
],
"dependencies": [
"9A"
],
"key_files": [
"docs/review/conformance/external_matrix.release.json",
"docs/review/conformance/releases/0.3.9/release-0.3.9/",
"tools/",
"src/tigrcorn/compat/release_gates.py"
],
"exit_criteria": [
"at least one already-green independent scenario reruns into the new release layout",
"artifact validation rejects incomplete bundles"
]
},
{
"phase_id": "9C",
"title": "RFC 7692 independent-certification closure",
"objective": "promote permessage-deflate from local/runtime support to independent evidence",
"blockers_closed": [
"websocket-http11-server-websockets-client-permessage-deflate",
"websocket-http2-server-h2-client-permessage-deflate",
"websocket-http3-server-aioquic-client-permessage-deflate"
],
"dependencies": [
"9B"
],
"key_files": [
"src/tigrcorn/protocols/websocket/extensions.py",
"src/tigrcorn/protocols/websocket/handler.py",
"src/tigrcorn/protocols/http2/websocket.py",
"src/tigrcorn/protocols/http3/websocket.py",
"docs/review/conformance/external_matrix.release.json"
],
"exit_criteria": [
"all three RFC 7692 scenarios have preserved passing third-party artifacts",
"RFC 7692 resolves at independent_certification"
]
},
{
"phase_id": "9D",
"title": "RFC 9110 bounded semantic closure at independent tier",
"objective": "promote CONNECT, trailers, and content coding to independent evidence",
"blockers_closed": [
"http11-connect-relay-curl-client",
"http2-connect-relay-h2-client",
"http3-connect-relay-aioquic-client",
"http11-trailer-fields-curl-client",
"http2-trailer-fields-h2-client",
"http3-trailer-fields-aioquic-client",
"http11-content-coding-curl-client",
"http2-content-coding-curl-client",
"http3-content-coding-aioquic-client"
],
"dependencies": [
"9B"
],
"key_files": [
"src/tigrcorn/protocols/connect.py",
"src/tigrcorn/protocols/content_coding.py",
"src/tigrcorn/asgi/receive.py",
"src/tigrcorn/asgi/send.py",
"src/tigrcorn/server/runner.py",
"src/tigrcorn/protocols/http2/handler.py",
"src/tigrcorn/protocols/http3/handler.py",
"docs/review/conformance/external_matrix.release.json"
],
"exit_criteria": [
"all nine RFC 9110 bounded-semantic scenarios have preserved passing third-party artifacts",
"RFC 9110 bounded sections resolve at independent_certification"
]
},
{
"phase_id": "9E",
"title": "RFC 6960 independent-certification closure",
"objective": "promote OCSP behavior from local to preserved third-party evidence",
"blockers_closed": [
"tls-server-ocsp-validation-openssl-client"
],
"dependencies": [
"9B"
],
"key_files": [
"src/tigrcorn/security/tls.py",
"src/tigrcorn/security/policies.py",
"src/tigrcorn/security/x509/path.py",
"docs/review/conformance/external_matrix.release.json"
],
"exit_criteria": [
"the openssl OCSP scenario has preserved passing artifacts",
"RFC 6960 resolves at independent_certification"
]
},
{
"phase_id": "9F",
"title": "public flag contract/runtime closure",
"objective": "turn the seven remaining flags into fully wired, tested surfaces",
"blockers_closed": [
"--ssl-ciphers",
"--log-config",
"--statsd-host",
"--otel-endpoint",
"--limit-concurrency",
"--websocket-ping-interval",
"--websocket-ping-timeout"
],
"dependencies": [
"9A"
],
"key_files": [
"src/tigrcorn/cli.py",
"src/tigrcorn/config/load.py",
"src/tigrcorn/config/model.py",
"src/tigrcorn/config/normalize.py",
"src/tigrcorn/config/validate.py",
"src/tigrcorn/security/tls.py",
"src/tigrcorn/security/tls13/extensions.py",
"src/tigrcorn/security/tls13/handshake.py",
"src/tigrcorn/observability/logging.py",
"src/tigrcorn/observability/metrics.py",
"src/tigrcorn/observability/tracing.py",
"src/tigrcorn/flow/keepalive.py",
"src/tigrcorn/scheduler/policy.py",
"src/tigrcorn/scheduler/runtime.py",
"src/tigrcorn/server/runner.py",
"src/tigrcorn/protocols/websocket/handler.py",
"src/tigrcorn/protocols/http2/websocket.py",
"src/tigrcorn/protocols/http3/websocket.py"
],
"exit_criteria": [
"all current public flag strings are promotion-ready",
"flag surface passes in evaluate_promotion_target"
]
},
{
"phase_id": "9G",
"title": "strict performance target closure",
"objective": "upgrade the Phase 6 harness to the stricter promotion-grade performance program",
"blockers_closed": [
"performance metric gaps",
"performance threshold gaps",
"performance lane gaps"
],
"dependencies": [
"9F"
],
"key_files": [
"src/tigrcorn/compat/perf_runner.py",
"tools/run_perf_matrix.py",
"benchmarks/",
"docs/review/performance/PERFORMANCE_SLOS.md",
"docs/review/performance/performance_slos.json",
"docs/review/performance/performance_matrix.json",
"docs/review/performance/artifacts/"
],
"exit_criteria": [
"performance target passes in evaluate_promotion_target",
"required lanes and artifact files are present and validated"
]
},
{
"phase_id": "9H",
"title": "promotion-evaluator hardening",
"objective": "make the composite evaluator enforce the entire target without under-checking",
"blockers_closed": [
"evaluator under-enforcement"
],
"dependencies": [
"9G"
],
"key_files": [
"src/tigrcorn/compat/release_gates.py",
"tests/test_release_gates.py",
"tests/test_performance_harness.py",
"tests/test_promotion_targets.py",
"docs/review/conformance/promotion_gate.target.json"
],
"exit_criteria": [
"negative fixtures fail for every missing metric, file, and lane",
"the evaluator only passes when the strict target is complete"
]
},
{
"phase_id": "9I",
"title": "release assembly and certifiable checkpoint",
"objective": "assemble the new release root and cut the first fully promotion-green checkpoint",
"blockers_closed": [
"final promotion gate"
],
"dependencies": [
"9C",
"9D",
"9E",
"9F",
"9G",
"9H"
],
"key_files": [
"docs/review/conformance/releases/0.3.9/release-0.3.9/",
"docs/review/conformance/state/CURRENT_REPOSITORY_STATE.md",
"README.md",
"docs/review/conformance/README.md",
"docs/review/conformance/phase8_strict_promotion_target_status.current.json"
],
"exit_criteria": [
"authoritative boundary, strict boundary, flag surface, operator surface, performance target, and documentation all pass",
"the package can honestly claim strict-target complete certification"
]
},
{
"phase_id": "10",
"title": "optional post-promotion boundary expansion",
"objective": "expand into adjacent HTTP validator and digest work after the strict target is complete",
"blockers_closed": [],
"dependencies": [
"9I"
],
"key_files": [
"docs/review/conformance/RFC_APPLICABILITY_AND_COMPETITOR_STATUS.md",
"docs/review/conformance/RFC_APPLICABILITY_AND_COMPETITOR_SUPPORT.md"
],
"exit_criteria": [
"RFC 7232 is implemented as a first-class subsystem if selected",
"RFC 9530 is implemented after representation metadata exists if selected"
]
}
],
"parallelization": {
"stream_a_strict_rfc_evidence": [
"9B",
"9C",
"9D",
"9E"
],
"stream_b_runtime_flag_closure": [
"9A",
"9F"
],
"stream_c_performance_and_gates": [
"9A",
"9G",
"9H"
],
"critical_path": [
"9A",
"9B",
"9C",
"9D",
"9E",
"9F",
"9G",
"9H",
"9I"
]
},
"promotion_definition_of_done": [
"all 13 missing strict-target scenarios preserved as passing third-party artifacts under a new release root",
"RFC 7692, RFC 9110 \u00a79.3.6, RFC 9110 \u00a76.5, RFC 9110 \u00a78, and RFC 6960 resolve at independent_certification",
"all 7 remaining public flag gaps are fully wired and tested",
"operator surface stays green",
"performance target emits all required metrics, thresholds, budgets, lanes, and artifact files",
"promotion evaluator enforces the full target contract",
"documentation remains truthful before and after promotion"
],
"post_promotion_backlog": {
"adjacent_next_rfcs": [
"RFC 7232",
"RFC 9530"
],
"conditional_expansion_rfcs": [
"RFC 9111",
"RFC 9421"
],
"keep_outside_transport_boundary_unless_product_expands": [
"RFC 7515",
"RFC 7516",
"RFC 7519",
"RFC 8152",
"RFC 9052"
]
},
"phase_execution_status": {
"9A": {
"status": "completed",
"status_doc": "docs/review/conformance/PHASE9A_PROMOTION_CONTRACT_FREEZE.md",
"status_json": "docs/review/conformance/phase9a_promotion_contract.current.json",
"backlog_doc": "docs/review/conformance/PHASE9A_EXECUTION_BACKLOG.md",
"backlog_json": "docs/review/conformance/phase9a_execution_backlog.current.json"
},
"9B": {
"status": "completed",
"status_doc": "docs/review/conformance/PHASE9B_INDEPENDENT_HARNESS_FOUNDATION.md",
"status_json": "docs/review/conformance/phase9b_independent_harness.current.json"
},
"9C": {
"status": "partially_completed",
"status_doc": "docs/review/conformance/PHASE9C_RFC7692_INDEPENDENT_CLOSURE.md",
"status_json": "docs/review/conformance/phase9c_rfc7692_independent_closure.current.json"
},
"9D": {
"status": "not_started"
},
"9E": {
"status": "not_started"
},
"9F": {
"status": "not_started"
},
"9G": {
"status": "not_started"
},
"9H": {
"status": "not_started"
},
"9I": {
"status": "not_started"
},
"10": {
"status": "not_started"
}
}
}