-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpre.json
More file actions
945 lines (945 loc) · 35.4 KB
/
Copy pathpre.json
File metadata and controls
945 lines (945 loc) · 35.4 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
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"@objectstack/docs": "4.2.1",
"@objectstack/example-crm": "4.0.91",
"@objectstack/example-showcase": "0.3.13",
"@objectstack/example-todo": "4.0.91",
"@objectstack/example-embed-objectql": "0.0.31",
"@objectstack/hono": "16.1.0",
"@objectstack/account": "16.1.0",
"@objectstack/setup": "16.1.0",
"@objectstack/studio": "16.1.0",
"@objectstack/cli": "16.1.0",
"@objectstack/client": "16.1.0",
"@objectstack/client-react": "16.1.0",
"@objectstack/cloud-connection": "16.1.0",
"@objectstack/connector-mcp": "16.1.0",
"@objectstack/connector-openapi": "16.1.0",
"@objectstack/connector-rest": "16.1.0",
"@objectstack/connector-slack": "16.1.0",
"@objectstack/console": "16.1.0",
"@objectstack/core": "16.1.0",
"create-objectstack": "16.1.0",
"@objectstack/formula": "16.1.0",
"@objectstack/lint": "16.1.0",
"@objectstack/mcp": "16.1.0",
"@objectstack/metadata": "16.1.0",
"@objectstack/metadata-core": "16.1.0",
"@objectstack/metadata-fs": "16.1.0",
"@objectstack/metadata-protocol": "16.1.0",
"@objectstack/objectql": "16.1.0",
"@objectstack/observability": "16.1.0",
"@objectstack/platform-objects": "16.1.0",
"@objectstack/driver-memory": "16.1.0",
"@objectstack/driver-mongodb": "16.1.0",
"@objectstack/driver-sql": "16.1.0",
"@objectstack/driver-sqlite-wasm": "16.1.0",
"@objectstack/embedder-openai": "16.1.0",
"@objectstack/knowledge-memory": "16.1.0",
"@objectstack/knowledge-ragflow": "16.1.0",
"@objectstack/plugin-approvals": "16.1.0",
"@objectstack/plugin-audit": "16.1.0",
"@objectstack/plugin-auth": "16.1.0",
"@objectstack/plugin-dev": "16.1.0",
"@objectstack/plugin-email": "16.1.0",
"@objectstack/plugin-hono-server": "16.1.0",
"@objectstack/plugin-pinyin-search": "16.1.0",
"@objectstack/plugin-reports": "16.1.0",
"@objectstack/plugin-security": "16.1.0",
"@objectstack/plugin-sharing": "16.1.0",
"@objectstack/plugin-webhooks": "16.1.0",
"@objectstack/dogfood": "0.0.39",
"@objectstack/downstream-contract": "0.0.37",
"@objectstack/http-conformance": "0.0.5",
"@objectstack/rest": "16.1.0",
"@objectstack/runtime": "16.1.0",
"@objectstack/sdui-parser": "16.1.0",
"@objectstack/service-analytics": "16.1.0",
"@objectstack/service-automation": "16.1.0",
"@objectstack/service-cache": "16.1.0",
"@objectstack/service-cluster": "16.1.0",
"@objectstack/service-cluster-redis": "16.1.0",
"@objectstack/service-datasource": "16.1.0",
"@objectstack/service-i18n": "16.1.0",
"@objectstack/service-job": "16.1.0",
"@objectstack/service-knowledge": "16.1.0",
"@objectstack/service-messaging": "16.1.0",
"@objectstack/service-package": "16.1.0",
"@objectstack/service-queue": "16.1.0",
"@objectstack/service-realtime": "16.1.0",
"@objectstack/service-settings": "16.1.0",
"@objectstack/service-sms": "16.1.0",
"@objectstack/service-storage": "16.1.0",
"@objectstack/spec": "16.1.0",
"@objectstack/trigger-api": "16.1.0",
"@objectstack/trigger-record-change": "16.1.0",
"@objectstack/trigger-schedule": "16.1.0",
"@objectstack/types": "16.1.0",
"@objectstack/verify": "16.1.0",
"objectstack-vscode": "16.1.0"
},
"changesets": [
"action-alias-conflict-warning",
"action-body-execution-context",
"action-body-type-gate",
"action-body-write-set-lint",
"action-crash-vs-rejection",
"action-execute-target-precedence",
"action-governance-engine-owned",
"action-location-dual-source-c17",
"action-no-placement-lint",
"action-param-inline-lookup-reference",
"action-param-strict-unknown-keys",
"action-record-write-discarded-lint",
"action-record-writes-runtime-report",
"action-required-permissions-server-scope-docs",
"action-strict-envelope-zero",
"action-undoable-liveness-corrected",
"actions-empty-object-segment-route",
"actions-failures-speak-http",
"actions-global-key-and-failure-status",
"actor-attribution-seam",
"adapter-hono-auth-wildcard-yields",
"adr-0044-revise-service-owned-note",
"adr-0053-temporal-matrix-skewed-zone",
"adr-0072-nav-target-refs",
"adr-0078-completeness-gate",
"adr-0078-phase3-webhook-triggers",
"adr-0078-phase4-runtime-warns",
"adr-0104-advertise-open-gates",
"adr-0104-attestation-adr-note",
"adr-0104-d1-media-strict-per-deployment",
"adr-0104-d1-value-shape-contract",
"adr-0104-d2-strict-by-default",
"adr-0104-d2-typed-action-handlers",
"adr-0104-d3-wave1-file-value-shape",
"adr-0104-d3w2-pr1-upload-complete-fileid",
"adr-0104-d3w2-pr2-file-read-resolution",
"adr-0104-d3w2-pr3-file-ownership",
"adr-0104-d3w2-pr4-governed-download",
"adr-0104-d3w2-pr5a-write-cutover",
"adr-0104-d3w2-pr5b-enable-collection",
"adr-0104-d3w2-pr5b-engine-flag-read",
"adr-0104-d3w2-pr6-backfill",
"adr-0104-deployment-migration-gate",
"adr-0104-design-doc-only",
"adr-0104-fresh-datastore-attestation",
"adr-0104-gate-announcement-tells-the-truth",
"adr-0104-meta-advertisement-as-implemented",
"adr-0104-remaining-flips-evidence",
"adr-0104-remaining-flips-revision",
"adr-0104-value-shapes-scan-gate",
"adr-0105-d8-delegated-admin-org-role",
"adr-0105-d8-issuance-resolves-issuer-grants",
"adr-0105-d9-cross-org-approver-targeting",
"adr-0105-d9-refuse-on-directory-less-types",
"adr-0105-group-posture-entitlement",
"adr-0105-group-tenancy-phase-0-1",
"adr-0105-group-tenancy-posture",
"adr-0105-status-phase2-d8-d9",
"adr-0106-metadata-fls-masking",
"adr-0110-action-declaration-admission",
"adr-0110-draft-only",
"adr-0111-depth-share-management",
"adr-0111-draft-only",
"adr-0111-share-link-reshare",
"adr-0111-sharing-authorization-face",
"adr-0111-verb-boundary-delete",
"adr-0112-batch-1-screaming-codes",
"adr-0112-batch-2-lowercase-sweep",
"adr-0112-error-code-vocabulary",
"adr-0113-required-write-contract",
"adr-0114-field-error-catalog",
"adr-0114-field-errors-rename",
"adr-0115-docs-tail-corrections",
"adr-0115-plugin-dev-stub-table-verdict",
"adr-0116-followups",
"adr-0117-owning-business-unit",
"adr-0118-non-user-actor-contract",
"adr-0119-d2-migration-journal",
"adr-0119-plugin-reachable-transactions",
"adr-anchors-authz-sweep",
"adr-anchors-guard",
"adr0104-attest-after-boot-writes",
"agent-code-is-the-record",
"agent-knowledge-alias-and-experimental-markers",
"agents-md-worktree-staleness",
"agents-pd12-alias-retirement-path",
"agents-pd12-shim-retired",
"agents-releases-freeze-merge-queue",
"agents-spec-generated-artifacts-map",
"aggregate-bulk-dispatch-selected-ids",
"aggregate-temporal-output",
"aggregation-vocabulary-lockstep",
"ai-agent-authoring-and-tools-removal",
"ai-agents-envelope-declaration",
"ai-agents-fallback-envelope",
"ai-agents-pending-actions-sdk",
"ai-namespace-expresses-real-surface",
"ai-route-user-system-permissions",
"ai-slot-remedy-tells-the-truth",
"ai-surface-affinity-lint",
"ai-tool-registry-and-lint",
"ai-wildcard-to-zero",
"analytics-between-predicate-dropped",
"analytics-capability-conditional-mounting",
"analytics-client-dispatcher-alignment",
"analytics-compare-measure-filters",
"analytics-cube-gate-and-error-leak",
"analytics-effective-granularity",
"analytics-empty-group-fill-compare-seam",
"analytics-execute-aggregate-execution-context",
"analytics-filter-operator-coverage",
"analytics-label-read-scope",
"analytics-objectql-read-scope",
"analytics-or-not-combinators",
"analytics-order-by-display-label",
"analytics-query-bare-shape-entry-validation",
"analytics-read-scope-bridge-order",
"analytics-record-scoping-and-measure-fields",
"analytics-timedimension-projection",
"analytics-widget-query-options",
"api-exposure-failopen-observability",
"api-methods-derivation-contract",
"apimethod-enum-shrink",
"apimethods-batch-conformance-ratchet",
"app-area-fail-open-gates-removed",
"app-dead-authoring-keys",
"app-metadata-reference-integrity-assessment",
"app-navigation-strict",
"app-runtime-hooks-artifact-boot",
"approval-action-hierarchy",
"approval-actions-translation-bundle",
"approval-actor-is-the-authenticated-caller",
"approval-approver-value-bindings",
"approval-attachment-descriptors",
"approval-dead-run-ordering-invariant",
"approval-dead-run-record-lock",
"approval-decision-survives-restart",
"approval-empty-position-admin-override",
"approval-lock-schedule-run-provenance",
"approval-override-audit-marker",
"approval-participant-visibility",
"approval-pending-approver-groups",
"approval-reassign-structured-parties",
"approval-record-lock-predicate-updates",
"approval-status-mirror-names-the-actor",
"approval-vocabularies-derived",
"approvals-expose-lock-record",
"approvals-payload-labels",
"approvals-stranded-request-inspection",
"approver-live-record-3447",
"approver-value-sources-and-dead-slot-warning",
"array-form-triggertype-not-silent",
"attachment-read-visibility-real-filter-semantics",
"attachment-unscoped-multi-delete",
"audit-anchor-and-lookup-integrity",
"audit-provenance-and-import-vocabulary",
"audit-test-static-imports",
"auth-catchall-yields-unowned-paths",
"auth-lazy-cache-rate-limit-store",
"auth-otp-budget-shared-counter-store",
"auth-otp-cooldown-retention-follows-config",
"auth-route-ledger",
"auth-validationerror-4xx-mapping",
"authorable-surface-delete-proof",
"authorable-surface-ratchet",
"authoring-key-lint-full-coverage",
"authoring-rule-command-coverage-registry",
"authz-ledger-flow-runas",
"auto-org-admin-revoke-delete-signature",
"automation-client-resume-screen-flow",
"automation-resume-authority-gate",
"banner-dsn-connection-display",
"batch-create-readonly-ingress",
"batch-dropped-fields-observability",
"batch-row-error-codes-registered",
"batch-row-result-schema-shape",
"better-auth-1-7-0-rc-2-and-prod-dep-batch",
"better-auth-team-member-count",
"blueprint-formula-expression",
"blueprint-summary-operations",
"body-write-lint-message-driver-truth",
"book-job-translation-app-authorwarn-keys-retired",
"boot-api-merge",
"boot-hydration-scoped-lookup",
"builtin-node-config-reconciliation",
"bulk-batch-size-cap",
"bulk-data-event-contract",
"bulk-writes-bind-to-path-object",
"calendar-day-primitive-to-spec",
"calendar-day-upper-bound-memory-mongodb",
"calendar-day-upper-bound",
"calldata-query-fallback-serves-query",
"changelog-ships-in-tarball",
"chartconfig-trim-zoom-clickaction",
"check-i18n-fails-on-undeclared-authoring-key",
"check-mode-manifest-no-write",
"ci-cache-tier1-optimizations",
"ci-merge-queue-throughput",
"ci-node-22-pin",
"ci-node-eol-guard",
"ci-performance-optimization",
"ci-rerun-safety-and-timeouts",
"ci-shard-test-core",
"ci-test-completeness-guard",
"cli-json-pipe-truncation-sweep",
"cli-stale-dist-tests-and-project-root",
"client-actions-surface",
"client-error-envelope-normalisation",
"client-keys-sharelinks-security",
"client-meta-automation-descriptors",
"client-packages-lifecycle",
"client-react-bulk-data-hooks",
"client-react-dependency-identity-loops",
"client-react-test-harness",
"client-readme-retired-validate-only",
"client-retires-parking-spot-read",
"client-url-conformance-capstone",
"close-approvals-and-record-shares-gaps",
"close-out-sweep-inert-keys",
"close-sharing-rules-explain-search-gaps",
"close-the-eight-reports-rest-gaps",
"close-the-final-nine-rest-gaps",
"close-the-nine-metadata-rest-gaps",
"cold-boot-flow-bind-read-decorations",
"connector-authoring-guide",
"connector-descriptors-meet-their-contract",
"connector-template-cluster-removed",
"console-09c6a177bb4a",
"console-1bb77aa24514",
"console-2cb8d78e24ad",
"console-4a4829d0ef39",
"console-785b8a5d432c",
"console-7d9734d5e321",
"console-96ee72e85439",
"console-a136322f8723",
"console-bebaebd39ace-backfill",
"console-bebaebd39ace",
"console-c6cfdf1288b6-backfill",
"console-e651c936870e",
"console-f5bc4c78be76",
"console-pin-pr-gate",
"control-flow-form-zod-ledger",
"control-plane-guard-crossref",
"converge-activation-event-schema",
"conversion-notice-channel",
"criteria-json-declaratively-required",
"cross-object-batch-501-code",
"cross-repo-issue-closer",
"current-user-endpoints-kernel-resolver",
"d12-fake-inventory-gate",
"dashboard-strict",
"data-driver-find-stream-retired",
"data-event-contract",
"data-field-changed-event-removed",
"data-path-object-existence-gate",
"data-query-path-object",
"database-loader-ddl-failure-loud",
"dataset-percent-scale-chain",
"dataset-query-strip-read-decorations",
"datasource-admin-503-names-its-own-service",
"datasource-availability-observability",
"datasource-bound-connect-failfast",
"datasource-capabilities-retired",
"datasource-config-driver-contract",
"datasource-config-key-alias-conversion",
"datasource-external-inert-keys-retired",
"datasource-health-check-retired",
"datasource-mapping-is-routing",
"datasource-read-replicas-removed",
"datasource-retry-policy-retired",
"datasource-routes-catch-service-throws",
"datasource-teardown-ownership",
"datasync-conflict-dual-source-c13-c15",
"date-bucket-parity-gate",
"date-now-default-utc",
"datetime-canonical-utc-storage",
"datetime-storage-form-memory-mongodb",
"ddl-runtime-token-default",
"decision-branch-routing-enforced",
"decision-output-required-pin",
"decision-outputs-surface-3447",
"declarative-cron-job-schedule-envelope",
"declared-unique-index-not-legacy",
"default-datasource-adopt-seam",
"default-datasource-declared",
"define-hook-factory",
"degraded-boot-stderr-premise",
"delegable-scope-read-surface",
"delete-many-id-predicate",
"department-approver-env-wide-business-unit",
"deprecate-kernel-assignment-notifications",
"deprecated-alias-conflict-rules",
"dev-plugin-production-hatch-brands",
"dev-plugin-protocol-family-removed",
"dev-plugin-security-stubs-and-prod-guard",
"discovery-cache-queue-job-no-route",
"discovery-data-slot-computed",
"discovery-metadata-slot-computed",
"discovery-remedy-names-a-real-package",
"dispatcher-call-sites-meet-their-contracts",
"dispatcher-envelope-shared-predicate",
"dispatcher-error-code-is-semantic",
"dispatcher-handler-ready-gate",
"dispatcher-returned-error-leak",
"dispatcher-validation-error-fields",
"doc-tags-connects-book-tag-include",
"docs-accuracy-audit-4212-scope",
"docs-audience-first-ia",
"docs-audit-4161-service-automation",
"docs-audit-changelog-non-exclusion",
"docs-drift-nested-package-roots",
"docs-drift-skip-test-files",
"docs-extend-faq-reversed-rot",
"docs-fieldschema-extend-rot",
"docs-plugin-spec-onupgrade-example",
"docs-v17-plugin-retirement-notes",
"document-weak-pass-variants",
"dogfood-gate-cancelled-not-failure",
"dogfood-shared-boot",
"domain-error-passthrough",
"driver-capabilities-inert-bits-removed",
"driver-conformance-gate",
"driver-conformance-zero-discovery",
"driver-connect-bound-and-reconnect-correction",
"driver-options-bypass-tenant-audit",
"driver-sql-logicalop-retention-note",
"driver-sql-or-branch-and-semantics",
"drop-dead-env-template-flag",
"drop-dead-list-templates",
"drop-per-package-lint-scripts",
"drop-require-auth",
"drop-undeclared-actions-valve",
"dropped-fields-bulk-graphql-client",
"dual-source-contracts-convergence",
"dual-source-cross-form-convergence",
"dual-source-export-ratchet",
"duplicate-fix-guard",
"duplicate-package-flow-canonicalization",
"durability-degradation-log-level",
"durable-suspended-screen-refetch",
"eighty-donkeys-repeat",
"email-template-materializer-bridge",
"empty-capability-answers-501",
"empty-group-bucket-key-null",
"empty-state-gate-object-surface",
"empty-state-semantics-gate",
"enforce-user-level-export-axis",
"engine-callsites-canonical-keys",
"engine-filter-fold-every-method",
"engine-rejects-unknown-option-keys",
"engine-rejects-wire-only-aliases",
"engines-node-22",
"envelope-violations-predicate",
"environment-artifact-dual-source-c10",
"event-schema-dual-source-c6",
"export-axis-opt-in",
"export-empty-result-header",
"export-honors-search-term",
"exported-types-no-longer-resolve-to-any",
"expression-approvers-3447-p2",
"external-datasource-400s-answer-their-own-code",
"fault-edge-guard-containment",
"fault-edge-label-lint",
"field-conditional-required-fold",
"field-file-collection-dogfood-proof",
"field-mapping-tri-source-c12",
"field-readonly-doc-preserveaudit",
"field-strict-guidance",
"field-time-canonical-storage",
"file-access-delegate",
"filter-app-areas-nav-gate",
"filter-context-tokens-gate",
"filter-logic-conformance-mongodb-wasm",
"filter-logic-conformance-single-source",
"filter-no-silent-drop",
"filter-tokens-runtime-resolver",
"find-data-wire-context",
"findone-requires-a-predicate",
"fix-cross-repo-closer-octokit",
"fix-cross-repo-closer-require",
"fix-stale-hono-changeset-ref",
"fix-stale-scaffolder-changeset-refs",
"fix-unmounted-local-file-url",
"flow-action-record-id-seeding",
"flow-branch-gates-and-inert-condition",
"flow-condition-bare-string-is-cel",
"flow-create-record-write-lint",
"flow-error-object-serialization",
"flow-executors-parse-config",
"flow-filter-collapse-and-write-path-tokens",
"flow-function-declared-effect",
"flow-lookup-expand",
"flow-max-retries-single-default",
"flow-nested-region-walk",
"flow-node-config-alias-graduation",
"flow-node-expression-ledger",
"flow-node-type-audit-at-boot-close",
"flow-node-write-set-lint",
"flow-run-summaries",
"flow-system-run-audit-attribution",
"flow-template-filter-position-severity",
"flow-template-lint-and-hydrate-guards",
"flow-template-paths-into-reference-integrity-suite",
"flow-trigger-unknown-event-lint",
"form-layout-lint-wired",
"form-section-pane",
"formview-buttons-defaults-live",
"govern-remaining-nine-metadata-types",
"govern-report-dashboard-liveness",
"govern-sys-member-writes",
"govern-webhook-liveness",
"group-key-read-shape",
"group-union-driver-scope",
"guard-refusal-chokepoint",
"has-is-not-a-null-guard-lint",
"historical-import-audit-docs",
"homepageid-tombstone-premise-corrected",
"honest-service-self-description",
"hono-current-user-endpoints-exported",
"hono-current-user-endpoints-ungated",
"hono-retire-standard-endpoints",
"hono-standalone-discovery-computed",
"hono-standard-endpoints-default-off",
"hook-bodies-write-set-docs",
"hook-body-crypto-hash-retired",
"hook-body-write-set-lint",
"hook-condition-fail-loud",
"hook-condition-merged-record",
"hook-condition-previous-binding",
"hook-empty-target-not-wildcard",
"hook-vs-flow-path-guidance",
"host-app-resolver-shared",
"http-contract-unification",
"http-method-dual-source-c14",
"http-protocol-discovery-two-shapes",
"http-request-dual-source-c11",
"http-server-exemption-revoked",
"hungry-donkeys-repeat",
"i18n-bundle-drift-sweep",
"i18n-consolidate-success-builder",
"i18n-coverage-ratchet",
"i18n-extract-check-flag",
"i18n-extract-configs-drop-undeclared-name",
"i18n-field-labels-emit-declared-shape",
"i18n-field-labels-shared-nested-derivation",
"i18n-gate-declared-labels",
"i18n-sso-scim-userposition-importjob-coverage",
"i18n-success-envelope-conformance",
"i18n-translate-platform-bundles",
"i18n-translation-item-shape-3778",
"i18n-translations-request-drop-phantom-filters",
"i18n-view-coverage",
"ihttpserver-contract-codify",
"import-historical-audit",
"import-historical-fsm",
"import-sanitize-row-errors",
"import-undo-preserveaudit",
"index-drift-migrate-plan",
"inert-rule-warn-dedupe",
"init-service-declared-enforced",
"inline-action-schema",
"invitation-accepted-host-seam",
"io-node-config-reconciliation",
"isLikelyEmail-no-control-char",
"job-placeholder-migrates-to-db-adapter",
"job-retry-timeout-3494",
"job-runtime-create-closed",
"kernel-metadata-loader-envelope-removed",
"kernel-startup-timeout-guard-cleared",
"keyset-batch-walks",
"lazy-deps-dist-probe-timeout",
"lifecycle-event-registry-enforced",
"lint-fieldless-object-skip",
"lint-flag-record-change-trap",
"lint-reference-integrity-suite",
"lint-searchable-fields-type-validation",
"lint-system-fields-derived",
"lint-translation-reference-integrity",
"lint-unique-double-declaration",
"list-column-prefix-summary-object",
"liveness-evidence-path-resolution",
"liveness-governs-every-registered-type",
"liveness-ledger-ai-scope-honesty",
"liveness-orphan-row-gate",
"liveness-register-orphan-proofs",
"liveness-ten-preview-claims",
"liveness-verified-at-clock",
"localized-field-validation-messages",
"manifest-bridge-arm-on-project-kernels",
"many-data-atomic-real-or-refused",
"mapping-agent-page-strict",
"mapping-context-selector-unwarnable-keys-retired",
"marketplace-objects-bridge-metadata-service",
"marketplace-rehydrate-seed-heal",
"marketplace-seed-test-budget",
"mcp-discovery-service-aware",
"measure-emits-what-it-declares",
"membership-grade-not-capability-channel",
"memory-datasource-ephemeral-per-pool",
"memory-driver-opt-in-persistence",
"messaging-declares-its-event-object",
"messaging-outbox-no-updated-at-on-update",
"meta-canonical-type-segment",
"meta-migrate-stored-route",
"meta-overlay-write-through-dispatch",
"meta-type-gate-plural",
"metadata-event-contract",
"metadata-event-dual-source-kernel-side",
"metadata-form-zod-reconciliation",
"metadata-remove-artifact-api-source",
"metadata-type-registration-names-a-real-hook",
"metadata-unresolvable-posture-fail-closed",
"metadata-watch-event-canonical-enum",
"metadataformat-cachestrategy-single-declaration",
"migrate-meta-stored-rewrite",
"migrate-occupancy-and-deferred-ddl",
"migrate-occupancy-file-descriptor-signal",
"migrate-plan-lists-datetime-convergence",
"migrate-search-companion-parity",
"migration-journal-boot-recovery",
"modal-actions-are-client-only",
"mongodb-single-tenant-boot-guard",
"naming-drift-recheck",
"nav-access-lint",
"nav-item-input-type",
"next-event-seq-read-failure-loud",
"notification-dual-source-c3",
"notification-orphan-template-schemas",
"notifications-redos-fix",
"notify-source-shape-conversion",
"object-enable-trash-mru-migration-surface",
"object-parse-path-strict",
"objectchart-aggregate-result-columns",
"objectchart-contract-back-to-spec-shape",
"objectql-crossobj-capability",
"objectql-crossobj-fail-closed",
"objectql-dead-use-retired",
"objectql-driver-connect-failfast",
"objectql-engine-contract",
"objectql-strategy-daterange",
"objectui-pin-changeset-from-declarations",
"orderby-direction-vocabulary",
"osv-batch-2026-07-dep-bumps",
"package-dependency-dual-source-c7",
"packages-envelope-suite-comment",
"page-field-and-chart-binding-lint",
"page-header-i18n-3589",
"paged-read-determinism",
"pagination-filter-logic-driver-axis",
"per-package-typecheck-coverage",
"permission-backfill-row-state-columns",
"pin-control-flow-designer-forms",
"platform-always-on-capabilities",
"platform-objects-app-i18n-phantom-debt",
"plugin-lifecycle-hooks-retired",
"plugin-ordering-declared-contract",
"plugin-ordering-provider-declarations",
"plugin-page-i18n-drift-guard",
"pm-dispatch-2026-08-03-ops-lessons",
"pm-dispatch-agent-tooling",
"pm-dispatch-domain-lanes",
"pm-dispatch-escalation-bar",
"pm-dispatch-round1-lessons",
"pm-dispatch-triage-lessons",
"pm-dispatch-triage-tooling",
"preserveaudit-test-and-docs",
"preview-omits-virtual-fields",
"previous-null-on-create-leg",
"prose-example-gate-covers-docs",
"protection-envelope-invariant-was-hollow",
"prune-aspirational-config-3494",
"prune-dead-audit-config-cluster",
"prune-dead-capabilities-descriptor",
"prune-field-prune-orphan-schemas",
"prune-orphan-featureflag-schema",
"prune-portal-schema-3464",
"prune-report-aria-performance",
"prune-report-column-grouping-schemas",
"prune-skill-permissions",
"public-book-grant",
"published-files-whitelist",
"published-pm-dispatch-skill",
"purge-webhook-delivery-i18n-and-bundle-ownership-guards",
"query-ast-inert-request-surface",
"query-cursor-removed",
"query-distinct-removed",
"query-field-node-object-form-removed",
"query-having-enforced",
"rate-limit-config-dual-source-c9",
"rbac-objects-bulk-primitive",
"react-block-field-props-lint",
"react-blocks-declaration-parity-not-conformance",
"react-listview-searchable-fields-lint",
"react-page-props-joins-the-suite",
"react-tier-record-blocks-withdrawn",
"readme-fde-audience",
"readonly-flow-write-json-warning",
"readonly-flow-write-lint",
"readonly-flow-writes-joins-the-suite",
"ready-probe-driver-health",
"reconcile-ledger-in-ci",
"reconcile-packages-post-and-ui-view-dialect",
"record-after-write-trigger",
"record-change-hydrate-formula-fields",
"recorded-by-nullable-lookup",
"recursive-schema-input-pins",
"recursive-schema-input-types",
"reference-id-embedded-record",
"reference-integrity-object-and-action-names",
"reference-integrity-wiring-guard",
"regenerate-ui-action-reference-doc",
"region-metadata-parity",
"region-slots-single-declaration",
"region-validator-coverage",
"register-field-file-collection-proof",
"registered-types-batch-four",
"registry-gate-wiring-ratchet",
"reject-body-on-non-script-action",
"reject-malformed-filter-array",
"release-hotcrm-gate-premode",
"remove-dead-client-surfaces",
"remove-dead-sdk-surface",
"remove-enable-trash-mru",
"remove-graphql-surface",
"remove-unenforced-plugin-loading-config",
"report-chart-dataset-describe",
"report-order-liveness-live",
"report-ordering-and-time-axis-default",
"request-body-schema-validation",
"required-decision-outputs",
"resolve-service-returns-its-contract",
"rest-actions-type-dispatch",
"rest-env-resolution-kernel-resolver-seam",
"rest-list-implicit-filter-and-merge",
"rest-list-malformed-filter-rejected",
"rest-list-search-groupby-aggregations-rejected",
"rest-list-sort-select-expand-rejected",
"rest-list-unknown-query-params",
"rest-patch-data-dropped-fields",
"rest-route-ledger-audit-guard",
"rest-server-openapi31-block-removed",
"resume-gate-map-chain-and-reserved-vars",
"resume-signal-chokepoint",
"retire-activation-events",
"retire-batch-validate-only",
"retire-data-engine-batch",
"retire-default-dispatcher-routes",
"retire-degraded-analytics-shim",
"retire-dev-analytics-stub",
"retire-dev-service-marker",
"retire-dispatcher-storage-bridge",
"retire-generated-paths-filter",
"retire-inert-driver-plugin-options",
"retire-managed-by-system-bucket",
"retire-plugin-runtime-family",
"retire-runtime-capabilities-doc-page",
"retire-the-dev-stub-table",
"retire-the-dispatcher-auth-mock",
"retire-three-deprecated-aliases",
"retire-three-orphan-operator-vocabularies",
"retirement-prescriptions-name-protocol-17",
"retry-policy-dual-source-c8",
"rls-enabled-enforced-security-audit",
"rls-priority-removed",
"route-audit-tranche-3-service-mounts",
"route-envelope-four-more-modules",
"route-envelope-guard-dispatcher-domains",
"route-ledger-audit-guard",
"rpc-alias-precedence-one-fold",
"run-summary-uncountable-effects",
"runner-setters-first-wins",
"runtime-action-execution-module",
"runtime-actions-mcp-extraction",
"runtime-auth-ai-extraction",
"runtime-authoring-gate",
"runtime-automation-extraction",
"runtime-domain-body-extraction",
"runtime-domain-extraction-batch3",
"runtime-domain-handler-registry",
"runtime-meta-data-extraction",
"runtime-overlay-not-artifact",
"runtime-packages-extraction",
"runtime-share-links-extraction",
"sandbox-structured-error-passthrough",
"save-flow-canonicalization-fallback-warning",
"save-meta-item-flow-canonicalization",
"savemeta-persists-normalized-operators",
"scaffolds-drop-memory-driver",
"schema-name-suffix-strip",
"schemaless-node-config-contracts",
"schemaless-node-expression-ledger",
"scim-provider-key-and-sso-scim-parity",
"scoped-invitation-placement",
"screen-field-visible-when-on-the-wire",
"screen-resume-declared-field-contract",
"script-branch-keys-retired",
"searchable-fields-stale-declaration",
"security-get-readable-fields",
"security-props-liveness-recheck",
"security-service-contract",
"seed-datasets-multitenant-replay-union",
"seed-env-enforced",
"seed-insert-replay-lint",
"seed-loader-composite-external-id",
"seed-loader-dropped-reference-counter",
"seed-loader-engine-schema-fallback",
"seed-loader-multi-value-lookup",
"seed-replay-tenant-stamp",
"seed-state-machine-lint",
"seed-summary-banner",
"seed-summary-marketplace",
"seed-writes-exempt-state-machine",
"serve-boot-log-visibility",
"serve-boots-without-artifact",
"serve-fallback-declared-default",
"serve-named-artifact-and-ordering-truth",
"serve-no-artifact-definestack-pin",
"serve-organizations-host-resolution",
"serve-organizations-mount-vs-import",
"service-error-envelope-conformance",
"service-lookup-any-guard",
"service-storage-success-envelope",
"session-dual-source-c4",
"settings-error-details-declared-slot",
"share-link-routes-envelope",
"share-links-dispatcher-dual-key",
"shared-response-envelope-builders",
"sharing-access-level-full-removed",
"sharing-rule-criteria-required",
"sharing-rule-recipient-reconcile",
"sharing-rule-unknown-sort-and-stale-help",
"sharing-rule-withdrawal-and-delete",
"showcase-action-disabled-specimen",
"showcase-approver-and-picker-specimens",
"showcase-bulk-actions-example",
"showcase-global-action-specimen",
"showcase-legacy-rowactions-specimen",
"showcase-nav-affordance-specimen",
"skill-hook-condition-aborts",
"skills-definehook-examples",
"slot-contract-ledger-beyond-the-enum",
"slot-lookup-fourth-shape",
"slot-lookup-ratchet-enforcement",
"slot-lookup-sweep-auth-session",
"slot-lookup-type-argument-ratchet",
"slot-lookups-return-their-contract",
"sort-dotted-path-rejected",
"spec-api-surface-baseline-percent-scale",
"spec-changes-manifest-catchup",
"spec-check-generated-aggregate",
"spec-generated-merge-driver",
"spec-property-retirement-skill",
"spec-vitest-testtimeout",
"sql-driver-dialect-connect-timeout",
"sqlite-datetime-date-bucket",
"sqlite-wal-journal-mode",
"stack-storage-not-an-authoring-key",
"stall-forensics-and-kernel-test-hygiene",
"stall-guard-rollout",
"standard-endpoints-parity-correction",
"standard-endpoints-precedence-pin",
"startup-log-noise-cleanup",
"startup-registry-verdict-guard",
"step2-metadata-protocol-plugin",
"step2-prc-single-source",
"storage-adapter-swap-verdict",
"storage-download-filename",
"stored-metadata-replays-the-chain",
"stored-migration-covers-flows",
"strict-object-registered-types",
"strictness-ledger-gate",
"strictness-ledger-recursive-coverage",
"strictness-ledger-remeasure",
"strip-read-decorations-on-save",
"studio-strict",
"summary-index-registry-revision",
"sweep-close-out",
"sys-comment-record-level-authorization",
"sys-comment-retire-visibility-reply-count",
"sys-migration-ledger-platform-infra",
"sys-secret-store-platform-infra",
"sys-view-definition-default-open",
"system-field-name-injected-columns",
"temporal-conformance-driver-axis",
"temporal-conformance-matrix",
"temporal-conformance-stall-guard",
"temporal-conformance-token-axis",
"temporal-docs-accuracy",
"temporal-dogfood-gate",
"temporal-hooks-on-contract",
"temporal-storage-form-axis-tests",
"temporal-time-axis",
"tenancy-default-org-fail-closed",
"tenant-plan-dual-source-c16",
"tender-donkeys-smoke",
"tender-hats-brush",
"test-core-stall-guard",
"tests-off-memory-driver",
"tidy-eyes-shine",
"tombstone-agent-tools",
"tool-inert-keys-removed",
"tool-requires-confirmation-not-enforced",
"tool-requires-confirmation-removed",
"translation-groups-strict",
"trigger-registry-connector-cluster-removed",
"two-factor-lockout-and-object-translations",
"two-factor-lockout-extension",
"two-factor-lockout-follows-settings",
"type-blind-temporal-date-operands",
"type-bulk-action-defs",
"typecheck-covers-the-test-layer",
"typed-decision-outputs-3447",
"ui-discovery-reads-the-protocol-service",
"ui-vocabularies-derive-not-restate",
"unique-tenant-scoped-materialization",
"unknown-authoring-key-lint",
"unknown-key-lint-nested-descent",
"unknown-key-strictness-data-step",
"unknown-key-strictness-step2",
"unknown-key-strictness-step3",
"unknown-key-strictness-tier-a",
"unknown-node-config-key-warning",
"unordered-paged-read-determinism",
"update-record-dropped-field-warnings",
"url-field-accepts-relative-urls",
"user-field-implicit-target",
"user-less-run-data-ops-refused",
"user-level-export-axis",
"v17-dissolve-protocol-alias",
"v17-docs-sweep-run-4",
"v17-docs-sweep-run-5",
"v17-metadata-options-pointer",
"v17-page-console-gap-and-nav",
"v17-page-rc1-window",
"v17-rc-anchor",
"v17-rc2-release-page",
"v17-release-page",
"v17-rest-envelope-defects",
"v17-verification-defects-docs",
"v17-watch-event-raw-values-note",
"vacuous-filter-carveouts",
"validate-runs-build-authoring-lints",
"validation-kind-retired",
"validation-variants-strict",
"variant-doc-drift-gate",
"variant-docs-exemption-audit",
"verify-harness-durable-suspended-runs",
"verify-multitenant-requests-isolated-posture",
"view-ast-operator-parity",
"view-strict-final",
"wait-loose-config-graduation",
"wait-timeout-keys-retired",
"wasm-sqlite-returning-writes-persist",
"webhook-authoring-surface-bridge",
"webhook-dual-source-api-side",
"webhook-liveness-ledger-flip",
"webhooks-drop-dead-delivery-i18n",
"wildcard-fallthrough-guard",
"withdraw-adr-0107-drop-writes-proposal",
"workflow-slot-retired"
]
}