rcf-lite 0.26.0 → 0.27.0

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.
Files changed (1111) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/blueprints/application-account-settings/CHANGELOG.md +35 -2
  3. package/blueprints/application-account-settings/README.md +10 -10
  4. package/blueprints/application-account-settings/blueprint.json +23 -3
  5. package/blueprints/application-account-settings/contributions/adrs/adr-2601-application-account-settings-capability-vocabulary.json +1 -1
  6. package/blueprints/application-account-settings/contributions/adrs/adr-2604-application-account-settings-reauth-window.json +5 -5
  7. package/blueprints/application-account-settings/contributions/requirements/application-account-settings-req-001.json +6 -2
  8. package/blueprints/application-account-settings/contributions/requirements/application-account-settings-req-002.json +4 -0
  9. package/blueprints/application-account-settings/contributions/requirements/application-account-settings-req-003.json +7 -3
  10. package/blueprints/application-account-settings/contributions/requirements/application-account-settings-req-004.json +4 -0
  11. package/blueprints/application-account-settings/contributions/requirements/application-account-settings-req-005.json +4 -0
  12. package/blueprints/application-account-settings/contributions/requirements/application-account-settings-req-006.json +6 -2
  13. package/blueprints/application-account-settings/contributions/requirements/application-account-settings-req-007.json +22 -0
  14. package/blueprints/application-account-settings/contributions/requirements/application-account-settings-req-009.json +21 -0
  15. package/blueprints/application-account-settings/contributions/tacs/tac-2601-application-account-settings-shell.json +8 -4
  16. package/blueprints/application-account-settings/contributions/tacs/tac-2602-application-account-settings-capability-discovery.json +3 -3
  17. package/blueprints/application-account-settings/contributions/tacs/tac-2604-application-account-settings-session-store.json +13 -7
  18. package/blueprints/application-account-settings/contributions/user-stories/application-account-settings-us-25101.json +19 -3
  19. package/blueprints/application-account-settings/contributions/user-stories/application-account-settings-us-25102.json +27 -2
  20. package/blueprints/application-account-settings/contributions/user-stories/application-account-settings-us-25103.json +13 -2
  21. package/blueprints/application-account-settings/contributions/user-stories/application-account-settings-us-25104.json +23 -2
  22. package/blueprints/application-account-settings/contributions/user-stories/application-account-settings-us-25105.json +51 -3
  23. package/blueprints/application-account-settings/contributions/user-stories/application-account-settings-us-25106.json +25 -6
  24. package/blueprints/application-account-settings/contributions/user-stories/application-account-settings-us-25107.json +13 -2
  25. package/blueprints/application-account-settings/contributions/user-stories/application-account-settings-us-25108.json +27 -2
  26. package/blueprints/application-account-settings/contributions/user-stories/application-account-settings-us-25109.json +4 -2
  27. package/blueprints/application-account-settings/contributions/user-stories/application-account-settings-us-25110.json +13 -2
  28. package/blueprints/application-account-settings/contributions/user-stories/application-account-settings-us-25111.json +71 -0
  29. package/blueprints/application-account-settings/contributions/user-stories/application-account-settings-us-25112.json +77 -0
  30. package/blueprints/application-account-settings/docs/topics.md +4 -4
  31. package/blueprints/application-account-settings/guide/application-account-settings.md +1 -1
  32. package/blueprints/application-account-settings/probe-packs/application-account-settings.pack.mjs +2 -2
  33. package/blueprints/application-admin-console/CHANGELOG.md +42 -6
  34. package/blueprints/application-admin-console/README.md +4 -4
  35. package/blueprints/application-admin-console/blueprint.json +31 -1
  36. package/blueprints/application-admin-console/contributions/adrs/adr-2201-application-admin-console-capability-vocabulary.json +2 -2
  37. package/blueprints/application-admin-console/contributions/adrs/adr-2203-application-admin-console-invite-transport.json +5 -5
  38. package/blueprints/application-admin-console/contributions/adrs/adr-2204-application-admin-console-audit-retention.json +7 -7
  39. package/blueprints/application-admin-console/contributions/adrs/adr-2214-application-admin-console-consume-zero-trust-gate.json +3 -3
  40. package/blueprints/application-admin-console/contributions/requirements/application-admin-console-req-001.json +4 -0
  41. package/blueprints/application-admin-console/contributions/requirements/application-admin-console-req-002.json +5 -1
  42. package/blueprints/application-admin-console/contributions/requirements/application-admin-console-req-003.json +4 -0
  43. package/blueprints/application-admin-console/contributions/requirements/application-admin-console-req-004.json +4 -0
  44. package/blueprints/application-admin-console/contributions/requirements/application-admin-console-req-005.json +6 -2
  45. package/blueprints/application-admin-console/contributions/requirements/application-admin-console-req-006.json +4 -0
  46. package/blueprints/application-admin-console/contributions/requirements/application-admin-console-req-007.json +22 -0
  47. package/blueprints/application-admin-console/contributions/requirements/application-admin-console-req-008.json +22 -0
  48. package/blueprints/application-admin-console/contributions/requirements/application-admin-console-req-009.json +21 -0
  49. package/blueprints/application-admin-console/contributions/requirements/application-admin-console-req-014.json +6 -2
  50. package/blueprints/application-admin-console/contributions/tacs/tac-2201-application-admin-console-shell.json +9 -7
  51. package/blueprints/application-admin-console/contributions/tacs/tac-2202-application-admin-console-capability-discovery.json +6 -6
  52. package/blueprints/application-admin-console/contributions/tacs/tac-2204-application-admin-console-audit-view.json +1 -1
  53. package/blueprints/application-admin-console/contributions/tacs/tac-2214-application-admin-console-access-gated-signin-surface.json +5 -5
  54. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21101.json +4 -2
  55. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21102.json +4 -2
  56. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21103.json +10 -4
  57. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21104.json +13 -2
  58. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21105.json +15 -3
  59. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21106.json +35 -2
  60. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21107.json +22 -3
  61. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21108.json +4 -2
  62. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21109.json +4 -2
  63. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21110.json +68 -0
  64. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21111.json +76 -0
  65. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21112.json +77 -0
  66. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21815.json +21 -2
  67. package/blueprints/application-admin-console/contributions/user-stories/application-admin-console-us-21816.json +21 -2
  68. package/blueprints/application-admin-console/guide/application-admin-console.md +3 -3
  69. package/blueprints/application-admin-console/probe-packs/application-admin-console.pack.mjs +2 -2
  70. package/blueprints/application-api-rest/CHANGELOG.md +26 -0
  71. package/blueprints/application-api-rest/assets/samples/request-response-pairs.md +2 -0
  72. package/blueprints/application-api-rest/blueprint.json +1 -1
  73. package/blueprints/application-api-rest/contributions/adrs/adr-301-application-api-rest-error-envelope.json +1 -1
  74. package/blueprints/application-api-rest/contributions/adrs/adr-302-application-api-rest-auth-model.json +1 -1
  75. package/blueprints/application-api-rest/contributions/adrs/adr-303-application-api-rest-api-versioning.json +1 -1
  76. package/blueprints/application-api-rest/contributions/adrs/adr-304-application-api-rest-logging.json +1 -1
  77. package/blueprints/application-api-rest/contributions/adrs/adr-305-application-api-rest-pagination.json +1 -1
  78. package/blueprints/application-api-rest/contributions/adrs/adr-306-application-api-rest-idempotency.json +3 -3
  79. package/blueprints/application-api-rest/contributions/adrs/adr-307-application-api-rest-openapi-generation.json +1 -1
  80. package/blueprints/application-api-rest/contributions/adrs/adr-308-application-api-rest-rate-limiting.json +1 -1
  81. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-001.json +6 -2
  82. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-002.json +7 -3
  83. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-003.json +6 -2
  84. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-004.json +6 -2
  85. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-005.json +6 -2
  86. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-006.json +6 -2
  87. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-007.json +6 -2
  88. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-008.json +6 -2
  89. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-009.json +6 -2
  90. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-010.json +8 -4
  91. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-011.json +6 -2
  92. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-012.json +6 -2
  93. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-013.json +7 -3
  94. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-014.json +6 -2
  95. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-015.json +6 -2
  96. package/blueprints/application-api-rest/contributions/requirements/application-api-rest-req-016.json +6 -2
  97. package/blueprints/application-api-rest/contributions/tacs/tac-301-application-api-rest-request-pipeline.json +1 -1
  98. package/blueprints/application-api-rest/contributions/tacs/tac-302-application-api-rest-auth-middleware.json +1 -1
  99. package/blueprints/application-api-rest/contributions/tacs/tac-303-application-api-rest-contract-surface.json +2 -2
  100. package/blueprints/application-api-rest/contributions/tacs/tac-304-application-api-rest-resource-layer.json +1 -1
  101. package/blueprints/application-api-rest/contributions/tacs/tac-305-application-api-rest-observability.json +1 -1
  102. package/blueprints/application-api-rest/contributions/tacs/tac-306-application-api-rest-operability.json +1 -1
  103. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2101.json +13 -7
  104. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2102.json +27 -13
  105. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2103.json +18 -9
  106. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2104.json +32 -10
  107. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2105.json +19 -6
  108. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2106.json +14 -8
  109. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2107.json +20 -12
  110. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2108.json +37 -15
  111. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2109.json +15 -9
  112. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2110.json +21 -11
  113. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2111.json +42 -8
  114. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2112.json +23 -13
  115. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2113.json +17 -11
  116. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2114.json +13 -8
  117. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2115.json +13 -8
  118. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2116.json +11 -6
  119. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2117.json +19 -14
  120. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2118.json +20 -10
  121. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2119.json +20 -7
  122. package/blueprints/application-api-rest/contributions/user-stories/application-api-rest-us-2120.json +16 -10
  123. package/blueprints/application-charts/CHANGELOG.md +24 -3
  124. package/blueprints/application-charts/README.md +5 -5
  125. package/blueprints/application-charts/blueprint.json +112 -18
  126. package/blueprints/application-charts/contributions/adrs/adr-1901-application-charts-engine-choice.json +1 -1
  127. package/blueprints/application-charts/contributions/adrs/adr-1902-application-charts-accessible-palette.json +1 -1
  128. package/blueprints/application-charts/contributions/adrs/adr-1903-application-charts-motion.json +1 -1
  129. package/blueprints/application-charts/contributions/requirements/application-charts-req-001.json +11 -4
  130. package/blueprints/application-charts/contributions/requirements/application-charts-req-002.json +11 -4
  131. package/blueprints/application-charts/contributions/requirements/application-charts-req-003.json +10 -3
  132. package/blueprints/application-charts/contributions/requirements/application-charts-req-004.json +10 -3
  133. package/blueprints/application-charts/contributions/tacs/tac-1901-application-charts-render-shell.json +3 -2
  134. package/blueprints/application-charts/contributions/tacs/tac-1902-application-charts-keyboard-traversal.json +1 -1
  135. package/blueprints/application-charts/contributions/user-stories/application-charts-us-18101.json +50 -6
  136. package/blueprints/application-charts/contributions/user-stories/application-charts-us-18102.json +58 -6
  137. package/blueprints/application-charts/contributions/user-stories/application-charts-us-18103.json +54 -6
  138. package/blueprints/application-charts/contributions/user-stories/application-charts-us-18104.json +55 -6
  139. package/blueprints/application-charts/contributions/user-stories/application-charts-us-18105.json +64 -8
  140. package/blueprints/application-charts/contributions/user-stories/application-charts-us-18106.json +45 -7
  141. package/blueprints/application-charts/docs/topics.md +2 -2
  142. package/blueprints/application-charts/guide/application-charts.md +3 -3
  143. package/blueprints/application-charts/probe-packs/application-charts.pack.mjs +2 -2
  144. package/blueprints/application-dashboard/CHANGELOG.md +24 -3
  145. package/blueprints/application-dashboard/README.md +8 -8
  146. package/blueprints/application-dashboard/blueprint.json +147 -21
  147. package/blueprints/application-dashboard/contributions/adrs/adr-2001-application-dashboard-primary-kpi-enum.json +4 -4
  148. package/blueprints/application-dashboard/contributions/adrs/adr-2002-application-dashboard-timeframe-presets.json +1 -1
  149. package/blueprints/application-dashboard/contributions/adrs/adr-2003-application-dashboard-export-formats.json +1 -1
  150. package/blueprints/application-dashboard/contributions/requirements/application-dashboard-req-001.json +10 -3
  151. package/blueprints/application-dashboard/contributions/requirements/application-dashboard-req-002.json +11 -4
  152. package/blueprints/application-dashboard/contributions/requirements/application-dashboard-req-003.json +10 -3
  153. package/blueprints/application-dashboard/contributions/requirements/application-dashboard-req-004.json +11 -4
  154. package/blueprints/application-dashboard/contributions/requirements/application-dashboard-req-005.json +11 -4
  155. package/blueprints/application-dashboard/contributions/tacs/tac-2001-application-dashboard-tile-grid.json +1 -1
  156. package/blueprints/application-dashboard/contributions/tacs/tac-2002-application-dashboard-filter-chrome.json +1 -1
  157. package/blueprints/application-dashboard/contributions/tacs/tac-2003-application-dashboard-export-handle.json +1 -1
  158. package/blueprints/application-dashboard/contributions/user-stories/application-dashboard-us-19101.json +54 -6
  159. package/blueprints/application-dashboard/contributions/user-stories/application-dashboard-us-19102.json +54 -6
  160. package/blueprints/application-dashboard/contributions/user-stories/application-dashboard-us-19103.json +58 -6
  161. package/blueprints/application-dashboard/contributions/user-stories/application-dashboard-us-19104.json +55 -7
  162. package/blueprints/application-dashboard/contributions/user-stories/application-dashboard-us-19105.json +54 -6
  163. package/blueprints/application-dashboard/contributions/user-stories/application-dashboard-us-19106.json +60 -8
  164. package/blueprints/application-dashboard/contributions/user-stories/application-dashboard-us-19107.json +57 -9
  165. package/blueprints/application-dashboard/docs/topics.md +3 -3
  166. package/blueprints/application-dashboard/guide/application-dashboard.md +3 -3
  167. package/blueprints/application-dashboard/probe-packs/application-dashboard.pack.mjs +4 -4
  168. package/blueprints/application-datatable/CHANGELOG.md +23 -2
  169. package/blueprints/application-datatable/README.md +3 -3
  170. package/blueprints/application-datatable/blueprint.json +167 -25
  171. package/blueprints/application-datatable/contributions/adrs/adr-1801-application-datatable-pattern-choice.json +1 -1
  172. package/blueprints/application-datatable/contributions/adrs/adr-1802-application-datatable-url-state.json +1 -1
  173. package/blueprints/application-datatable/contributions/adrs/adr-1803-application-datatable-page-size.json +1 -1
  174. package/blueprints/application-datatable/contributions/adrs/adr-1804-application-datatable-selection-persistence.json +1 -1
  175. package/blueprints/application-datatable/contributions/requirements/application-datatable-req-001.json +11 -4
  176. package/blueprints/application-datatable/contributions/requirements/application-datatable-req-002.json +11 -4
  177. package/blueprints/application-datatable/contributions/requirements/application-datatable-req-003.json +10 -3
  178. package/blueprints/application-datatable/contributions/requirements/application-datatable-req-004.json +11 -4
  179. package/blueprints/application-datatable/contributions/requirements/application-datatable-req-005.json +10 -3
  180. package/blueprints/application-datatable/contributions/requirements/application-datatable-req-006.json +10 -3
  181. package/blueprints/application-datatable/contributions/tacs/tac-1801-application-datatable-shell.json +1 -1
  182. package/blueprints/application-datatable/contributions/tacs/tac-1802-application-datatable-query-adapter.json +1 -1
  183. package/blueprints/application-datatable/contributions/tacs/tac-1803-application-datatable-selection-model.json +2 -2
  184. package/blueprints/application-datatable/contributions/user-stories/application-datatable-us-17101.json +29 -7
  185. package/blueprints/application-datatable/contributions/user-stories/application-datatable-us-17102.json +29 -7
  186. package/blueprints/application-datatable/contributions/user-stories/application-datatable-us-17103.json +28 -6
  187. package/blueprints/application-datatable/contributions/user-stories/application-datatable-us-17104.json +65 -7
  188. package/blueprints/application-datatable/contributions/user-stories/application-datatable-us-17105.json +32 -7
  189. package/blueprints/application-datatable/contributions/user-stories/application-datatable-us-17106.json +60 -7
  190. package/blueprints/application-datatable/contributions/user-stories/application-datatable-us-17107.json +72 -7
  191. package/blueprints/application-datatable/contributions/user-stories/application-datatable-us-17108.json +59 -9
  192. package/blueprints/application-datatable/contributions/user-stories/application-datatable-us-17109.json +58 -9
  193. package/blueprints/application-datatable/docs/topics.md +1 -1
  194. package/blueprints/application-datatable/guide/application-datatable.md +1 -1
  195. package/blueprints/application-empty-error-states/CHANGELOG.md +33 -3
  196. package/blueprints/application-empty-error-states/README.md +3 -3
  197. package/blueprints/application-empty-error-states/blueprint.json +35 -1
  198. package/blueprints/application-empty-error-states/contributions/requirements/application-empty-error-states-req-001.json +4 -0
  199. package/blueprints/application-empty-error-states/contributions/requirements/application-empty-error-states-req-002.json +7 -3
  200. package/blueprints/application-empty-error-states/contributions/requirements/application-empty-error-states-req-003.json +4 -0
  201. package/blueprints/application-empty-error-states/contributions/requirements/application-empty-error-states-req-004.json +6 -2
  202. package/blueprints/application-empty-error-states/contributions/requirements/application-empty-error-states-req-005.json +7 -3
  203. package/blueprints/application-empty-error-states/contributions/requirements/application-empty-error-states-req-006.json +21 -0
  204. package/blueprints/application-empty-error-states/contributions/requirements/application-empty-error-states-req-007.json +21 -0
  205. package/blueprints/application-empty-error-states/contributions/tacs/tac-2301-application-empty-error-states-state-machine.json +7 -4
  206. package/blueprints/application-empty-error-states/contributions/tacs/tac-2303-application-empty-error-states-offline-buffer.json +3 -2
  207. package/blueprints/application-empty-error-states/contributions/user-stories/application-empty-error-states-us-22101.json +17 -2
  208. package/blueprints/application-empty-error-states/contributions/user-stories/application-empty-error-states-us-22102.json +31 -2
  209. package/blueprints/application-empty-error-states/contributions/user-stories/application-empty-error-states-us-22103.json +27 -2
  210. package/blueprints/application-empty-error-states/contributions/user-stories/application-empty-error-states-us-22104.json +13 -2
  211. package/blueprints/application-empty-error-states/contributions/user-stories/application-empty-error-states-us-22105.json +33 -2
  212. package/blueprints/application-empty-error-states/contributions/user-stories/application-empty-error-states-us-22106.json +13 -2
  213. package/blueprints/application-empty-error-states/contributions/user-stories/application-empty-error-states-us-22107.json +23 -2
  214. package/blueprints/application-empty-error-states/contributions/user-stories/application-empty-error-states-us-22108.json +27 -2
  215. package/blueprints/application-empty-error-states/probe-packs/application-empty-error-states.pack.mjs +93 -9
  216. package/blueprints/application-error-handling/CHANGELOG.md +17 -0
  217. package/blueprints/application-error-handling/blueprint.json +104 -19
  218. package/blueprints/application-error-handling/contributions/adrs/adr-1701-application-error-handling-record-shape.json +1 -1
  219. package/blueprints/application-error-handling/contributions/adrs/adr-1702-application-error-handling-classification-vocabulary.json +1 -1
  220. package/blueprints/application-error-handling/contributions/adrs/adr-1703-application-error-handling-transport-mapping.json +1 -1
  221. package/blueprints/application-error-handling/contributions/requirements/application-error-handling-req-001.json +10 -3
  222. package/blueprints/application-error-handling/contributions/requirements/application-error-handling-req-002.json +10 -3
  223. package/blueprints/application-error-handling/contributions/requirements/application-error-handling-req-003.json +10 -3
  224. package/blueprints/application-error-handling/contributions/requirements/application-error-handling-req-004.json +10 -3
  225. package/blueprints/application-error-handling/contributions/tacs/tac-1701-application-error-handling-boundary.json +1 -1
  226. package/blueprints/application-error-handling/contributions/tacs/tac-1702-application-error-handling-record-factory.json +1 -1
  227. package/blueprints/application-error-handling/contributions/user-stories/application-error-handling-us-16101.json +63 -4
  228. package/blueprints/application-error-handling/contributions/user-stories/application-error-handling-us-16102.json +49 -4
  229. package/blueprints/application-error-handling/contributions/user-stories/application-error-handling-us-16103.json +51 -5
  230. package/blueprints/application-error-handling/contributions/user-stories/application-error-handling-us-16104.json +49 -4
  231. package/blueprints/application-error-handling/contributions/user-stories/application-error-handling-us-16105.json +49 -4
  232. package/blueprints/application-error-handling/contributions/user-stories/application-error-handling-us-16106.json +49 -4
  233. package/blueprints/application-error-handling/contributions/user-stories/application-error-handling-us-16107.json +53 -4
  234. package/blueprints/application-file-upload/CHANGELOG.md +36 -3
  235. package/blueprints/application-file-upload/README.md +1 -1
  236. package/blueprints/application-file-upload/blueprint.json +56 -1
  237. package/blueprints/application-file-upload/contributions/adrs/adr-2402-application-file-upload-accepted-set.json +3 -3
  238. package/blueprints/application-file-upload/contributions/requirements/application-file-upload-req-001.json +4 -0
  239. package/blueprints/application-file-upload/contributions/requirements/application-file-upload-req-002.json +7 -3
  240. package/blueprints/application-file-upload/contributions/requirements/application-file-upload-req-003.json +6 -2
  241. package/blueprints/application-file-upload/contributions/requirements/application-file-upload-req-004.json +6 -2
  242. package/blueprints/application-file-upload/contributions/requirements/application-file-upload-req-005.json +4 -0
  243. package/blueprints/application-file-upload/contributions/requirements/application-file-upload-req-006.json +21 -0
  244. package/blueprints/application-file-upload/contributions/requirements/application-file-upload-req-007.json +21 -0
  245. package/blueprints/application-file-upload/contributions/tacs/tac-2401-application-file-upload-input.json +4 -2
  246. package/blueprints/application-file-upload/contributions/tacs/tac-2402-application-file-upload-transport.json +7 -2
  247. package/blueprints/application-file-upload/contributions/tacs/tac-2403-application-file-upload-progress-announcer.json +16 -6
  248. package/blueprints/application-file-upload/contributions/user-stories/application-file-upload-us-23101.json +23 -2
  249. package/blueprints/application-file-upload/contributions/user-stories/application-file-upload-us-23102.json +29 -4
  250. package/blueprints/application-file-upload/contributions/user-stories/application-file-upload-us-23103.json +13 -2
  251. package/blueprints/application-file-upload/contributions/user-stories/application-file-upload-us-23104.json +45 -2
  252. package/blueprints/application-file-upload/contributions/user-stories/application-file-upload-us-23105.json +37 -2
  253. package/blueprints/application-file-upload/contributions/user-stories/application-file-upload-us-23106.json +13 -2
  254. package/blueprints/application-file-upload/contributions/user-stories/application-file-upload-us-23107.json +17 -2
  255. package/blueprints/application-file-upload/probe-packs/application-file-upload.pack.mjs +14 -5
  256. package/blueprints/application-forms-wizard/CHANGELOG.md +34 -3
  257. package/blueprints/application-forms-wizard/README.md +2 -2
  258. package/blueprints/application-forms-wizard/blueprint.json +57 -1
  259. package/blueprints/application-forms-wizard/contributions/requirements/application-forms-wizard-req-001.json +4 -0
  260. package/blueprints/application-forms-wizard/contributions/requirements/application-forms-wizard-req-002.json +6 -2
  261. package/blueprints/application-forms-wizard/contributions/requirements/application-forms-wizard-req-003.json +6 -2
  262. package/blueprints/application-forms-wizard/contributions/requirements/application-forms-wizard-req-004.json +6 -2
  263. package/blueprints/application-forms-wizard/contributions/requirements/application-forms-wizard-req-005.json +4 -0
  264. package/blueprints/application-forms-wizard/contributions/requirements/application-forms-wizard-req-006.json +21 -0
  265. package/blueprints/application-forms-wizard/contributions/tacs/tac-2501-application-forms-wizard-task-list.json +6 -4
  266. package/blueprints/application-forms-wizard/contributions/tacs/tac-2502-application-forms-wizard-error-summary.json +4 -3
  267. package/blueprints/application-forms-wizard/contributions/user-stories/application-forms-wizard-us-24101.json +35 -2
  268. package/blueprints/application-forms-wizard/contributions/user-stories/application-forms-wizard-us-24102.json +27 -2
  269. package/blueprints/application-forms-wizard/contributions/user-stories/application-forms-wizard-us-24103.json +21 -2
  270. package/blueprints/application-forms-wizard/contributions/user-stories/application-forms-wizard-us-24104.json +13 -2
  271. package/blueprints/application-forms-wizard/contributions/user-stories/application-forms-wizard-us-24105.json +33 -2
  272. package/blueprints/application-forms-wizard/contributions/user-stories/application-forms-wizard-us-24106.json +18 -3
  273. package/blueprints/application-forms-wizard/contributions/user-stories/application-forms-wizard-us-24107.json +23 -2
  274. package/blueprints/application-forms-wizard/contributions/user-stories/application-forms-wizard-us-24108.json +13 -2
  275. package/blueprints/application-forms-wizard/probe-packs/application-forms-wizard.pack.mjs +3 -3
  276. package/blueprints/application-notifications-in-app/CHANGELOG.md +35 -3
  277. package/blueprints/application-notifications-in-app/README.md +5 -5
  278. package/blueprints/application-notifications-in-app/blueprint.json +150 -22
  279. package/blueprints/application-notifications-in-app/contributions/requirements/application-notifications-in-app-req-001.json +11 -4
  280. package/blueprints/application-notifications-in-app/contributions/requirements/application-notifications-in-app-req-002.json +8 -1
  281. package/blueprints/application-notifications-in-app/contributions/requirements/application-notifications-in-app-req-003.json +10 -3
  282. package/blueprints/application-notifications-in-app/contributions/requirements/application-notifications-in-app-req-004.json +11 -4
  283. package/blueprints/application-notifications-in-app/contributions/requirements/application-notifications-in-app-req-005.json +12 -5
  284. package/blueprints/application-notifications-in-app/contributions/requirements/application-notifications-in-app-req-006.json +21 -0
  285. package/blueprints/application-notifications-in-app/contributions/tacs/tac-2102-application-notifications-in-app-centre.json +14 -8
  286. package/blueprints/application-notifications-in-app/contributions/tacs/tac-2103-application-notifications-in-app-preferences.json +2 -2
  287. package/blueprints/application-notifications-in-app/contributions/user-stories/application-notifications-in-app-us-20101.json +29 -5
  288. package/blueprints/application-notifications-in-app/contributions/user-stories/application-notifications-in-app-us-20102.json +43 -5
  289. package/blueprints/application-notifications-in-app/contributions/user-stories/application-notifications-in-app-us-20103.json +39 -5
  290. package/blueprints/application-notifications-in-app/contributions/user-stories/application-notifications-in-app-us-20104.json +31 -5
  291. package/blueprints/application-notifications-in-app/contributions/user-stories/application-notifications-in-app-us-20105.json +50 -8
  292. package/blueprints/application-notifications-in-app/contributions/user-stories/application-notifications-in-app-us-20106.json +19 -4
  293. package/blueprints/application-notifications-in-app/contributions/user-stories/application-notifications-in-app-us-20107.json +19 -4
  294. package/blueprints/application-notifications-in-app/contributions/user-stories/application-notifications-in-app-us-20108.json +19 -4
  295. package/blueprints/application-notifications-in-app/guide/application-notifications-in-app.md +1 -1
  296. package/blueprints/application-notifications-in-app/probe-packs/application-notifications-in-app.pack.mjs +4 -4
  297. package/blueprints/application-onboarding-tour/CHANGELOG.md +33 -2
  298. package/blueprints/application-onboarding-tour/README.md +2 -2
  299. package/blueprints/application-onboarding-tour/blueprint.json +22 -2
  300. package/blueprints/application-onboarding-tour/contributions/adrs/adr-2702-application-onboarding-tour-completion-store-shape.json +4 -4
  301. package/blueprints/application-onboarding-tour/contributions/requirements/application-onboarding-tour-req-001.json +6 -2
  302. package/blueprints/application-onboarding-tour/contributions/requirements/application-onboarding-tour-req-002.json +6 -2
  303. package/blueprints/application-onboarding-tour/contributions/requirements/application-onboarding-tour-req-003.json +4 -0
  304. package/blueprints/application-onboarding-tour/contributions/requirements/application-onboarding-tour-req-004.json +4 -0
  305. package/blueprints/application-onboarding-tour/contributions/requirements/application-onboarding-tour-req-005.json +22 -0
  306. package/blueprints/application-onboarding-tour/contributions/requirements/application-onboarding-tour-req-006.json +22 -0
  307. package/blueprints/application-onboarding-tour/contributions/tacs/tac-2702-application-onboarding-tour-checklist-slot.json +2 -1
  308. package/blueprints/application-onboarding-tour/contributions/tacs/tac-2703-application-onboarding-tour-completion-store.json +7 -7
  309. package/blueprints/application-onboarding-tour/contributions/user-stories/application-onboarding-tour-us-26101.json +67 -2
  310. package/blueprints/application-onboarding-tour/contributions/user-stories/application-onboarding-tour-us-26102.json +35 -2
  311. package/blueprints/application-onboarding-tour/contributions/user-stories/application-onboarding-tour-us-26103.json +13 -2
  312. package/blueprints/application-onboarding-tour/contributions/user-stories/application-onboarding-tour-us-26104.json +33 -2
  313. package/blueprints/application-onboarding-tour/contributions/user-stories/application-onboarding-tour-us-26105.json +13 -2
  314. package/blueprints/application-onboarding-tour/contributions/user-stories/application-onboarding-tour-us-26106.json +13 -2
  315. package/blueprints/application-onboarding-tour/contributions/user-stories/application-onboarding-tour-us-26107.json +17 -2
  316. package/blueprints/application-onboarding-tour/contributions/user-stories/application-onboarding-tour-us-26108.json +62 -0
  317. package/blueprints/application-onboarding-tour/contributions/user-stories/application-onboarding-tour-us-26109.json +72 -0
  318. package/blueprints/application-onboarding-tour/docs/topics.md +2 -2
  319. package/blueprints/application-onboarding-tour/guide/application-onboarding-tour.md +1 -1
  320. package/blueprints/application-onboarding-tour/probe-packs/application-onboarding-tour.pack.mjs +2 -2
  321. package/blueprints/application-spa/CHANGELOG.md +30 -0
  322. package/blueprints/application-spa/README.md +8 -8
  323. package/blueprints/application-spa/blueprint.json +1 -1
  324. package/blueprints/application-spa/contributions/adrs/adr-201-application-spa-routing.json +1 -1
  325. package/blueprints/application-spa/contributions/adrs/adr-202-application-spa-theming.json +1 -1
  326. package/blueprints/application-spa/contributions/adrs/adr-203-application-spa-client-state.json +1 -1
  327. package/blueprints/application-spa/contributions/adrs/adr-204-application-spa-error-envelope.json +1 -1
  328. package/blueprints/application-spa/contributions/adrs/adr-205-application-spa-auth-model.json +1 -1
  329. package/blueprints/application-spa/contributions/adrs/adr-206-application-spa-iconography.json +1 -1
  330. package/blueprints/application-spa/contributions/adrs/adr-207-application-spa-motion.json +1 -1
  331. package/blueprints/application-spa/contributions/adrs/adr-208-application-spa-i18n.json +1 -1
  332. package/blueprints/application-spa/contributions/adrs/adr-209-application-spa-telemetry-naming.json +1 -1
  333. package/blueprints/application-spa/contributions/requirements/application-spa-req-001.json +6 -2
  334. package/blueprints/application-spa/contributions/requirements/application-spa-req-002.json +6 -2
  335. package/blueprints/application-spa/contributions/requirements/application-spa-req-003.json +6 -2
  336. package/blueprints/application-spa/contributions/requirements/application-spa-req-004.json +6 -2
  337. package/blueprints/application-spa/contributions/requirements/application-spa-req-005.json +6 -2
  338. package/blueprints/application-spa/contributions/requirements/application-spa-req-006.json +6 -2
  339. package/blueprints/application-spa/contributions/requirements/application-spa-req-007.json +6 -2
  340. package/blueprints/application-spa/contributions/requirements/application-spa-req-008.json +6 -2
  341. package/blueprints/application-spa/contributions/requirements/application-spa-req-009.json +7 -3
  342. package/blueprints/application-spa/contributions/requirements/application-spa-req-010.json +6 -2
  343. package/blueprints/application-spa/contributions/requirements/application-spa-req-011.json +6 -2
  344. package/blueprints/application-spa/contributions/requirements/application-spa-req-012.json +6 -2
  345. package/blueprints/application-spa/contributions/requirements/application-spa-req-013.json +6 -2
  346. package/blueprints/application-spa/contributions/requirements/application-spa-req-014.json +6 -2
  347. package/blueprints/application-spa/contributions/requirements/application-spa-req-015.json +6 -2
  348. package/blueprints/application-spa/contributions/requirements/application-spa-req-016.json +6 -2
  349. package/blueprints/application-spa/contributions/requirements/application-spa-req-017.json +6 -2
  350. package/blueprints/application-spa/contributions/requirements/application-spa-req-018.json +7 -3
  351. package/blueprints/application-spa/contributions/requirements/application-spa-req-019.json +6 -2
  352. package/blueprints/application-spa/contributions/requirements/application-spa-req-020.json +6 -2
  353. package/blueprints/application-spa/contributions/requirements/application-spa-req-021.json +6 -2
  354. package/blueprints/application-spa/contributions/tacs/tac-201-application-spa-app-shell.json +4 -3
  355. package/blueprints/application-spa/contributions/tacs/tac-202-application-spa-theme-system.json +1 -1
  356. package/blueprints/application-spa/contributions/tacs/tac-203-application-spa-component-library.json +1 -1
  357. package/blueprints/application-spa/contributions/tacs/tac-204-application-spa-client-data-layer.json +1 -1
  358. package/blueprints/application-spa/contributions/tacs/tac-205-application-spa-forms-engine.json +1 -1
  359. package/blueprints/application-spa/contributions/tacs/tac-206-application-spa-telemetry.json +1 -1
  360. package/blueprints/application-spa/contributions/tacs/tac-207-application-spa-token-adherence-probe.json +1 -1
  361. package/blueprints/application-spa/contributions/tacs/tac-208-application-spa-icon-adherence-probe.json +1 -1
  362. package/blueprints/application-spa/contributions/tacs/tac-209-application-spa-csp-styled-adherence-probe.json +3 -3
  363. package/blueprints/application-spa/contributions/tacs/tac-210-application-spa-external-dependency-provisioning-probe.json +2 -2
  364. package/blueprints/application-spa/contributions/tacs/tac-211-application-spa-core-flow-e2e-probe.json +2 -2
  365. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1101.json +22 -8
  366. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1102.json +18 -9
  367. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1103.json +13 -7
  368. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1104.json +15 -10
  369. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1105.json +13 -7
  370. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1106.json +12 -7
  371. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1107.json +25 -6
  372. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1108.json +17 -9
  373. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1109.json +17 -9
  374. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1110.json +19 -10
  375. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1111.json +19 -11
  376. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1112.json +15 -8
  377. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1113.json +15 -8
  378. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1114.json +15 -10
  379. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1115.json +13 -7
  380. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1116.json +15 -9
  381. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1117.json +20 -10
  382. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1118.json +9 -5
  383. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1119.json +11 -6
  384. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1120.json +16 -10
  385. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1121.json +13 -7
  386. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1122.json +13 -7
  387. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1123.json +28 -9
  388. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1124.json +11 -6
  389. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1125.json +14 -8
  390. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1126.json +24 -9
  391. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1127.json +11 -6
  392. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1128.json +11 -7
  393. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1129.json +25 -5
  394. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1130.json +25 -5
  395. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1131.json +19 -9
  396. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1132.json +40 -10
  397. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1133.json +35 -9
  398. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1134.json +23 -3
  399. package/blueprints/application-spa/contributions/user-stories/application-spa-us-1135.json +19 -3
  400. package/blueprints/application-spa/guide/application-spa.md +2 -2
  401. package/blueprints/delivery-ci-workflows/CHANGELOG.md +18 -0
  402. package/blueprints/delivery-ci-workflows/README.md +1 -1
  403. package/blueprints/delivery-ci-workflows/blueprint.json +62 -1
  404. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-001.json +4 -0
  405. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-002.json +4 -0
  406. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-003.json +4 -0
  407. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-004.json +4 -0
  408. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-005.json +4 -0
  409. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-006.json +4 -0
  410. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-007.json +4 -0
  411. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-008.json +4 -0
  412. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-009.json +4 -0
  413. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-010.json +4 -0
  414. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-011.json +6 -2
  415. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-012.json +4 -0
  416. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-013.json +4 -0
  417. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-014.json +4 -0
  418. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-015.json +4 -0
  419. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-016.json +4 -0
  420. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-017.json +4 -0
  421. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-018.json +4 -0
  422. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-019.json +4 -0
  423. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-020.json +4 -0
  424. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-021.json +4 -0
  425. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-022.json +4 -0
  426. package/blueprints/delivery-ci-workflows/contributions/requirements/delivery-ci-workflows-req-023.json +4 -0
  427. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6101.json +20 -4
  428. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6102.json +19 -3
  429. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6103.json +20 -4
  430. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6104.json +20 -4
  431. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6105.json +20 -4
  432. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6106.json +20 -4
  433. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6107.json +20 -4
  434. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6108.json +20 -4
  435. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6109.json +12 -5
  436. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6110.json +21 -5
  437. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6111.json +21 -5
  438. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6112.json +35 -5
  439. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6113.json +21 -5
  440. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6114.json +8 -5
  441. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6115.json +21 -5
  442. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6116.json +19 -3
  443. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6117.json +19 -3
  444. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6118.json +21 -5
  445. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6119.json +19 -3
  446. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6120.json +19 -3
  447. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6121.json +23 -6
  448. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6122.json +24 -7
  449. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6123.json +21 -5
  450. package/blueprints/delivery-ci-workflows/contributions/user-stories/delivery-ci-workflows-us-6124.json +19 -3
  451. package/blueprints/deploy-cloudflare-workers/CHANGELOG.md +17 -2
  452. package/blueprints/deploy-cloudflare-workers/README.md +2 -2
  453. package/blueprints/deploy-cloudflare-workers/blueprint.json +4 -4
  454. package/blueprints/deploy-cloudflare-workers/contributions/adrs/adr-1303-deploy-cloudflare-workers-preview-vs-production.json +1 -1
  455. package/blueprints/deploy-cloudflare-workers/contributions/adrs/adr-1306-deploy-cloudflare-workers-spa-shape.json +2 -2
  456. package/blueprints/deploy-cloudflare-workers/contributions/probes/assets-manifest-scan.mjs +25 -7
  457. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-001.json +5 -1
  458. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-002.json +6 -2
  459. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-003.json +5 -1
  460. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-004.json +5 -1
  461. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-005.json +5 -1
  462. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-006.json +5 -1
  463. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-007.json +5 -1
  464. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-008.json +5 -1
  465. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-009.json +5 -1
  466. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-010.json +5 -1
  467. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-011.json +5 -1
  468. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-012.json +5 -1
  469. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-013.json +5 -1
  470. package/blueprints/deploy-cloudflare-workers/contributions/requirements/deploy-cloudflare-workers-req-014.json +7 -3
  471. package/blueprints/deploy-cloudflare-workers/contributions/tacs/tac-1301-deploy-cloudflare-workers-deploy-adapter.json +3 -2
  472. package/blueprints/deploy-cloudflare-workers/contributions/tacs/tac-1302-deploy-cloudflare-workers-wrangler-manifest.json +5 -2
  473. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12101.json +21 -9
  474. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12102.json +23 -4
  475. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12103.json +7 -4
  476. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12104.json +7 -4
  477. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12105.json +11 -4
  478. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12106.json +7 -4
  479. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12107.json +7 -4
  480. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12108.json +15 -4
  481. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12109.json +11 -4
  482. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12110.json +7 -4
  483. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12111.json +11 -4
  484. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12112.json +11 -4
  485. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12113.json +41 -3
  486. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12114.json +17 -2
  487. package/blueprints/deploy-cloudflare-workers/contributions/user-stories/deploy-cloudflare-workers-us-12115.json +18 -3
  488. package/blueprints/deploy-cloudflare-workers/guide/deploy-cloudflare-workers.md +7 -2
  489. package/blueprints/deploy-hetzner-server/CHANGELOG.md +22 -6
  490. package/blueprints/deploy-hetzner-server/README.md +12 -12
  491. package/blueprints/deploy-hetzner-server/blueprint.json +2 -2
  492. package/blueprints/deploy-hetzner-server/contributions/adrs/adr-3801-deploy-hetzner-server-cloud-host-contract.json +2 -2
  493. package/blueprints/deploy-hetzner-server/contributions/adrs/adr-3803-deploy-hetzner-server-provisioning-tool.json +2 -2
  494. package/blueprints/deploy-hetzner-server/contributions/probes/cloud-init-render-lint.mjs +1 -1
  495. package/blueprints/deploy-hetzner-server/contributions/probes/hcloud-dry-run-mock.mjs +6 -6
  496. package/blueprints/deploy-hetzner-server/contributions/probes/manifest-schema-validate.mjs +1 -1
  497. package/blueprints/deploy-hetzner-server/contributions/probes/probe-utils.mjs +1 -1
  498. package/blueprints/deploy-hetzner-server/contributions/requirements/deploy-hetzner-server-req-001.json +6 -2
  499. package/blueprints/deploy-hetzner-server/contributions/requirements/deploy-hetzner-server-req-002.json +6 -2
  500. package/blueprints/deploy-hetzner-server/contributions/requirements/deploy-hetzner-server-req-003.json +5 -1
  501. package/blueprints/deploy-hetzner-server/contributions/requirements/deploy-hetzner-server-req-004.json +5 -1
  502. package/blueprints/deploy-hetzner-server/contributions/requirements/deploy-hetzner-server-req-005.json +6 -2
  503. package/blueprints/deploy-hetzner-server/contributions/requirements/deploy-hetzner-server-req-006.json +5 -1
  504. package/blueprints/deploy-hetzner-server/contributions/schemas/hetzner-server.schema.json +1 -1
  505. package/blueprints/deploy-hetzner-server/contributions/templates/cloud-init.yaml.tmpl +1 -1
  506. package/blueprints/deploy-hetzner-server/contributions/user-stories/deploy-hetzner-server-us-37101.json +63 -2
  507. package/blueprints/deploy-hetzner-server/contributions/user-stories/deploy-hetzner-server-us-37102.json +35 -2
  508. package/blueprints/deploy-hetzner-server/contributions/user-stories/deploy-hetzner-server-us-37103.json +59 -2
  509. package/blueprints/deploy-hetzner-server/contributions/user-stories/deploy-hetzner-server-us-37104.json +31 -2
  510. package/blueprints/deploy-hetzner-server/contributions/user-stories/deploy-hetzner-server-us-37105.json +25 -2
  511. package/blueprints/deploy-hetzner-server/contributions/user-stories/deploy-hetzner-server-us-37106.json +35 -2
  512. package/blueprints/deploy-hetzner-server/contributions/user-stories/deploy-hetzner-server-us-37107.json +31 -2
  513. package/blueprints/deploy-hetzner-server/contributions/user-stories/deploy-hetzner-server-us-37108.json +43 -2
  514. package/blueprints/deploy-hetzner-server/contributions/user-stories/deploy-hetzner-server-us-37109.json +31 -2
  515. package/blueprints/deploy-hetzner-server/docs/topics.md +2 -2
  516. package/blueprints/deploy-hetzner-server/guide/deploy-hetzner-server.md +12 -11
  517. package/blueprints/edge-cloudflare-access/CHANGELOG.md +35 -3
  518. package/blueprints/edge-cloudflare-access/README.md +2 -2
  519. package/blueprints/edge-cloudflare-access/blueprint.json +12 -2
  520. package/blueprints/edge-cloudflare-access/contributions/probes/real-account-gated-url.mjs +10 -2
  521. package/blueprints/edge-cloudflare-access/contributions/probes/wrangler-seam.mjs +1 -1
  522. package/blueprints/edge-cloudflare-access/contributions/requirements/edge-cloudflare-access-req-001.json +5 -1
  523. package/blueprints/edge-cloudflare-access/contributions/requirements/edge-cloudflare-access-req-002.json +5 -1
  524. package/blueprints/edge-cloudflare-access/contributions/requirements/edge-cloudflare-access-req-003.json +5 -1
  525. package/blueprints/edge-cloudflare-access/contributions/requirements/edge-cloudflare-access-req-004.json +6 -2
  526. package/blueprints/edge-cloudflare-access/contributions/requirements/edge-cloudflare-access-req-005.json +5 -1
  527. package/blueprints/edge-cloudflare-access/contributions/requirements/edge-cloudflare-access-req-006.json +7 -3
  528. package/blueprints/edge-cloudflare-access/contributions/requirements/edge-cloudflare-access-req-007.json +22 -0
  529. package/blueprints/edge-cloudflare-access/contributions/user-stories/edge-cloudflare-access-us-34101.json +13 -3
  530. package/blueprints/edge-cloudflare-access/contributions/user-stories/edge-cloudflare-access-us-34102.json +63 -2
  531. package/blueprints/edge-cloudflare-access/contributions/user-stories/edge-cloudflare-access-us-34103.json +18 -3
  532. package/blueprints/edge-cloudflare-access/contributions/user-stories/edge-cloudflare-access-us-34104.json +36 -3
  533. package/blueprints/edge-cloudflare-access/contributions/user-stories/edge-cloudflare-access-us-34105.json +13 -3
  534. package/blueprints/edge-cloudflare-access/contributions/user-stories/edge-cloudflare-access-us-34106.json +9 -3
  535. package/blueprints/edge-cloudflare-access/contributions/user-stories/edge-cloudflare-access-us-34107.json +68 -3
  536. package/blueprints/edge-cloudflare-access/contributions/user-stories/edge-cloudflare-access-us-34108.json +5 -3
  537. package/blueprints/edge-cloudflare-access/contributions/user-stories/edge-cloudflare-access-us-34109.json +10 -4
  538. package/blueprints/edge-cloudflare-access/contributions/user-stories/edge-cloudflare-access-us-34110.json +33 -0
  539. package/blueprints/edge-cloudflare-access/docs/topics.md +1 -1
  540. package/blueprints/edge-cloudflare-rate-limiting/CHANGELOG.md +35 -1
  541. package/blueprints/edge-cloudflare-rate-limiting/README.md +3 -3
  542. package/blueprints/edge-cloudflare-rate-limiting/blueprint.json +1 -1
  543. package/blueprints/edge-cloudflare-rate-limiting/contributions/probes/real-account-burst-and-429.mjs +10 -2
  544. package/blueprints/edge-cloudflare-rate-limiting/contributions/requirements/edge-cloudflare-rate-limiting-req-001.json +6 -2
  545. package/blueprints/edge-cloudflare-rate-limiting/contributions/requirements/edge-cloudflare-rate-limiting-req-002.json +5 -1
  546. package/blueprints/edge-cloudflare-rate-limiting/contributions/requirements/edge-cloudflare-rate-limiting-req-003.json +5 -1
  547. package/blueprints/edge-cloudflare-rate-limiting/contributions/requirements/edge-cloudflare-rate-limiting-req-004.json +6 -2
  548. package/blueprints/edge-cloudflare-rate-limiting/contributions/requirements/edge-cloudflare-rate-limiting-req-005.json +5 -1
  549. package/blueprints/edge-cloudflare-rate-limiting/contributions/tacs/tac-3701-edge-cloudflare-rate-limiting-manifest-schema.json +2 -2
  550. package/blueprints/edge-cloudflare-rate-limiting/contributions/tacs/tac-3703-edge-cloudflare-rate-limiting-drift-audit-runner.json +2 -2
  551. package/blueprints/edge-cloudflare-rate-limiting/contributions/user-stories/edge-cloudflare-rate-limiting-us-36101.json +27 -3
  552. package/blueprints/edge-cloudflare-rate-limiting/contributions/user-stories/edge-cloudflare-rate-limiting-us-36102.json +9 -3
  553. package/blueprints/edge-cloudflare-rate-limiting/contributions/user-stories/edge-cloudflare-rate-limiting-us-36103.json +24 -5
  554. package/blueprints/edge-cloudflare-rate-limiting/contributions/user-stories/edge-cloudflare-rate-limiting-us-36104.json +88 -3
  555. package/blueprints/edge-cloudflare-rate-limiting/contributions/user-stories/edge-cloudflare-rate-limiting-us-36105.json +5 -3
  556. package/blueprints/edge-cloudflare-rate-limiting/contributions/user-stories/edge-cloudflare-rate-limiting-us-36106.json +22 -3
  557. package/blueprints/edge-cloudflare-rate-limiting/contributions/user-stories/edge-cloudflare-rate-limiting-us-36107.json +16 -5
  558. package/blueprints/edge-cloudflare-rate-limiting/contributions/user-stories/edge-cloudflare-rate-limiting-us-36108.json +14 -3
  559. package/blueprints/edge-cloudflare-rate-limiting/guide/edge-cloudflare-rate-limiting.md +2 -2
  560. package/blueprints/edge-cloudflare-tunnel/CHANGELOG.md +42 -7
  561. package/blueprints/edge-cloudflare-tunnel/README.md +20 -21
  562. package/blueprints/edge-cloudflare-tunnel/blueprint.json +29 -4
  563. package/blueprints/edge-cloudflare-tunnel/contributions/adrs/adr-4001-edge-cloudflare-tunnel-ingress-bridge-contract.json +4 -4
  564. package/blueprints/edge-cloudflare-tunnel/contributions/adrs/adr-4002-edge-cloudflare-tunnel-connector-runtime.json +1 -1
  565. package/blueprints/edge-cloudflare-tunnel/contributions/probes/manifest-schema-validate.mjs +3 -3
  566. package/blueprints/edge-cloudflare-tunnel/contributions/probes/probe-utils.mjs +13 -2
  567. package/blueprints/edge-cloudflare-tunnel/contributions/probes/real-account-connector-healthy.mjs +8 -9
  568. package/blueprints/edge-cloudflare-tunnel/contributions/probes/real-account-tunnel-hostname-routes.mjs +2 -2
  569. package/blueprints/edge-cloudflare-tunnel/contributions/requirements/edge-cloudflare-tunnel-req-001.json +6 -2
  570. package/blueprints/edge-cloudflare-tunnel/contributions/requirements/edge-cloudflare-tunnel-req-002.json +5 -1
  571. package/blueprints/edge-cloudflare-tunnel/contributions/requirements/edge-cloudflare-tunnel-req-003.json +7 -3
  572. package/blueprints/edge-cloudflare-tunnel/contributions/requirements/edge-cloudflare-tunnel-req-004.json +5 -1
  573. package/blueprints/edge-cloudflare-tunnel/contributions/requirements/edge-cloudflare-tunnel-req-005.json +5 -1
  574. package/blueprints/edge-cloudflare-tunnel/contributions/requirements/edge-cloudflare-tunnel-req-006.json +22 -0
  575. package/blueprints/edge-cloudflare-tunnel/contributions/requirements/edge-cloudflare-tunnel-req-007.json +22 -0
  576. package/blueprints/edge-cloudflare-tunnel/contributions/tacs/tac-4001-edge-cloudflare-tunnel-connector-shape.json +1 -1
  577. package/blueprints/edge-cloudflare-tunnel/contributions/tacs/tac-4004-edge-cloudflare-tunnel-zone-and-hostname-apply.json +29 -0
  578. package/blueprints/edge-cloudflare-tunnel/contributions/user-stories/edge-cloudflare-tunnel-us-39101.json +39 -3
  579. package/blueprints/edge-cloudflare-tunnel/contributions/user-stories/edge-cloudflare-tunnel-us-39102.json +23 -4
  580. package/blueprints/edge-cloudflare-tunnel/contributions/user-stories/edge-cloudflare-tunnel-us-39103.json +53 -3
  581. package/blueprints/edge-cloudflare-tunnel/contributions/user-stories/edge-cloudflare-tunnel-us-39104.json +33 -3
  582. package/blueprints/edge-cloudflare-tunnel/contributions/user-stories/edge-cloudflare-tunnel-us-39105.json +25 -3
  583. package/blueprints/edge-cloudflare-tunnel/contributions/user-stories/edge-cloudflare-tunnel-us-39106.json +86 -2
  584. package/blueprints/edge-cloudflare-tunnel/contributions/user-stories/edge-cloudflare-tunnel-us-39107.json +25 -3
  585. package/blueprints/edge-cloudflare-tunnel/contributions/user-stories/edge-cloudflare-tunnel-us-39108.json +35 -2
  586. package/blueprints/edge-cloudflare-tunnel/contributions/user-stories/edge-cloudflare-tunnel-us-39109.json +74 -0
  587. package/blueprints/edge-cloudflare-tunnel/contributions/user-stories/edge-cloudflare-tunnel-us-39110.json +60 -0
  588. package/blueprints/edge-cloudflare-tunnel/docs/topics.md +1 -1
  589. package/blueprints/edge-cloudflare-tunnel/guide/edge-cloudflare-tunnel.md +60 -13
  590. package/blueprints/edge-cloudflare-turnstile/CHANGELOG.md +33 -1
  591. package/blueprints/edge-cloudflare-turnstile/README.md +2 -2
  592. package/blueprints/edge-cloudflare-turnstile/blueprint.json +1 -1
  593. package/blueprints/edge-cloudflare-turnstile/contributions/requirements/edge-cloudflare-turnstile-req-001.json +6 -2
  594. package/blueprints/edge-cloudflare-turnstile/contributions/requirements/edge-cloudflare-turnstile-req-002.json +5 -1
  595. package/blueprints/edge-cloudflare-turnstile/contributions/requirements/edge-cloudflare-turnstile-req-003.json +6 -2
  596. package/blueprints/edge-cloudflare-turnstile/contributions/requirements/edge-cloudflare-turnstile-req-004.json +5 -1
  597. package/blueprints/edge-cloudflare-turnstile/contributions/requirements/edge-cloudflare-turnstile-req-005.json +5 -1
  598. package/blueprints/edge-cloudflare-turnstile/contributions/tacs/tac-3601-edge-cloudflare-turnstile-widget-mount.json +2 -2
  599. package/blueprints/edge-cloudflare-turnstile/contributions/tacs/tac-3602-edge-cloudflare-turnstile-server-verifier.json +2 -2
  600. package/blueprints/edge-cloudflare-turnstile/contributions/user-stories/edge-cloudflare-turnstile-us-35101.json +46 -5
  601. package/blueprints/edge-cloudflare-turnstile/contributions/user-stories/edge-cloudflare-turnstile-us-35102.json +53 -2
  602. package/blueprints/edge-cloudflare-turnstile/contributions/user-stories/edge-cloudflare-turnstile-us-35103.json +81 -2
  603. package/blueprints/edge-cloudflare-turnstile/contributions/user-stories/edge-cloudflare-turnstile-us-35104.json +29 -6
  604. package/blueprints/edge-cloudflare-turnstile/contributions/user-stories/edge-cloudflare-turnstile-us-35105.json +14 -4
  605. package/blueprints/edge-cloudflare-turnstile/contributions/user-stories/edge-cloudflare-turnstile-us-35106.json +9 -3
  606. package/blueprints/edge-cloudflare-turnstile/contributions/user-stories/edge-cloudflare-turnstile-us-35107.json +5 -3
  607. package/blueprints/edge-cloudflare-turnstile/contributions/user-stories/edge-cloudflare-turnstile-us-35108.json +5 -3
  608. package/blueprints/edge-cloudflare-turnstile/probe-packs/edge-cloudflare-turnstile.pack.mjs +27 -5
  609. package/blueprints/email-smtp-resend/CHANGELOG.md +24 -0
  610. package/blueprints/email-smtp-resend/README.md +2 -2
  611. package/blueprints/email-smtp-resend/assets/stub-adapter.md +2 -0
  612. package/blueprints/email-smtp-resend/blueprint.json +119 -17
  613. package/blueprints/email-smtp-resend/contributions/requirements/email-smtp-resend-req-001.json +7 -3
  614. package/blueprints/email-smtp-resend/contributions/requirements/email-smtp-resend-req-002.json +4 -0
  615. package/blueprints/email-smtp-resend/contributions/requirements/email-smtp-resend-req-003.json +4 -0
  616. package/blueprints/email-smtp-resend/contributions/requirements/email-smtp-resend-req-004.json +4 -0
  617. package/blueprints/email-smtp-resend/contributions/requirements/email-smtp-resend-req-005.json +4 -0
  618. package/blueprints/email-smtp-resend/contributions/requirements/email-smtp-resend-req-006.json +4 -0
  619. package/blueprints/email-smtp-resend/contributions/tacs/tac-401-email-smtp-resend-send-adapter.json +3 -3
  620. package/blueprints/email-smtp-resend/contributions/tacs/tac-402-email-smtp-resend-webhook-verifier.json +7 -2
  621. package/blueprints/email-smtp-resend/contributions/user-stories/email-smtp-resend-us-4101.json +15 -8
  622. package/blueprints/email-smtp-resend/contributions/user-stories/email-smtp-resend-us-4102.json +27 -7
  623. package/blueprints/email-smtp-resend/contributions/user-stories/email-smtp-resend-us-4103.json +49 -4
  624. package/blueprints/email-smtp-resend/contributions/user-stories/email-smtp-resend-us-4104.json +6 -3
  625. package/blueprints/email-smtp-resend/contributions/user-stories/email-smtp-resend-us-4105.json +21 -5
  626. package/blueprints/email-smtp-resend/contributions/user-stories/email-smtp-resend-us-4106.json +27 -7
  627. package/blueprints/email-smtp-resend/guide/email-smtp-resend.md +2 -2
  628. package/blueprints/jobs-background/CHANGELOG.md +30 -6
  629. package/blueprints/jobs-background/README.md +8 -8
  630. package/blueprints/jobs-background/blueprint.json +55 -2
  631. package/blueprints/jobs-background/contributions/adrs/adr-3102-jobs-background-scheduler-mode.json +1 -1
  632. package/blueprints/jobs-background/contributions/adrs/adr-3103-jobs-background-requires-applied-capabilities.json +6 -6
  633. package/blueprints/jobs-background/contributions/probes/fake-clock-cron.mjs +1 -1
  634. package/blueprints/jobs-background/contributions/probes/probe-utils.mjs +4 -4
  635. package/blueprints/jobs-background/contributions/requirements/jobs-background-req-001.json +7 -3
  636. package/blueprints/jobs-background/contributions/requirements/jobs-background-req-002.json +7 -3
  637. package/blueprints/jobs-background/contributions/requirements/jobs-background-req-003.json +5 -1
  638. package/blueprints/jobs-background/contributions/requirements/jobs-background-req-004.json +5 -1
  639. package/blueprints/jobs-background/contributions/requirements/jobs-background-req-005.json +5 -1
  640. package/blueprints/jobs-background/contributions/requirements/jobs-background-req-006.json +5 -1
  641. package/blueprints/jobs-background/contributions/tacs/tac-3101-jobs-background-job-definition.json +5 -5
  642. package/blueprints/jobs-background/contributions/user-stories/jobs-background-us-30101.json +20 -3
  643. package/blueprints/jobs-background/contributions/user-stories/jobs-background-us-30102.json +44 -9
  644. package/blueprints/jobs-background/contributions/user-stories/jobs-background-us-30103.json +48 -3
  645. package/blueprints/jobs-background/contributions/user-stories/jobs-background-us-30104.json +63 -3
  646. package/blueprints/jobs-background/contributions/user-stories/jobs-background-us-30105.json +20 -3
  647. package/blueprints/jobs-background/contributions/user-stories/jobs-background-us-30106.json +20 -3
  648. package/blueprints/jobs-background/contributions/user-stories/jobs-background-us-30107.json +20 -3
  649. package/blueprints/jobs-background/contributions/user-stories/jobs-background-us-30108.json +21 -3
  650. package/blueprints/jobs-background/contributions/user-stories/jobs-background-us-30109.json +23 -6
  651. package/blueprints/jobs-background/docs/topics.md +2 -2
  652. package/blueprints/jobs-background/guide/jobs-background.md +6 -6
  653. package/blueprints/messaging-queue-cloudflare/CHANGELOG.md +31 -15
  654. package/blueprints/messaging-queue-cloudflare/README.md +6 -6
  655. package/blueprints/messaging-queue-cloudflare/blueprint.json +127 -19
  656. package/blueprints/messaging-queue-cloudflare/contributions/adrs/adr-3001-messaging-queue-cloudflare-adapter.json +3 -3
  657. package/blueprints/messaging-queue-cloudflare/contributions/adrs/adr-3002-messaging-queue-cloudflare-delivery-semantics.json +1 -1
  658. package/blueprints/messaging-queue-cloudflare/contributions/probes/real-account-concurrency-smoke.mjs +4 -4
  659. package/blueprints/messaging-queue-cloudflare/contributions/requirements/messaging-queue-cloudflare-req-001.json +6 -2
  660. package/blueprints/messaging-queue-cloudflare/contributions/requirements/messaging-queue-cloudflare-req-002.json +6 -2
  661. package/blueprints/messaging-queue-cloudflare/contributions/requirements/messaging-queue-cloudflare-req-003.json +5 -1
  662. package/blueprints/messaging-queue-cloudflare/contributions/requirements/messaging-queue-cloudflare-req-004.json +6 -2
  663. package/blueprints/messaging-queue-cloudflare/contributions/requirements/messaging-queue-cloudflare-req-005.json +6 -2
  664. package/blueprints/messaging-queue-cloudflare/contributions/requirements/messaging-queue-cloudflare-req-006.json +6 -2
  665. package/blueprints/messaging-queue-cloudflare/contributions/user-stories/messaging-queue-cloudflare-us-29101.json +22 -4
  666. package/blueprints/messaging-queue-cloudflare/contributions/user-stories/messaging-queue-cloudflare-us-29102.json +23 -4
  667. package/blueprints/messaging-queue-cloudflare/contributions/user-stories/messaging-queue-cloudflare-us-29103.json +20 -3
  668. package/blueprints/messaging-queue-cloudflare/contributions/user-stories/messaging-queue-cloudflare-us-29104.json +29 -7
  669. package/blueprints/messaging-queue-cloudflare/contributions/user-stories/messaging-queue-cloudflare-us-29105.json +20 -3
  670. package/blueprints/messaging-queue-cloudflare/contributions/user-stories/messaging-queue-cloudflare-us-29106.json +25 -4
  671. package/blueprints/messaging-queue-cloudflare/contributions/user-stories/messaging-queue-cloudflare-us-29107.json +25 -3
  672. package/blueprints/messaging-queue-cloudflare/contributions/user-stories/messaging-queue-cloudflare-us-29108.json +28 -6
  673. package/blueprints/messaging-queue-cloudflare/docs/topics.md +2 -2
  674. package/blueprints/messaging-queue-cloudflare/guide/messaging-queue-cloudflare.md +7 -5
  675. package/blueprints/object-storage-s3/CHANGELOG.md +23 -6
  676. package/blueprints/object-storage-s3/README.md +2 -2
  677. package/blueprints/object-storage-s3/blueprint.json +154 -23
  678. package/blueprints/object-storage-s3/contributions/probes/hetzner-object-storage-round-trip.mjs +1 -1
  679. package/blueprints/object-storage-s3/contributions/requirements/object-storage-s3-req-001.json +6 -2
  680. package/blueprints/object-storage-s3/contributions/requirements/object-storage-s3-req-002.json +6 -2
  681. package/blueprints/object-storage-s3/contributions/requirements/object-storage-s3-req-003.json +5 -1
  682. package/blueprints/object-storage-s3/contributions/requirements/object-storage-s3-req-004.json +6 -2
  683. package/blueprints/object-storage-s3/contributions/requirements/object-storage-s3-req-005.json +6 -2
  684. package/blueprints/object-storage-s3/contributions/requirements/object-storage-s3-req-006.json +6 -2
  685. package/blueprints/object-storage-s3/contributions/requirements/object-storage-s3-req-101.json +5 -1
  686. package/blueprints/object-storage-s3/contributions/user-stories/object-storage-s3-us-28101.json +36 -4
  687. package/blueprints/object-storage-s3/contributions/user-stories/object-storage-s3-us-28102.json +32 -5
  688. package/blueprints/object-storage-s3/contributions/user-stories/object-storage-s3-us-28103.json +42 -3
  689. package/blueprints/object-storage-s3/contributions/user-stories/object-storage-s3-us-28104.json +22 -4
  690. package/blueprints/object-storage-s3/contributions/user-stories/object-storage-s3-us-28105.json +25 -4
  691. package/blueprints/object-storage-s3/contributions/user-stories/object-storage-s3-us-28106.json +13 -5
  692. package/blueprints/object-storage-s3/contributions/user-stories/object-storage-s3-us-28107.json +10 -4
  693. package/blueprints/object-storage-s3/contributions/user-stories/object-storage-s3-us-28108.json +12 -4
  694. package/blueprints/object-storage-s3/contributions/user-stories/object-storage-s3-us-28110.json +20 -3
  695. package/blueprints/object-storage-s3/guide/object-storage-s3.md +2 -2
  696. package/blueprints/observability-essentials/CHANGELOG.md +21 -0
  697. package/blueprints/observability-essentials/README.md +1 -1
  698. package/blueprints/observability-essentials/assets/probe-samples/probe-response-baseline.v2.json +17 -0
  699. package/blueprints/observability-essentials/blueprint.json +32 -1
  700. package/blueprints/observability-essentials/contributions/adrs/adr-801-observability-essentials-health-probes.json +1 -1
  701. package/blueprints/observability-essentials/contributions/requirements/observability-essentials-req-001.json +4 -0
  702. package/blueprints/observability-essentials/contributions/requirements/observability-essentials-req-002.json +4 -0
  703. package/blueprints/observability-essentials/contributions/requirements/observability-essentials-req-003.json +4 -0
  704. package/blueprints/observability-essentials/contributions/requirements/observability-essentials-req-004.json +4 -0
  705. package/blueprints/observability-essentials/contributions/requirements/observability-essentials-req-005.json +4 -0
  706. package/blueprints/observability-essentials/contributions/requirements/observability-essentials-req-006.json +6 -2
  707. package/blueprints/observability-essentials/contributions/requirements/observability-essentials-req-007.json +7 -3
  708. package/blueprints/observability-essentials/contributions/requirements/observability-essentials-req-008.json +4 -0
  709. package/blueprints/observability-essentials/contributions/requirements/observability-essentials-req-009.json +4 -0
  710. package/blueprints/observability-essentials/contributions/requirements/observability-essentials-req-010.json +4 -0
  711. package/blueprints/observability-essentials/contributions/tacs/tac-802-observability-essentials-readiness-probe.json +6 -1
  712. package/blueprints/observability-essentials/contributions/tacs/tac-803-observability-essentials-status-page.json +1 -1
  713. package/blueprints/observability-essentials/contributions/user-stories/observability-essentials-us-7101.json +25 -7
  714. package/blueprints/observability-essentials/contributions/user-stories/observability-essentials-us-7102.json +9 -5
  715. package/blueprints/observability-essentials/contributions/user-stories/observability-essentials-us-7103.json +51 -6
  716. package/blueprints/observability-essentials/contributions/user-stories/observability-essentials-us-7104.json +7 -4
  717. package/blueprints/observability-essentials/contributions/user-stories/observability-essentials-us-7105.json +6 -3
  718. package/blueprints/observability-essentials/contributions/user-stories/observability-essentials-us-7106.json +37 -6
  719. package/blueprints/observability-essentials/contributions/user-stories/observability-essentials-us-7107.json +18 -11
  720. package/blueprints/observability-essentials/contributions/user-stories/observability-essentials-us-7108.json +6 -3
  721. package/blueprints/observability-essentials/contributions/user-stories/observability-essentials-us-7109.json +7 -4
  722. package/blueprints/observability-essentials/contributions/user-stories/observability-essentials-us-7110.json +8 -5
  723. package/blueprints/observability-essentials/docs/topics.md +1 -1
  724. package/blueprints/observability-essentials/guide/observability-essentials.md +1 -1
  725. package/blueprints/observability-logging/CHANGELOG.md +19 -4
  726. package/blueprints/observability-logging/README.md +1 -1
  727. package/blueprints/observability-logging/blueprint.json +76 -28
  728. package/blueprints/observability-logging/contributions/adrs/adr-1605-observability-logging-serialisation-refusal.json +25 -0
  729. package/blueprints/observability-logging/contributions/requirements/observability-logging-req-001.json +10 -3
  730. package/blueprints/observability-logging/contributions/requirements/observability-logging-req-002.json +8 -1
  731. package/blueprints/observability-logging/contributions/requirements/observability-logging-req-003.json +8 -1
  732. package/blueprints/observability-logging/contributions/requirements/observability-logging-req-004.json +8 -1
  733. package/blueprints/observability-logging/contributions/requirements/observability-logging-req-005.json +8 -1
  734. package/blueprints/observability-logging/contributions/requirements/observability-logging-req-006.json +16 -0
  735. package/blueprints/observability-logging/contributions/tacs/tac-1601-observability-logging-logger-factory.json +4 -4
  736. package/blueprints/observability-logging/contributions/user-stories/observability-logging-us-15101.json +62 -8
  737. package/blueprints/observability-logging/contributions/user-stories/observability-logging-us-15102.json +11 -6
  738. package/blueprints/observability-logging/contributions/user-stories/observability-logging-us-15103.json +37 -5
  739. package/blueprints/observability-logging/contributions/user-stories/observability-logging-us-15104.json +35 -4
  740. package/blueprints/observability-logging/contributions/user-stories/observability-logging-us-15105.json +24 -6
  741. package/blueprints/observability-logging/contributions/user-stories/observability-logging-us-15106.json +22 -4
  742. package/blueprints/observability-logging/contributions/user-stories/observability-logging-us-15107.json +34 -3
  743. package/blueprints/observability-logging/contributions/user-stories/observability-logging-us-15108.json +21 -3
  744. package/blueprints/observability-logging/contributions/user-stories/observability-logging-us-15109.json +71 -0
  745. package/blueprints/observability-probe-endpoints/CHANGELOG.md +17 -0
  746. package/blueprints/observability-probe-endpoints/README.md +1 -1
  747. package/blueprints/observability-probe-endpoints/blueprint.json +40 -1
  748. package/blueprints/observability-probe-endpoints/contributions/requirements/observability-probe-endpoints-req-001.json +6 -2
  749. package/blueprints/observability-probe-endpoints/contributions/requirements/observability-probe-endpoints-req-002.json +4 -0
  750. package/blueprints/observability-probe-endpoints/contributions/requirements/observability-probe-endpoints-req-003.json +4 -0
  751. package/blueprints/observability-probe-endpoints/contributions/requirements/observability-probe-endpoints-req-004.json +4 -0
  752. package/blueprints/observability-probe-endpoints/contributions/requirements/observability-probe-endpoints-req-005.json +4 -0
  753. package/blueprints/observability-probe-endpoints/contributions/requirements/observability-probe-endpoints-req-006.json +4 -0
  754. package/blueprints/observability-probe-endpoints/contributions/requirements/observability-probe-endpoints-req-007.json +4 -0
  755. package/blueprints/observability-probe-endpoints/contributions/requirements/observability-probe-endpoints-req-008.json +4 -0
  756. package/blueprints/observability-probe-endpoints/contributions/user-stories/observability-probe-endpoints-us-14101.json +30 -9
  757. package/blueprints/observability-probe-endpoints/contributions/user-stories/observability-probe-endpoints-us-14102.json +24 -6
  758. package/blueprints/observability-probe-endpoints/contributions/user-stories/observability-probe-endpoints-us-14103.json +6 -3
  759. package/blueprints/observability-probe-endpoints/contributions/user-stories/observability-probe-endpoints-us-14104.json +9 -6
  760. package/blueprints/observability-probe-endpoints/contributions/user-stories/observability-probe-endpoints-us-14105.json +49 -4
  761. package/blueprints/observability-probe-endpoints/contributions/user-stories/observability-probe-endpoints-us-14106.json +9 -6
  762. package/blueprints/observability-probe-endpoints/contributions/user-stories/observability-probe-endpoints-us-14107.json +12 -8
  763. package/blueprints/observability-probe-endpoints/contributions/user-stories/observability-probe-endpoints-us-14108.json +6 -3
  764. package/blueprints/observability-probe-endpoints/docs/topics.md +1 -1
  765. package/blueprints/observability-probe-endpoints/guide/observability-probe-endpoints.md +3 -6
  766. package/blueprints/persistence-data-d1/CHANGELOG.md +19 -0
  767. package/blueprints/persistence-data-d1/README.md +1 -1
  768. package/blueprints/persistence-data-d1/assets/batch-usage/batch-atomicity-example.md +2 -0
  769. package/blueprints/persistence-data-d1/assets/facade-shape/facade-module-shape.md +2 -0
  770. package/blueprints/persistence-data-d1/blueprint.json +106 -22
  771. package/blueprints/persistence-data-d1/contributions/adrs/adr-1404-persistence-data-d1-store-boundary.json +4 -4
  772. package/blueprints/persistence-data-d1/contributions/requirements/persistence-data-d1-req-001.json +5 -1
  773. package/blueprints/persistence-data-d1/contributions/requirements/persistence-data-d1-req-002.json +5 -1
  774. package/blueprints/persistence-data-d1/contributions/requirements/persistence-data-d1-req-003.json +5 -1
  775. package/blueprints/persistence-data-d1/contributions/requirements/persistence-data-d1-req-004.json +7 -3
  776. package/blueprints/persistence-data-d1/contributions/requirements/persistence-data-d1-req-005.json +5 -1
  777. package/blueprints/persistence-data-d1/contributions/requirements/persistence-data-d1-req-006.json +5 -1
  778. package/blueprints/persistence-data-d1/contributions/requirements/persistence-data-d1-req-007.json +5 -1
  779. package/blueprints/persistence-data-d1/contributions/user-stories/persistence-data-d1-us-13101.json +35 -4
  780. package/blueprints/persistence-data-d1/contributions/user-stories/persistence-data-d1-us-13102.json +25 -4
  781. package/blueprints/persistence-data-d1/contributions/user-stories/persistence-data-d1-us-13103.json +11 -4
  782. package/blueprints/persistence-data-d1/contributions/user-stories/persistence-data-d1-us-13104.json +13 -6
  783. package/blueprints/persistence-data-d1/contributions/user-stories/persistence-data-d1-us-13105.json +11 -4
  784. package/blueprints/persistence-data-d1/contributions/user-stories/persistence-data-d1-us-13106.json +7 -4
  785. package/blueprints/persistence-data-d1/contributions/user-stories/persistence-data-d1-us-13107.json +23 -3
  786. package/blueprints/persistence-data-postgres/CHANGELOG.md +18 -2
  787. package/blueprints/persistence-data-postgres/README.md +1 -1
  788. package/blueprints/persistence-data-postgres/blueprint.json +201 -23
  789. package/blueprints/persistence-data-postgres/contributions/adrs/adr-2801-persistence-data-postgres-driver.json +1 -1
  790. package/blueprints/persistence-data-postgres/contributions/adrs/adr-2805-persistence-data-postgres-connection-pool-posture.json +1 -1
  791. package/blueprints/persistence-data-postgres/contributions/requirements/persistence-data-postgres-req-001.json +6 -2
  792. package/blueprints/persistence-data-postgres/contributions/requirements/persistence-data-postgres-req-002.json +6 -2
  793. package/blueprints/persistence-data-postgres/contributions/requirements/persistence-data-postgres-req-003.json +5 -1
  794. package/blueprints/persistence-data-postgres/contributions/requirements/persistence-data-postgres-req-004.json +7 -3
  795. package/blueprints/persistence-data-postgres/contributions/requirements/persistence-data-postgres-req-005.json +6 -2
  796. package/blueprints/persistence-data-postgres/contributions/requirements/persistence-data-postgres-req-006.json +6 -2
  797. package/blueprints/persistence-data-postgres/contributions/requirements/persistence-data-postgres-req-007.json +7 -3
  798. package/blueprints/persistence-data-postgres/contributions/tacs/tac-2802-persistence-data-postgres-migration-runner.json +2 -2
  799. package/blueprints/persistence-data-postgres/contributions/tacs/tac-2803-persistence-data-postgres-transaction-helper.json +5 -5
  800. package/blueprints/persistence-data-postgres/contributions/user-stories/persistence-data-postgres-us-27101.json +22 -4
  801. package/blueprints/persistence-data-postgres/contributions/user-stories/persistence-data-postgres-us-27102.json +118 -3
  802. package/blueprints/persistence-data-postgres/contributions/user-stories/persistence-data-postgres-us-27103.json +20 -3
  803. package/blueprints/persistence-data-postgres/contributions/user-stories/persistence-data-postgres-us-27104.json +26 -5
  804. package/blueprints/persistence-data-postgres/contributions/user-stories/persistence-data-postgres-us-27105.json +62 -3
  805. package/blueprints/persistence-data-postgres/contributions/user-stories/persistence-data-postgres-us-27106.json +20 -3
  806. package/blueprints/persistence-data-postgres/contributions/user-stories/persistence-data-postgres-us-27107.json +20 -3
  807. package/blueprints/persistence-data-postgres/contributions/user-stories/persistence-data-postgres-us-27108.json +20 -3
  808. package/blueprints/persistence-data-postgres/contributions/user-stories/persistence-data-postgres-us-27109.json +20 -3
  809. package/blueprints/persistence-data-postgres/contributions/user-stories/persistence-data-postgres-us-27110.json +48 -3
  810. package/blueprints/persistence-data-sqlite/CHANGELOG.md +14 -0
  811. package/blueprints/persistence-data-sqlite/blueprint.json +146 -30
  812. package/blueprints/persistence-data-sqlite/contributions/requirements/persistence-data-sqlite-req-001.json +5 -1
  813. package/blueprints/persistence-data-sqlite/contributions/requirements/persistence-data-sqlite-req-002.json +5 -1
  814. package/blueprints/persistence-data-sqlite/contributions/requirements/persistence-data-sqlite-req-003.json +5 -1
  815. package/blueprints/persistence-data-sqlite/contributions/requirements/persistence-data-sqlite-req-004.json +5 -1
  816. package/blueprints/persistence-data-sqlite/contributions/requirements/persistence-data-sqlite-req-005.json +5 -1
  817. package/blueprints/persistence-data-sqlite/contributions/requirements/persistence-data-sqlite-req-006.json +5 -1
  818. package/blueprints/persistence-data-sqlite/contributions/requirements/persistence-data-sqlite-req-007.json +5 -1
  819. package/blueprints/persistence-data-sqlite/contributions/requirements/persistence-data-sqlite-req-008.json +5 -1
  820. package/blueprints/persistence-data-sqlite/contributions/requirements/persistence-data-sqlite-req-009.json +5 -1
  821. package/blueprints/persistence-data-sqlite/contributions/requirements/persistence-data-sqlite-req-010.json +5 -1
  822. package/blueprints/persistence-data-sqlite/contributions/requirements/persistence-data-sqlite-req-011.json +5 -1
  823. package/blueprints/persistence-data-sqlite/contributions/user-stories/persistence-data-sqlite-us-5101.json +35 -4
  824. package/blueprints/persistence-data-sqlite/contributions/user-stories/persistence-data-sqlite-us-5102.json +7 -4
  825. package/blueprints/persistence-data-sqlite/contributions/user-stories/persistence-data-sqlite-us-5103.json +19 -3
  826. package/blueprints/persistence-data-sqlite/contributions/user-stories/persistence-data-sqlite-us-5104.json +21 -4
  827. package/blueprints/persistence-data-sqlite/contributions/user-stories/persistence-data-sqlite-us-5105.json +7 -4
  828. package/blueprints/persistence-data-sqlite/contributions/user-stories/persistence-data-sqlite-us-5106.json +11 -4
  829. package/blueprints/persistence-data-sqlite/contributions/user-stories/persistence-data-sqlite-us-5107.json +7 -4
  830. package/blueprints/persistence-data-sqlite/contributions/user-stories/persistence-data-sqlite-us-5108.json +7 -4
  831. package/blueprints/persistence-data-sqlite/contributions/user-stories/persistence-data-sqlite-us-5109.json +11 -8
  832. package/blueprints/persistence-data-sqlite/contributions/user-stories/persistence-data-sqlite-us-5110.json +23 -3
  833. package/blueprints/persistence-data-sqlite/contributions/user-stories/persistence-data-sqlite-us-5111.json +19 -3
  834. package/blueprints/persistence-data-sqlite/guide/persistence-data-sqlite.md +1 -1
  835. package/blueprints/platform-cloudflare-cron-triggers/CHANGELOG.md +40 -2
  836. package/blueprints/platform-cloudflare-cron-triggers/blueprint.json +78 -17
  837. package/blueprints/platform-cloudflare-cron-triggers/contributions/adrs/adr-3301-platform-cloudflare-cron-triggers-scheduled-trigger-contract.json +2 -2
  838. package/blueprints/platform-cloudflare-cron-triggers/contributions/probes/real-account-scheduled-smoke.mjs +24 -3
  839. package/blueprints/platform-cloudflare-cron-triggers/contributions/probes/skew-tolerance.mjs +1 -1
  840. package/blueprints/platform-cloudflare-cron-triggers/contributions/requirements/platform-cloudflare-cron-triggers-req-001.json +6 -2
  841. package/blueprints/platform-cloudflare-cron-triggers/contributions/requirements/platform-cloudflare-cron-triggers-req-002.json +5 -1
  842. package/blueprints/platform-cloudflare-cron-triggers/contributions/requirements/platform-cloudflare-cron-triggers-req-003.json +5 -1
  843. package/blueprints/platform-cloudflare-cron-triggers/contributions/requirements/platform-cloudflare-cron-triggers-req-004.json +6 -2
  844. package/blueprints/platform-cloudflare-cron-triggers/contributions/tacs/tac-3301-platform-cloudflare-cron-triggers-scheduled-handler.json +1 -1
  845. package/blueprints/platform-cloudflare-cron-triggers/contributions/user-stories/platform-cloudflare-cron-triggers-us-32101.json +86 -5
  846. package/blueprints/platform-cloudflare-cron-triggers/contributions/user-stories/platform-cloudflare-cron-triggers-us-32102.json +69 -5
  847. package/blueprints/platform-cloudflare-cron-triggers/contributions/user-stories/platform-cloudflare-cron-triggers-us-32103.json +51 -4
  848. package/blueprints/platform-cloudflare-cron-triggers/contributions/user-stories/platform-cloudflare-cron-triggers-us-32104.json +65 -4
  849. package/blueprints/platform-cloudflare-cron-triggers/contributions/user-stories/platform-cloudflare-cron-triggers-us-32105.json +68 -5
  850. package/blueprints/platform-cloudflare-cron-triggers/contributions/user-stories/platform-cloudflare-cron-triggers-us-32106.json +62 -3
  851. package/blueprints/platform-cloudflare-cron-triggers/contributions/user-stories/platform-cloudflare-cron-triggers-us-32107.json +56 -3
  852. package/blueprints/platform-cloudflare-cron-triggers/docs/topics.md +3 -3
  853. package/blueprints/platform-cloudflare-durable-objects/CHANGELOG.md +43 -3
  854. package/blueprints/platform-cloudflare-durable-objects/README.md +6 -6
  855. package/blueprints/platform-cloudflare-durable-objects/blueprint.json +3 -2
  856. package/blueprints/platform-cloudflare-durable-objects/contributions/adrs/adr-3401-platform-cloudflare-durable-objects-single-cell-contract.json +1 -1
  857. package/blueprints/platform-cloudflare-durable-objects/contributions/adrs/adr-3402-platform-cloudflare-durable-objects-websocket-hub-contract.json +1 -1
  858. package/blueprints/platform-cloudflare-durable-objects/contributions/probes/probe-utils.mjs +2 -2
  859. package/blueprints/platform-cloudflare-durable-objects/contributions/probes/real-account-storage-smoke.mjs +41 -35
  860. package/blueprints/platform-cloudflare-durable-objects/contributions/probes/sole-reader-scan.mjs +1 -1
  861. package/blueprints/platform-cloudflare-durable-objects/contributions/probes/storage-round-trip.mjs +1 -1
  862. package/blueprints/platform-cloudflare-durable-objects/contributions/probes/websocket-hub-broadcast.mjs +1 -1
  863. package/blueprints/platform-cloudflare-durable-objects/contributions/probes/wrangler-seam.mjs +11 -5
  864. package/blueprints/platform-cloudflare-durable-objects/contributions/requirements/platform-cloudflare-durable-objects-req-001.json +5 -1
  865. package/blueprints/platform-cloudflare-durable-objects/contributions/requirements/platform-cloudflare-durable-objects-req-002.json +6 -2
  866. package/blueprints/platform-cloudflare-durable-objects/contributions/requirements/platform-cloudflare-durable-objects-req-003.json +5 -1
  867. package/blueprints/platform-cloudflare-durable-objects/contributions/requirements/platform-cloudflare-durable-objects-req-004.json +5 -1
  868. package/blueprints/platform-cloudflare-durable-objects/contributions/requirements/platform-cloudflare-durable-objects-req-005.json +6 -2
  869. package/blueprints/platform-cloudflare-durable-objects/contributions/requirements/platform-cloudflare-durable-objects-req-006.json +6 -2
  870. package/blueprints/platform-cloudflare-durable-objects/contributions/requirements/platform-cloudflare-durable-objects-req-007.json +5 -1
  871. package/blueprints/platform-cloudflare-durable-objects/contributions/requirements/platform-cloudflare-durable-objects-req-008.json +5 -1
  872. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33101.json +73 -2
  873. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33102.json +59 -2
  874. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33103.json +77 -2
  875. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33104.json +75 -6
  876. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33105.json +73 -2
  877. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33106.json +49 -2
  878. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33107.json +45 -2
  879. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33108.json +84 -3
  880. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33109.json +45 -2
  881. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33110.json +59 -2
  882. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33111.json +45 -2
  883. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33112.json +53 -2
  884. package/blueprints/platform-cloudflare-durable-objects/contributions/user-stories/platform-cloudflare-durable-objects-us-33113.json +68 -5
  885. package/blueprints/platform-cloudflare-durable-objects/docs/topics.md +1 -1
  886. package/blueprints/platform-cloudflare-durable-objects/guide/platform-cloudflare-durable-objects.md +9 -9
  887. package/blueprints/platform-cloudflare-kv/CHANGELOG.md +52 -10
  888. package/blueprints/platform-cloudflare-kv/README.md +6 -8
  889. package/blueprints/platform-cloudflare-kv/blueprint.json +115 -20
  890. package/blueprints/platform-cloudflare-kv/contributions/adrs/adr-3201-platform-cloudflare-kv-key-value-store-contract.json +3 -3
  891. package/blueprints/platform-cloudflare-kv/contributions/probes/cache-aside-hit-then-miss.mjs +1 -1
  892. package/blueprints/platform-cloudflare-kv/contributions/probes/event-secrecy.mjs +1 -1
  893. package/blueprints/platform-cloudflare-kv/contributions/probes/real-account-eventual-consistency-smoke.mjs +53 -18
  894. package/blueprints/platform-cloudflare-kv/contributions/requirements/platform-cloudflare-kv-req-001.json +6 -2
  895. package/blueprints/platform-cloudflare-kv/contributions/requirements/platform-cloudflare-kv-req-002.json +5 -1
  896. package/blueprints/platform-cloudflare-kv/contributions/requirements/platform-cloudflare-kv-req-003.json +5 -1
  897. package/blueprints/platform-cloudflare-kv/contributions/requirements/platform-cloudflare-kv-req-004.json +6 -2
  898. package/blueprints/platform-cloudflare-kv/contributions/requirements/platform-cloudflare-kv-req-005.json +7 -3
  899. package/blueprints/platform-cloudflare-kv/contributions/requirements/platform-cloudflare-kv-req-006.json +22 -0
  900. package/blueprints/platform-cloudflare-kv/contributions/requirements/platform-cloudflare-kv-req-007.json +22 -0
  901. package/blueprints/platform-cloudflare-kv/contributions/user-stories/platform-cloudflare-kv-us-31101.json +59 -2
  902. package/blueprints/platform-cloudflare-kv/contributions/user-stories/platform-cloudflare-kv-us-31102.json +45 -2
  903. package/blueprints/platform-cloudflare-kv/contributions/user-stories/platform-cloudflare-kv-us-31103.json +73 -3
  904. package/blueprints/platform-cloudflare-kv/contributions/user-stories/platform-cloudflare-kv-us-31104.json +67 -2
  905. package/blueprints/platform-cloudflare-kv/contributions/user-stories/platform-cloudflare-kv-us-31105.json +59 -2
  906. package/blueprints/platform-cloudflare-kv/contributions/user-stories/platform-cloudflare-kv-us-31106.json +45 -2
  907. package/blueprints/platform-cloudflare-kv/contributions/user-stories/platform-cloudflare-kv-us-31107.json +45 -2
  908. package/blueprints/platform-cloudflare-kv/contributions/user-stories/platform-cloudflare-kv-us-31108.json +45 -2
  909. package/blueprints/platform-cloudflare-kv/contributions/user-stories/platform-cloudflare-kv-us-31109.json +92 -0
  910. package/blueprints/platform-cloudflare-kv/contributions/user-stories/platform-cloudflare-kv-us-31110.json +88 -0
  911. package/blueprints/platform-cloudflare-kv/contributions/user-stories/platform-cloudflare-kv-us-31111.json +89 -0
  912. package/blueprints/platform-cloudflare-kv/docs/topics.md +1 -1
  913. package/blueprints/platform-cloudflare-kv/guide/platform-cloudflare-kv.md +2 -2
  914. package/blueprints/platform-docker-compose-host/CHANGELOG.md +37 -3
  915. package/blueprints/platform-docker-compose-host/README.md +7 -7
  916. package/blueprints/platform-docker-compose-host/blueprint.json +23 -6
  917. package/blueprints/platform-docker-compose-host/contributions/adrs/adr-3901-platform-docker-compose-host-contract.json +3 -3
  918. package/blueprints/platform-docker-compose-host/contributions/adrs/adr-3902-platform-docker-compose-host-reverse-proxy.json +4 -4
  919. package/blueprints/platform-docker-compose-host/contributions/adrs/adr-3903-platform-docker-compose-host-reject-coolify.json +2 -2
  920. package/blueprints/platform-docker-compose-host/contributions/adrs/adr-3904-platform-docker-compose-host-log-driver.json +2 -2
  921. package/blueprints/platform-docker-compose-host/contributions/probes/probe-utils.mjs +1 -1
  922. package/blueprints/platform-docker-compose-host/contributions/probes/real-account-minimal-stack-up.mjs +2 -3
  923. package/blueprints/platform-docker-compose-host/contributions/probes/real-account-reload-burst.mjs +1 -1
  924. package/blueprints/platform-docker-compose-host/contributions/requirements/platform-docker-compose-host-req-001.json +6 -2
  925. package/blueprints/platform-docker-compose-host/contributions/requirements/platform-docker-compose-host-req-002.json +5 -1
  926. package/blueprints/platform-docker-compose-host/contributions/requirements/platform-docker-compose-host-req-003.json +6 -2
  927. package/blueprints/platform-docker-compose-host/contributions/requirements/platform-docker-compose-host-req-004.json +5 -1
  928. package/blueprints/platform-docker-compose-host/contributions/requirements/platform-docker-compose-host-req-005.json +6 -2
  929. package/blueprints/platform-docker-compose-host/contributions/requirements/platform-docker-compose-host-req-006.json +6 -2
  930. package/blueprints/platform-docker-compose-host/contributions/requirements/platform-docker-compose-host-req-007.json +22 -0
  931. package/blueprints/platform-docker-compose-host/contributions/user-stories/platform-docker-compose-host-us-38101.json +73 -2
  932. package/blueprints/platform-docker-compose-host/contributions/user-stories/platform-docker-compose-host-us-38102.json +67 -2
  933. package/blueprints/platform-docker-compose-host/contributions/user-stories/platform-docker-compose-host-us-38103.json +59 -2
  934. package/blueprints/platform-docker-compose-host/contributions/user-stories/platform-docker-compose-host-us-38104.json +75 -2
  935. package/blueprints/platform-docker-compose-host/contributions/user-stories/platform-docker-compose-host-us-38105.json +49 -2
  936. package/blueprints/platform-docker-compose-host/contributions/user-stories/platform-docker-compose-host-us-38106.json +45 -2
  937. package/blueprints/platform-docker-compose-host/contributions/user-stories/platform-docker-compose-host-us-38107.json +49 -2
  938. package/blueprints/platform-docker-compose-host/contributions/user-stories/platform-docker-compose-host-us-38108.json +49 -2
  939. package/blueprints/platform-docker-compose-host/contributions/user-stories/platform-docker-compose-host-us-38109.json +57 -2
  940. package/blueprints/platform-docker-compose-host/contributions/user-stories/platform-docker-compose-host-us-38110.json +92 -0
  941. package/blueprints/platform-docker-compose-host/docs/topics.md +3 -3
  942. package/blueprints/platform-docker-compose-host/guide/platform-docker-compose-host.md +6 -6
  943. package/blueprints/security-auth-clerk/CHANGELOG.md +24 -4
  944. package/blueprints/security-auth-clerk/README.md +1 -1
  945. package/blueprints/security-auth-clerk/blueprint.json +21 -1
  946. package/blueprints/security-auth-clerk/contributions/requirements/security-auth-clerk-req-001.json +6 -2
  947. package/blueprints/security-auth-clerk/contributions/requirements/security-auth-clerk-req-002.json +5 -1
  948. package/blueprints/security-auth-clerk/contributions/requirements/security-auth-clerk-req-003.json +6 -2
  949. package/blueprints/security-auth-clerk/contributions/requirements/security-auth-clerk-req-004.json +6 -2
  950. package/blueprints/security-auth-clerk/contributions/requirements/security-auth-clerk-req-005.json +5 -2
  951. package/blueprints/security-auth-clerk/contributions/requirements/security-auth-clerk-req-006.json +5 -1
  952. package/blueprints/security-auth-clerk/contributions/requirements/security-auth-clerk-req-007.json +4 -1
  953. package/blueprints/security-auth-clerk/contributions/requirements/security-auth-clerk-req-008.json +4 -1
  954. package/blueprints/security-auth-clerk/contributions/requirements/security-auth-clerk-req-009.json +4 -1
  955. package/blueprints/security-auth-clerk/contributions/requirements/security-auth-clerk-req-010.json +22 -0
  956. package/blueprints/security-auth-clerk/contributions/requirements/security-auth-clerk-req-011.json +22 -0
  957. package/blueprints/security-auth-clerk/contributions/tacs/tac-1001-security-auth-clerk-middleware.json +14 -4
  958. package/blueprints/security-auth-clerk/contributions/tacs/tac-1003-security-auth-clerk-session-verifier.json +7 -1
  959. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9101.json +6 -3
  960. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9102.json +19 -3
  961. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9103.json +6 -3
  962. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9104.json +6 -3
  963. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9105.json +4 -2
  964. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9106.json +4 -2
  965. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9107.json +4 -2
  966. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9108.json +13 -3
  967. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9109.json +8 -2
  968. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9110.json +4 -2
  969. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9111.json +4 -2
  970. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9112.json +102 -0
  971. package/blueprints/security-auth-clerk/contributions/user-stories/security-auth-clerk-us-9113.json +103 -0
  972. package/blueprints/security-auth-keycloak/CHANGELOG.md +23 -4
  973. package/blueprints/security-auth-keycloak/README.md +1 -1
  974. package/blueprints/security-auth-keycloak/blueprint.json +101 -1
  975. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-001.json +5 -2
  976. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-002.json +5 -1
  977. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-003.json +5 -1
  978. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-004.json +5 -1
  979. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-005.json +6 -2
  980. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-006.json +6 -2
  981. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-007.json +4 -1
  982. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-008.json +4 -1
  983. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-009.json +4 -1
  984. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-010.json +4 -1
  985. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-011.json +5 -1
  986. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-012.json +4 -1
  987. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-013.json +22 -0
  988. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-014.json +22 -0
  989. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-015.json +22 -0
  990. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-016.json +22 -0
  991. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-017.json +22 -0
  992. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-018.json +22 -0
  993. package/blueprints/security-auth-keycloak/contributions/requirements/security-auth-keycloak-req-019.json +22 -0
  994. package/blueprints/security-auth-keycloak/contributions/tacs/tac-1201-security-auth-keycloak-discovery-client.json +4 -2
  995. package/blueprints/security-auth-keycloak/contributions/tacs/tac-1202-security-auth-keycloak-jwt-verifier.json +8 -2
  996. package/blueprints/security-auth-keycloak/contributions/tacs/tac-1203-security-auth-keycloak-introspection-client.json +8 -2
  997. package/blueprints/security-auth-keycloak/contributions/tacs/tac-1204-security-auth-keycloak-provider-router.json +3 -1
  998. package/blueprints/security-auth-keycloak/contributions/tacs/tac-1205-security-auth-keycloak-role-adapter.json +2 -1
  999. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11101.json +6 -3
  1000. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11102.json +10 -3
  1001. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11103.json +12 -2
  1002. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11104.json +8 -2
  1003. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11105.json +6 -3
  1004. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11106.json +18 -3
  1005. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11107.json +6 -3
  1006. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11108.json +6 -3
  1007. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11109.json +4 -2
  1008. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11110.json +6 -3
  1009. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11111.json +14 -3
  1010. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11112.json +4 -2
  1011. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11113.json +4 -2
  1012. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11114.json +72 -0
  1013. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11115.json +88 -0
  1014. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11116.json +117 -0
  1015. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11117.json +117 -0
  1016. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11118.json +117 -0
  1017. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11119.json +117 -0
  1018. package/blueprints/security-auth-keycloak/contributions/user-stories/security-auth-keycloak-us-11120.json +103 -0
  1019. package/blueprints/security-auth-keycloak/guide/security-auth-keycloak.md +1 -1
  1020. package/blueprints/security-auth-magic-link/CHANGELOG.md +19 -3
  1021. package/blueprints/security-auth-magic-link/README.md +1 -1
  1022. package/blueprints/security-auth-magic-link/blueprint.json +1 -1
  1023. package/blueprints/security-auth-magic-link/contributions/requirements/security-auth-magic-link-req-001.json +4 -1
  1024. package/blueprints/security-auth-magic-link/contributions/requirements/security-auth-magic-link-req-002.json +5 -1
  1025. package/blueprints/security-auth-magic-link/contributions/requirements/security-auth-magic-link-req-003.json +6 -2
  1026. package/blueprints/security-auth-magic-link/contributions/requirements/security-auth-magic-link-req-004.json +5 -1
  1027. package/blueprints/security-auth-magic-link/contributions/requirements/security-auth-magic-link-req-005.json +5 -1
  1028. package/blueprints/security-auth-magic-link/contributions/requirements/security-auth-magic-link-req-006.json +4 -1
  1029. package/blueprints/security-auth-magic-link/contributions/requirements/security-auth-magic-link-req-007.json +4 -1
  1030. package/blueprints/security-auth-magic-link/contributions/requirements/security-auth-magic-link-req-008.json +5 -1
  1031. package/blueprints/security-auth-magic-link/contributions/requirements/security-auth-magic-link-req-009.json +5 -1
  1032. package/blueprints/security-auth-magic-link/contributions/requirements/security-auth-magic-link-req-010.json +6 -2
  1033. package/blueprints/security-auth-magic-link/contributions/requirements/security-auth-magic-link-req-011.json +6 -2
  1034. package/blueprints/security-auth-magic-link/contributions/user-stories/security-auth-magic-link-us-3101.json +10 -5
  1035. package/blueprints/security-auth-magic-link/contributions/user-stories/security-auth-magic-link-us-3102.json +8 -4
  1036. package/blueprints/security-auth-magic-link/contributions/user-stories/security-auth-magic-link-us-3103.json +6 -3
  1037. package/blueprints/security-auth-magic-link/contributions/user-stories/security-auth-magic-link-us-3104.json +8 -4
  1038. package/blueprints/security-auth-magic-link/contributions/user-stories/security-auth-magic-link-us-3105.json +6 -3
  1039. package/blueprints/security-auth-magic-link/contributions/user-stories/security-auth-magic-link-us-3106.json +6 -3
  1040. package/blueprints/security-auth-magic-link/contributions/user-stories/security-auth-magic-link-us-3107.json +8 -4
  1041. package/blueprints/security-auth-magic-link/contributions/user-stories/security-auth-magic-link-us-3108.json +6 -3
  1042. package/blueprints/security-auth-magic-link/contributions/user-stories/security-auth-magic-link-us-3109.json +6 -3
  1043. package/blueprints/security-auth-magic-link/contributions/user-stories/security-auth-magic-link-us-3110.json +6 -3
  1044. package/blueprints/security-auth-magic-link/contributions/user-stories/security-auth-magic-link-us-3111.json +14 -3
  1045. package/blueprints/security-auth-magic-link/guide/security-auth-magic-link.md +1 -1
  1046. package/blueprints/security-auth-oauth2/CHANGELOG.md +21 -4
  1047. package/blueprints/security-auth-oauth2/README.md +1 -1
  1048. package/blueprints/security-auth-oauth2/blueprint.json +33 -2
  1049. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-001.json +5 -2
  1050. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-002.json +5 -1
  1051. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-003.json +5 -1
  1052. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-004.json +4 -1
  1053. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-005.json +5 -1
  1054. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-006.json +6 -2
  1055. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-007.json +4 -1
  1056. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-008.json +6 -2
  1057. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-009.json +5 -1
  1058. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-010.json +4 -1
  1059. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-011.json +22 -0
  1060. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-012.json +22 -0
  1061. package/blueprints/security-auth-oauth2/contributions/requirements/security-auth-oauth2-req-013.json +22 -0
  1062. package/blueprints/security-auth-oauth2/contributions/tacs/tac-1102-security-auth-oauth2-provider-adapter.json +2 -1
  1063. package/blueprints/security-auth-oauth2/contributions/tacs/tac-1103-security-auth-oauth2-session-bridge.json +9 -2
  1064. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10101.json +6 -3
  1065. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10102.json +6 -3
  1066. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10103.json +4 -2
  1067. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10104.json +4 -2
  1068. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10105.json +8 -4
  1069. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10106.json +6 -3
  1070. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10107.json +6 -3
  1071. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10108.json +6 -3
  1072. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10109.json +4 -2
  1073. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10110.json +4 -2
  1074. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10111.json +17 -2
  1075. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10112.json +82 -0
  1076. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10113.json +68 -0
  1077. package/blueprints/security-auth-oauth2/contributions/user-stories/security-auth-oauth2-us-10114.json +88 -0
  1078. package/blueprints/security-secrets-management/CHANGELOG.md +14 -2
  1079. package/blueprints/security-secrets-management/blueprint.json +168 -31
  1080. package/blueprints/security-secrets-management/contributions/requirements/security-secrets-management-req-001.json +5 -1
  1081. package/blueprints/security-secrets-management/contributions/requirements/security-secrets-management-req-002.json +6 -2
  1082. package/blueprints/security-secrets-management/contributions/requirements/security-secrets-management-req-003.json +6 -2
  1083. package/blueprints/security-secrets-management/contributions/requirements/security-secrets-management-req-004.json +5 -1
  1084. package/blueprints/security-secrets-management/contributions/requirements/security-secrets-management-req-005.json +6 -2
  1085. package/blueprints/security-secrets-management/contributions/requirements/security-secrets-management-req-006.json +5 -1
  1086. package/blueprints/security-secrets-management/contributions/requirements/security-secrets-management-req-007.json +5 -1
  1087. package/blueprints/security-secrets-management/contributions/requirements/security-secrets-management-req-008.json +5 -1
  1088. package/blueprints/security-secrets-management/contributions/requirements/security-secrets-management-req-009.json +5 -1
  1089. package/blueprints/security-secrets-management/contributions/requirements/security-secrets-management-req-010.json +6 -3
  1090. package/blueprints/security-secrets-management/contributions/user-stories/security-secrets-management-us-8101.json +6 -3
  1091. package/blueprints/security-secrets-management/contributions/user-stories/security-secrets-management-us-8102.json +6 -3
  1092. package/blueprints/security-secrets-management/contributions/user-stories/security-secrets-management-us-8103.json +4 -2
  1093. package/blueprints/security-secrets-management/contributions/user-stories/security-secrets-management-us-8104.json +6 -3
  1094. package/blueprints/security-secrets-management/contributions/user-stories/security-secrets-management-us-8105.json +8 -4
  1095. package/blueprints/security-secrets-management/contributions/user-stories/security-secrets-management-us-8106.json +6 -3
  1096. package/blueprints/security-secrets-management/contributions/user-stories/security-secrets-management-us-8107.json +6 -3
  1097. package/blueprints/security-secrets-management/contributions/user-stories/security-secrets-management-us-8108.json +6 -3
  1098. package/blueprints/security-secrets-management/contributions/user-stories/security-secrets-management-us-8109.json +6 -3
  1099. package/blueprints/security-secrets-management/contributions/user-stories/security-secrets-management-us-8110.json +6 -3
  1100. package/fixtures/canary-manifest.json +9 -9
  1101. package/package.json +1 -1
  1102. package/rcf/test-suites/ts-050.json +1 -1
  1103. package/rcf/test-suites/ts-052.json +1 -1
  1104. package/rcf/test-suites/ts-053.json +2 -2
  1105. package/rcf/test-suites/ts-054.json +2 -2
  1106. package/rcf/test-suites/ts-055.json +2 -2
  1107. package/rcf/test-suites/ts-056.json +4 -4
  1108. package/rcf/test-suites/ts-057.json +2 -2
  1109. package/rcf/user-stories/us-7701.json +3 -3
  1110. package/releases/releases.yaml +11 -1
  1111. package/src/cli/view.js +22 -11
@@ -1,23 +1,59 @@
1
1
  # application-admin-console CHANGELOG
2
2
 
3
+ ## 1.3.0 (2026-09-10)
4
+
5
+ ### Added
6
+
7
+ - REQ-009: custom-auth-provides-* runtime clauses covering the four boolean elicits with a per-token clause on the applied capability union sidecar the shell reads.
8
+ - Vendor citations on AC-21103-1 (ARIA APG grid) and AC-21106-1 (WCAG headings-and-labels), verified 2026-09-10.
9
+
10
+ ### Changed
11
+
12
+ - ADR-2203.decision names the elicit as `blueprint.json.elicits[id=invite-transport]` (drops the camelCase inviteTransport spelling).
13
+ - ADR-2204.decision names the elicit as `blueprint.json.elicits[id=audit-retention-days]`.
14
+ - AC-21111-2 (and AC-21111-5) use `data-org-membership=*` per REQ-008 with ownerRef into REQ-008.
15
+ - TAC-2214 responsibility named `renderAccessGatedSurface` so REQ-014.deliveredBy resolves.
16
+ - AC-21107-1 and AC-21107-2 reference `TAC-2201.interfaces.capabilitiesSidecar` via ownerRef; TAC-2201 shape declares `skippedSources[]`.
17
+ - US-21108 description carries the single-AC legality note verbatim.
18
+
19
+ ## 1.2.1 (register-sweep patch, 2026-09-10)
20
+
21
+ - Register: neutral wording in shipped prose (no capability change).
22
+
23
+ ## 1.2.0 (2026-09-10, hardening pass)
24
+
25
+ ### Added
26
+
27
+ - REQ-007 (invite-transport option coverage) and US-21110: every invite-transport option (email, in-app-only, custom) now carries a runtime clause and a story binding accepted, failed and recorded outcomes with a per-invite audit record. Closes review finding [application-admin-console] F-1.
28
+ - REQ-008 (tenancy-shape option coverage) and US-21111: the elicited tenancy-shape (per-user, per-org, both) now determines directory membership, org switcher entries, invite scope and cross-shape refusal (TENANCY_SHAPE_REFUSAL). Closes review finding [application-admin-console] F-2.
29
+ - Failure-path acceptance criteria on US-21106 (request-access POST failure) and US-21107 (empty union entry for a library-qualified source unavailable locally) closing findings F-3 and F-4; failure-path AC on US-21815 for a gated request with no request.auth closing finding F-5.
30
+ - Vendor citations on the WCAG 2.4.6 / 3.3.4 / 4.1.3 fixed acceptance criteria and on the ARIA APG grid pattern criteria (verified 2026-09-10).
31
+
32
+ ### Changed
33
+
34
+ - Every REQ now carries a deliveredBy link into TAC-2201, TAC-2203, TAC-2204 or TAC-2214.
35
+ - Every AC on every user story now carries an explicit disposition (fixed or template); template ACs state the values the applying agent sets.
36
+ - TAC-2201 responsibilities now include deliverInvite (per invite-transport branch), tenancyShapeGate (per tenancy shape), delegateUsersSurface, delegateOrgsSurface, renderAccessDenied and renderShell so the deliveredBy fields resolve.
37
+ - Review fix pass (2026-09-10): REQ-005 extended with an audit-retention-days runtime clause naming the string elicit and its refusal branch; US-21105 gained a template AC (AC-21105-3) carrying `Applying agent sets: audit-retention-days.`; README and ADR-2201 register scrubbed (no operator names). Closes review-fix-pass finding F-3 for the audit-retention-days string elicit.
38
+
3
39
  ## 1.1.0 (2026-09-07)
4
40
 
5
41
  ### Added
6
42
 
7
- - Consume the `zeroTrustGate` capability optionally at apply-time via the shipped `readAppliedCapabilities()` helper (the T-5 visual-round mechanism). When `zeroTrustGate` is in the applied capability set, `/admin/sign-in` renders the Access-gated sign-in surface: `[data-surface=access-gated]` with no local login form, plus a `[data-role=principal-read]` element carrying the principal email read from `request.auth`. When `zeroTrustGate` is absent the surface falls back to the local `security-auth-*` surface with `[data-surface=local-login]` and the existing local form. Additive minor: `requiresAppliedCapabilities.capabilities[]` stays `["principalDirectory"]` (Q4 default per Cloudflare round 6 spec section 5.4.1: making Access-gate hard is a v2.0 change).
43
+ - Consume the `zeroTrustGate` capability optionally at apply-time via the shipped `readAppliedCapabilities()` helper (the visual-round mechanism). When `zeroTrustGate` is in the applied capability set, `/admin/sign-in` renders the Access-gated sign-in surface: `[data-surface=access-gated]` with no local login form, plus a `[data-role=principal-read]` element carrying the principal email read from `request.auth`. When `zeroTrustGate` is absent the surface falls back to the local `security-auth-*` surface with `[data-surface=local-login]` and the existing local form. Additive minor: `requiresAppliedCapabilities.capabilities[]` stays `["principalDirectory"]` (Q4 default per Cloudflare round 6 spec section 5.4.1: making Access-gate hard is a v2.0 change).
8
44
  - 6 new contributions on the admin-console shelf entry: 1 REQ (`application-admin-console-REQ-014`), 2 USs (`application-admin-console-US-21815` Access-gated sign-in, `application-admin-console-US-21816` fallback branch), 1 TAC (`TAC-2214-application-admin-console-access-gated-signin-surface`), 1 ADR (`ADR-2214-application-admin-console-consume-zero-trust-gate`, scope global on new topic `adminConsoleSignInSurface` with `standardsTraceClause: Cloudflare round 6 spec section 5.4 (admin-console v1.1.0 delta)` and `recommendedDefault: true`) and 1 pack check (`AC-21815-1`) on the existing `application-admin-console.pack.mjs`.
9
45
  - Sign-in route extension on the shipped `packages/rcf-lite/test/fixtures/probe-pack-application-admin-console/` fixture: a new `/admin/sign-in` route that renders the Access-gated or local-login surface based on the applied caps (`?caps=zeroTrustGate` picks the gated branch). The existing `?caps=` combinations are preserved; the `AC-21815-1` pack check exercises both branches.
10
46
 
11
47
  ### Composition
12
48
 
13
- - Rides the T-4 PR alongside `edge-cloudflare-access` v1.0.0 (round-4 T-4 capability-minor pattern). The Access-gated surface reads `request.auth.email`, which the shipped `edge-cloudflare-access` JWT validator sets after JWKS verification.
49
+ - Rides the PR alongside `edge-cloudflare-access` v1.0.0 (round-4 capability-minor pattern). The Access-gated surface reads `request.auth.email`, which the shipped `edge-cloudflare-access` JWT validator sets after JWKS verification.
14
50
 
15
- ## 1.0.0 (visual round T-5, spec 2026-09-04)
51
+ ## 1.0.0 (visual round, spec 2026-09-04)
16
52
 
17
53
  - First ratified version of the shelf's admin-console blueprint. Six REQs (console shell with no dead links, conditional users, conditional roles with Owner + Admin + Member + Viewer baseline, conditional orgs, conditional audit-log, access-denied plus request-access), nine USs 21101-21109 binding 16 runtime-observable ACs, four TACs 2201-2204 (shell, capability discovery, permission matrix, audit view consuming datatable), four ADRs 2201-2204 (capability vocabulary, baseline roles, invite transport, audit retention). No new global topics.
18
54
  - Introduces the capability-declaration mechanism: `capabilities[]` on identity blueprints (v1.1.0 minor bumps on magic-link, clerk, oauth2, keycloak land in the same PR per spec Q2 default), `requiresAppliedCapabilities` and `elicits[]` on consumer blueprints, apply-time discovery via source read-back on `manifest.blueprints[]`, exit-3 refusal with the spec 5.5.1 verbatim message on bare-SPA applies, and a `--allow-no-auth-yet` operator override.
19
- - Persists per-project apply-time state in a sidecar `rcf/blueprints/application-admin-console.applied.json` (the applied-blueprint-record schema in rcf-schemas 0.6.0 is closed under additionalProperties:false; the source-manifest read-back precedent from the T-2 core-companions train applies here). The sidecar carries `appliedCapabilities`, `appliedElicitations`, `allowNoAuthYet?` and `notes?`.
20
- - Ships `probe-packs/application-admin-console.pack.mjs`: four capability-gated browser-verify checks anchored to AC-21102-1 (users), AC-21103-1 (permission matrix), AC-21104-1 (org switcher), AC-21105-1 (audit-log surface). Each check reads the applied capability sidecar and records `applicable: false` where its required capability is absent (T-5 residual cure). Fifth shipped consumer of T-0's probe-pack runner extension.
55
+ - Persists per-project apply-time state in a sidecar `rcf/blueprints/application-admin-console.applied.json` (the applied-blueprint-record schema in rcf-schemas 0.6.0 is closed under additionalProperties:false; the source-manifest read-back precedent from the core-companions train applies here). The sidecar carries `appliedCapabilities`, `appliedElicitations`, `allowNoAuthYet?` and `notes?`.
56
+ - Ships `probe-packs/application-admin-console.pack.mjs`: four capability-gated browser-verify checks anchored to AC-21102-1 (users), AC-21103-1 (permission matrix), AC-21104-1 (org switcher), AC-21105-1 (audit-log surface). Each check reads the applied capability sidecar and records `applicable: false` where its required capability is absent (residual cure). Fifth shipped consumer of the earlier release probe-pack runner extension.
21
57
  - Ships a dependency-free sample-app fixture at `packages/rcf-lite/test/fixtures/probe-pack-application-admin-console/` with `CAPS` env or `?caps=` query switch selecting which surfaces exist, break switches for the negative runs (matrix-grid, denied, audit-fields), and the mandatory README for the gate reviewer.
22
- - Consumes `application-datatable` (T-1) for the users and audit surfaces; declares `suggestedCompanions` logging and errorHandling.
58
+ - Consumes `application-datatable` for the users and audit surfaces; declares `suggestedCompanions` logging and errorHandling.
23
59
  - Does NOT declare `providesRoles` per spec 5.5.3 (the console is a consumer of `principalDirectory`, never a provider).
@@ -26,7 +26,7 @@ Refuses with exit 3 and the spec 5.5.1 verbatim message on a project with no app
26
26
  | Applied capability | Surface | Rendered by |
27
27
  |---|---|---|
28
28
  | `principalDirectory` | Users directory (`/admin/users`) | Any applied auth blueprint (magic-link, clerk, oauth2, keycloak). |
29
- | `roleModel` | Permission matrix (`/admin/roles`) | Clerk, OAuth2, Keycloak. Magic-link does NOT declare it, so a bare-magic-link project gets NO roles surface (Baz's example, spec section 5.5). |
29
+ | `roleModel` | Permission matrix (`/admin/roles`) | Clerk, OAuth2, Keycloak. Magic-link does NOT declare it, so a bare-magic-link project gets NO roles surface (per the ratified spec section 5.5 worked example). |
30
30
  | `tenancy` | Org switcher (`/admin/orgs`), org-scoped invites | Reserved for a future `application-tenancy-orgs` blueprint (spec section 11). No shelf provider today. |
31
31
  | `auditLog` | Audit-log surface (`/admin/audit`) | Via the applied `observability-logging` companion (implicit), or a future dedicated audit-log blueprint. |
32
32
  | (none) | Access-denied + request-access | Always renders for a non-admin principal reaching `/admin/*`. |
@@ -68,7 +68,7 @@ Answers land on `rcf/blueprints/application-admin-console.applied.json`'s `appli
68
68
 
69
69
  ## The one runtime gate
70
70
 
71
- `probe-packs/application-admin-console.pack.mjs` ships four checks the `rcf verify browser` runner invokes on any FBS whose surface matches the pack's `appliesTo` predicate (an FBS that binds `TAC-2201-application-admin-console-shell` or whose nav model routes name an admin path). Each check ALSO carries its own `appliesTo` predicate that reads the applied capability sidecar and returns false when the required capability is absent; the check records `applicable: false` and the aggregate verdict treats it as neither pass nor fail (spec section 3.3, T-5 residual cure). This is exactly the residual pattern the spec named: the surface does not exist, so the pack does not fire.
71
+ `probe-packs/application-admin-console.pack.mjs` ships four checks the `rcf verify browser` runner invokes on any FBS whose surface matches the pack's `appliesTo` predicate (an FBS that binds `TAC-2201-application-admin-console-shell` or whose nav model routes name an admin path). Each check ALSO carries its own `appliesTo` predicate that reads the applied capability sidecar and returns false when the required capability is absent; the check records `applicable: false` and the aggregate verdict treats it as neither pass nor fail (spec section 3.3, residual cure). This is exactly the residual pattern the spec named: the surface does not exist, so the pack does not fire.
72
72
 
73
73
  Each check drives the real Playwright browser the runner provisions (through the pinned Playwright MCP or the consuming project's own `playwright` installation), reads the accessibility tree and the DOM, and returns a verdict.
74
74
 
@@ -83,7 +83,7 @@ Runtime-observable ACs the pack does NOT bind directly (checklist section 6.g),
83
83
  - **AC-21101-2 (single primary nav landmark with accessible name).** Present on the fixture as `<nav data-role="primary-nav" aria-label="Admin console">`; the pack asserts the fixture renders the four surfaces but does not additionally probe the landmark's accessible name. A v1.1.0 minor bump can add a landmark-shape check driven by the accessibility tree.
84
84
  - **AC-21102-2 (per-row invite / deactivate control shape).** Present on the fixture as `[data-action="invite"]` and `[data-action="deactivate"]` buttons; the pack's AC-21102-1 check confirms the users directory renders row ids but does not additionally exercise the invite / deactivate click paths. A v1.1.0 minor bump can extend AC-21102-1 with a click-round-trip.
85
85
  - **AC-21103-2 (elicited additional roles rendered after the baseline four).** Present on the fixture as the Owner + Admin + Member + Viewer rank order; the pack's AC-21103-1 confirms the grid roles and per-cell announcements but does not additionally probe elicited-role position. A v1.1.0 minor bump can read the sidecar's `appliedElicitations.baseline-roles` and compare rank order.
86
- - **AC-21105-2 (audit view consumes the datatable shell TAC).** Realised on the fixture by rendering the audit table with the same column contract; the pack's AC-21105-1 confirms the correlation-id column but does not additionally probe the datatable shell's four state regions on the audit view. Datatable's own pack (T-1) still covers those on projects that render the audit view through the datatable factory.
86
+ - **AC-21105-2 (audit view consumes the datatable shell TAC).** Realised on the fixture by rendering the audit table with the same column contract; the pack's AC-21105-1 confirms the correlation-id column but does not additionally probe the datatable shell's four state regions on the audit view. Datatable's own pack still covers those on projects that render the audit view through the datatable factory.
87
87
  - **AC-21106-1 (access-denied region accessibility structure beyond the request-access control).** The pack's AC-21102-1 check probes the request-access control on the denied branch; the wider WCAG structure (heading, explanation, polite live region wiring) is present on the fixture but not additionally asserted. A v1.1.0 minor bump can add an axe-core sweep on the denied region.
88
88
  - **AC-21107-1 (sidecar file served under a stable path).** The pack reads the sidecar from `projectRoot`; the CLIENT-side read (over the network at load time) is a runtime-observable surface the pack does not additionally probe. A v1.1.0 minor bump can add a probe that reads `/admin/caps.json` on the fixture and diffs against the applied sidecar.
89
89
  - **AC-21108-1 (providesRoles absent on the blueprint).** A chain-scope AC probed by the anatomy tests, not by the browser pack.
@@ -95,4 +95,4 @@ Runtime-observable ACs the pack does NOT bind directly (checklist section 6.g),
95
95
 
96
96
  ## Consumers
97
97
 
98
- The audit view consumes `application-datatable` (T-1) for its table shell contract. Every project applying `application-admin-console` should also apply `application-datatable` if they want the ARIA APG table pattern, filter chrome, four state regions and pagination on the audit view.
98
+ The audit view consumes `application-datatable` for its table shell contract. Every project applying `application-admin-console` should also apply `application-datatable` if they want the ARIA APG table pattern, filter chrome, four state regions and pagination on the audit view.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "slug": "application-admin-console",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "category": "application",
5
5
  "requiresAppliedCapabilities": {
6
6
  "capabilities": [
@@ -129,6 +129,21 @@
129
129
  "kind": "req",
130
130
  "path": "requirements/application-admin-console-req-006.json"
131
131
  },
132
+ {
133
+ "id": "application-admin-console-REQ-007",
134
+ "kind": "req",
135
+ "path": "requirements/application-admin-console-req-007.json"
136
+ },
137
+ {
138
+ "id": "application-admin-console-REQ-008",
139
+ "kind": "req",
140
+ "path": "requirements/application-admin-console-req-008.json"
141
+ },
142
+ {
143
+ "id": "application-admin-console-REQ-009",
144
+ "kind": "req",
145
+ "path": "requirements/application-admin-console-req-009.json"
146
+ },
132
147
  {
133
148
  "id": "application-admin-console-US-21101",
134
149
  "kind": "us",
@@ -174,6 +189,21 @@
174
189
  "kind": "us",
175
190
  "path": "user-stories/application-admin-console-us-21109.json"
176
191
  },
192
+ {
193
+ "id": "application-admin-console-US-21110",
194
+ "kind": "us",
195
+ "path": "user-stories/application-admin-console-us-21110.json"
196
+ },
197
+ {
198
+ "id": "application-admin-console-US-21111",
199
+ "kind": "us",
200
+ "path": "user-stories/application-admin-console-us-21111.json"
201
+ },
202
+ {
203
+ "id": "application-admin-console-US-21112",
204
+ "kind": "us",
205
+ "path": "user-stories/application-admin-console-us-21112.json"
206
+ },
177
207
  {
178
208
  "id": "TAC-2201-application-admin-console-shell",
179
209
  "kind": "tac",
@@ -5,9 +5,9 @@
5
5
  "version": "1.0.0",
6
6
  "status": "accepted",
7
7
  "title": "Capability vocabulary: principalDirectory, roleModel, tenancy, auditLog as the v1 capability set",
8
- "context": "Admin-console surfaces are conditional on what the applied identity blueprint provides. The vocabulary must be small (four strings today), extensible (the section 6a table is chunk-zero, so a future capability lands with a docs edit and no code change), and grounded in industry practice (SaaS UI research, IAM literature). Baz decision 5 (2026-09-04) is that the initial four capabilities are principalDirectory, roleModel, tenancy and auditLog.",
8
+ "context": "Admin-console surfaces are conditional on what the applied identity blueprint provides. The vocabulary must be small (four strings today), extensible (the section 6a table is chunk-zero, so a future capability lands with a docs edit and no code change), and grounded in industry practice (SaaS UI research, IAM literature). The ratified 2026-09-04 shelf decision 5 lands the initial four capabilities as principalDirectory, roleModel, tenancy and auditLog.",
9
9
  "decision": "v1.0.0 declares four capability strings the applied identity blueprints can declare in their capabilities[] field: principalDirectory (identifies principals for a users surface); roleModel (declares operator-visible role labels for a permission matrix); tenancy (declares an organisation abstraction the console can switch across); auditLog (emits an event stream the audit view can read). The vocabulary lives in packages/rcf-lite/docs/blueprint-authoring.md section 6a as a table extending the roles registry; the loader validates capability SHAPE (lower camelCase on ^[a-z][a-zA-Z0-9]*$), not the vocabulary. A future capability lands by adding a table row and adopting it on an identity blueprints minor bump.",
10
- "consequences": "The console renders only surfaces the applied capabilities enable, so a bare magic-link project gets a users surface but no roles surface (per Bazs verbatim example). A future dedicated audit-log blueprint declaring auditLog directly (rather than through observability-logging) composes cleanly. A new capability lands additively.",
10
+ "consequences": "The console renders only surfaces the applied capabilities enable, so a bare magic-link project gets a users surface but no roles surface (per the ratified spec section 5.5 worked example). A future dedicated audit-log blueprint declaring auditLog directly (rather than through observability-logging) composes cleanly. A new capability lands additively.",
11
11
  "alternativesConsidered": [
12
12
  {
13
13
  "name": "Encode the vocabulary in code as an enum",
@@ -2,11 +2,11 @@
2
2
  "adrId": "ADR-2203-application-admin-console-invite-transport",
3
3
  "prdId": "PRD-001",
4
4
  "tadId": "TAD-001",
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "status": "accepted",
7
- "title": "Invite transport: email default (delegated to the email sibling), elicited",
8
- "context": "A users surface invite action needs a delivery transport. The shelf ships an email sibling under the application-notifications family (application-notifications-email, reserved as a family-prefix); a projects transport preference varies (email is the modal case; a Slack- or Teams-first workplace prefers a chat transport; an in-app-only demo needs no external transport).",
9
- "decision": "v1.0.0 declares email as the recommended default invite transport; the console delegates delivery to the applied application-notifications-email sibling when present, otherwise records the invite as a pending event on the notification centre for a later transport to pick up. The transport is elicited at apply time via the inviteTransport elicit (enum: email, in-app-only, custom), so the console does not hardcode the delivery path.",
7
+ "title": "Invite transport: elicited, vocabulary and default owned by the manifest elicit, delegated to the sibling resolved at apply time",
8
+ "context": "A users surface invite action needs a delivery transport. The shelf ships transport siblings under the application-notifications family; the manifest elicit `blueprint.json.elicits[id=invite-transport]` owns the option set (its `.options`) and the recommended default (its `.default`), and the console resolves the delegated sibling from the elicited value.",
9
+ "decision": "The transport is elicited at apply time via the manifest elicit `blueprint.json.elicits[id=invite-transport]`; the vocabulary and the default are owned by that elicit's `.options` and `.default` fields. The console delegates delivery to the sibling resolved from the elicited value (an applied `application-notifications-*` transport) when present, otherwise records the invite as a pending event on the notification centre for a later transport to pick up. The console does not hardcode the delivery path or restate the option set.",
10
10
  "consequences": "A project on the modal SaaS shape (email invite) gets a working invite path once application-notifications-email lands (currently reserved). A project that wants in-app-only invites picks that at apply. A future custom transport declares its own capability and the console delegates via the same elicit.",
11
11
  "alternativesConsidered": [
12
12
  {
@@ -16,5 +16,5 @@
16
16
  }
17
17
  ],
18
18
  "createdAt": "2026-09-05T01:30:00Z",
19
- "updatedAt": "2026-09-05T01:30:00Z"
19
+ "updatedAt": "2026-09-10T00:00:00Z"
20
20
  }
@@ -2,19 +2,19 @@
2
2
  "adrId": "ADR-2204-application-admin-console-audit-retention",
3
3
  "prdId": "PRD-001",
4
4
  "tadId": "TAD-001",
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "status": "accepted",
7
- "title": "Audit-log retention window: elicited (default 90 days when auditLog is applied)",
7
+ "title": "Audit-log retention window: elicited, kind and default owned by the manifest elicit",
8
8
  "context": "The audit view reads the applied logging companions event stream. Retention windows are domain-specific (finance and healthcare regulations push retention to years; consumer SaaS often trims to 90 days for storage cost and privacy hygiene). The console does not own the retention decision; the applying project does.",
9
- "decision": "v1.0.0 declares audit-log retention as an elicited parameter (auditRetentionDays elicit, kind:string default \"90\", when: auditLog is applied). The console renders the audit view with the elicited window; the applied logging companion is responsible for actually enforcing the retention at the write layer. The console suppresses the audit view when the auditLog capability is not applied.",
10
- "consequences": "A projects audit view honours the elicited window; the write-side retention is the loggers job (the console does not delete rows from the log). A project on a heavily-regulated domain elicits a longer window at apply; a consumer SaaS defaults to 90 days.",
9
+ "decision": "Audit-log retention is an elicited parameter owned by the manifest elicit `blueprint.json.elicits[id=audit-retention-days]`; the elicit's `.kind`, `.default` and gating condition are the sole owner of those values. The console renders the audit view with the elicited window; the applied logging companion enforces the retention at the write layer. The console suppresses the audit view when the `auditLog` capability is not applied.",
10
+ "consequences": "A projects audit view honours the elicited window (its exact number lives on the manifest elicit); the write-side retention is the loggers job (the console does not delete rows from the log). A project on a heavily-regulated domain elicits a longer window at apply; a consumer SaaS accepts the manifest-owned default.",
11
11
  "alternativesConsidered": [
12
12
  {
13
- "name": "Hard-code a 90-day retention",
14
- "summary": "The console reads the last 90 days only.",
13
+ "name": "Hard-code a retention window",
14
+ "summary": "The console reads a fixed number of days.",
15
15
  "reasonNotChosen": "Refuses regulated-domain projects that need to render older entries in the surface; the retention question is authentically the projects, not the shelfs."
16
16
  }
17
17
  ],
18
18
  "createdAt": "2026-09-05T01:30:00Z",
19
- "updatedAt": "2026-09-05T01:30:00Z"
19
+ "updatedAt": "2026-09-10T00:00:00Z"
20
20
  }
@@ -5,8 +5,8 @@
5
5
  "version": "1.1.0",
6
6
  "status": "accepted",
7
7
  "title": "Admin-console reads zeroTrustGate at apply-time and switches sign-in surface (scope global, adminConsoleSignInSurface)",
8
- "context": "application-admin-console v1.0.0 shipped with principalDirectory as the sole hard requirement; the sign-in surface was local per whatever security-auth-* was applied. Round-6 T-4 introduces edge-cloudflare-access with the zeroTrustGate capability; a composed deployment needs the admin-console to flip its sign-in surface deterministically so the Access-gated deployment stops rendering the local login form.",
9
- "decision": "application-admin-console v1.1.0 reads appliedCapabilities via readAppliedCapabilities at apply-time (the T-5 visual-round mechanism). When zeroTrustGate is present the sign-in surface renders access-gated (no local form, principal reads from request.auth); when absent the surface falls back to whatever security-auth-* is applied. Q4 default per spec 5.4.1: zeroTrustGate is CONSUMED OPTIONALLY; principalDirectory remains the sole hard requirement (making Access-gate hard is a v2.0 change). The adminConsoleSignInSurface topic scope is global on this blueprint at v1.1.0; the topic string is adminConsoleSignInSurface (camelCase, one concept per topic).",
8
+ "context": "application-admin-console v1.0.0 shipped with principalDirectory as the sole hard requirement; the sign-in surface was local per whatever security-auth-* was applied. round-6 introduces edge-cloudflare-access with the zeroTrustGate capability; a composed deployment needs the admin-console to flip its sign-in surface deterministically so the Access-gated deployment stops rendering the local login form.",
9
+ "decision": "application-admin-console v1.1.0 reads appliedCapabilities via readAppliedCapabilities at apply-time (the visual-round mechanism). When zeroTrustGate is present the sign-in surface renders access-gated (no local form, principal reads from request.auth); when absent the surface falls back to whatever security-auth-* is applied. Q4 default per spec 5.4.1: zeroTrustGate is CONSUMED OPTIONALLY; principalDirectory remains the sole hard requirement (making Access-gate hard is a v2.0 change). The adminConsoleSignInSurface topic scope is global on this blueprint at v1.1.0; the topic string is adminConsoleSignInSurface (camelCase, one concept per topic).",
10
10
  "consequences": "The v1.1.0 admin-console remains backward-compatible with every v1.0.0 deployment. An Access-gated deployment automatically stops rendering the local login form (the shipped pack check AC-21815-1 catches a stray local-login region under zeroTrustGate). The fallback branch (local-login surface) ships in v1.1.0 unchanged; a v2.0.0 that makes Access-gate hard would remove the fallback branch (breaking-change). Standards trace clause: Cloudflare round 6 spec section 5.4 (admin-console v1.1.0 delta).",
11
11
  "alternativesConsidered": [
12
12
  {
@@ -17,7 +17,7 @@
17
17
  {
18
18
  "name": "Ship two admin-console blueprints (local-only and access-gated)",
19
19
  "summary": "Split the surface across two slugs so the operator picks at apply.",
20
- "reasonNotChosen": "Doubles the shelf surface area and duplicates every other contribution. The applied-capability read is the shipped mechanism for exactly this composition (T-5 visual-round)."
20
+ "reasonNotChosen": "Doubles the shelf surface area and duplicates every other contribution. The applied-capability read is the shipped mechanism for exactly this composition (visual-round)."
21
21
  }
22
22
  ],
23
23
  "createdAt": "2026-09-07T16:00:00.000Z",
@@ -3,6 +3,10 @@
3
3
  "prdId": "PRD-001",
4
4
  "title": "The application ships an admin-console shell with navigation across the applied capability set and no dead links",
5
5
  "description": "The application realises an admin-console surface whose navigation, on load, reads the applied blueprints capability declarations (via source read-back on manifest.blueprints[]) and renders links only for the surfaces the applied capabilities enable. A surface whose gating capability is not applied is neither linked nor reachable from the shell. The shell is the base surface REQ-002 to REQ-006 elaborate on.",
6
+ "deliveredBy": {
7
+ "tacId": "TAC-2201-application-admin-console-shell",
8
+ "field": "responsibilities.renderShell"
9
+ },
6
10
  "category": "functional",
7
11
  "domain": "application",
8
12
  "priority": "must",
@@ -2,7 +2,11 @@
2
2
  "reqId": "application-admin-console-REQ-002",
3
3
  "prdId": "PRD-001",
4
4
  "title": "Users surface conditional on principalDirectory, with directory, invite, deactivate, last-active columns",
5
- "description": "When an applied blueprint declares the principalDirectory capability, the console renders a users route: a directory table listing every principal identified by data-user-id, an invite control per row for a principal without an active session, a deactivate control per row for an active principal, and last-active plus status columns. A principal without admin scope reaching /admin renders an access-denied state (REQ-006) with a request-access control routed to a notification. The users table is a datatable (T-1 consumer) with the same ARIA APG contract.",
5
+ "description": "When an applied blueprint declares the principalDirectory capability, the console renders a users route: a directory table listing every principal identified by data-user-id, an invite control per row for a principal without an active session, a deactivate control per row for an active principal, and last-active plus status columns. A principal without admin scope reaching /admin renders an access-denied state (REQ-006) with a request-access control routed to a notification. The users table is a datatable (consumer) with the same ARIA APG contract.",
6
+ "deliveredBy": {
7
+ "tacId": "TAC-2201-application-admin-console-shell",
8
+ "field": "responsibilities.delegateUsersSurface"
9
+ },
6
10
  "category": "functional",
7
11
  "domain": "application",
8
12
  "priority": "must",
@@ -3,6 +3,10 @@
3
3
  "prdId": "PRD-001",
4
4
  "title": "Roles surface conditional on roleModel, with Owner + Admin + Member + Viewer baseline and permission matrix",
5
5
  "description": "When an applied blueprint declares the roleModel capability, the console renders a roles route: the Owner + Admin + Member + Viewer baseline (elicited additions per ADR-2202), and a permission matrix as an ARIA APG grid (rows = roles, columns = permissions, cells = allowed/denied). Each cell announces the exact permission string as it takes focus (WCAG 4.1.3). The matrix suppresses when roleModel is not applied.",
6
+ "deliveredBy": {
7
+ "tacId": "TAC-2203-application-admin-console-permission-matrix",
8
+ "field": "interfaces.renderMatrix"
9
+ },
6
10
  "category": "functional",
7
11
  "domain": "application",
8
12
  "priority": "must",
@@ -3,6 +3,10 @@
3
3
  "prdId": "PRD-001",
4
4
  "title": "Orgs surface conditional on tenancy, with switcher and org-scoped invites",
5
5
  "description": "When an applied blueprint declares the tenancy capability, the console renders an orgs route: an org switcher control on the shell and an org-scoped invite path from the users surface. The tenancy capability today has no shelf provider (reserved for a future application-tenancy-orgs blueprint per spec section 11); the surface is suppressed until that provider ships.",
6
+ "deliveredBy": {
7
+ "tacId": "TAC-2201-application-admin-console-shell",
8
+ "field": "responsibilities.delegateOrgsSurface"
9
+ },
6
10
  "category": "functional",
7
11
  "domain": "application",
8
12
  "priority": "must",
@@ -2,7 +2,11 @@
2
2
  "reqId": "application-admin-console-REQ-005",
3
3
  "prdId": "PRD-001",
4
4
  "title": "Audit-log surface conditional on the auditLog capability (via the applied logging companion), reading the delivered event stream",
5
- "description": "When the auditLog capability is applied (through the observability-logging companion or a future dedicated audit blueprint), the console renders an audit-log route: an audit table listing every entry identified by data-audit-id and carrying actor, target, before, after, timestamp, and correlationId columns; per-actor filter chrome and per-target filter chrome; retention window per ADR-2204. Consumes application-datatable (T-1) for the table shell.",
5
+ "description": "When the auditLog capability is applied (through the observability-logging companion or a future dedicated audit blueprint), the console renders an audit-log route: an audit table listing every entry identified by data-audit-id and carrying actor, target, before, after, timestamp, and correlationId columns; per-actor filter chrome and per-target filter chrome; retention window per ADR-2204. Consumes application-datatable for the table shell. The retention window is the elicited `audit-retention-days` value (a number of days, default 90): the applied logging companion enforces retention at the write layer against that day-count so entries older than the window are not emitted, and the audit view uses the same day-count when computing the earliest-visible timestamp for the filter chrome. A project sets the value at apply time; a value below 1 is refused at apply.",
6
+ "deliveredBy": {
7
+ "tacId": "TAC-2204-application-admin-console-audit-view",
8
+ "field": "interfaces.renderAuditView"
9
+ },
6
10
  "category": "functional",
7
11
  "domain": "application",
8
12
  "priority": "must",
@@ -14,5 +18,5 @@
14
18
  "version": "1.0.0",
15
19
  "status": "approved",
16
20
  "createdAt": "2026-09-05T01:30:00Z",
17
- "updatedAt": "2026-09-05T01:30:00Z"
21
+ "updatedAt": "2026-09-10T00:00:00Z"
18
22
  }
@@ -3,6 +3,10 @@
3
3
  "prdId": "PRD-001",
4
4
  "title": "Access-denied and request-access states per WCAG 2.2 AA",
5
5
  "description": "A principal without admin scope reaching an admin route renders an access-denied state under WCAG 2.4.6 Headings and Labels and 3.3.4 Error Prevention: a heading naming the denied action, an explanation of why access was refused, and a request-access control routed to a POST /api/request-access endpoint the applied notification blueprint delivers on. The request-access control is keyboard-reachable and announces its state (idle, submitting, submitted) via a polite live region (WCAG 4.1.3).",
6
+ "deliveredBy": {
7
+ "tacId": "TAC-2201-application-admin-console-shell",
8
+ "field": "responsibilities.renderAccessDenied"
9
+ },
6
10
  "category": "functional",
7
11
  "domain": "application",
8
12
  "priority": "must",
@@ -0,0 +1,22 @@
1
+ {
2
+ "reqId": "application-admin-console-REQ-007",
3
+ "prdId": "PRD-001",
4
+ "title": "Every invite-transport option delivers or records the invite with a defined outcome",
5
+ "description": "The users surface honours the elicited invite-transport with a runtime clause per option: `email` hands the invite to the applied email companion (an email sibling declaring an email transport) and records success only after the transport reports the message accepted, presenting a delivery-failed refusal with a retryable control when the transport rejects or times out; `in-app-only` never touches the email transport and writes an invite record to the applied notification stream, marking the row with a data-invite-transport=in-app-only attribute so the recipient can see the invite in their own console; `custom` hands the invite payload to the project-supplied invite handler at surface time (a registered function on the applied capability sidecar) and records success only after the handler resolves, refusing the invite when no handler is registered. Every branch writes an audit record naming the transport, the invitee, and the outcome (accepted, failed, or refused).",
6
+ "deliveredBy": {
7
+ "tacId": "TAC-2201-application-admin-console-shell",
8
+ "field": "responsibilities.deliverInvite"
9
+ },
10
+ "category": "functional",
11
+ "domain": "user-management",
12
+ "priority": "must",
13
+ "rationale": "The elicit offers three transports but the shipped requirements described the invite button only. A project that selected `in-app-only` or `custom` inherited no runtime behaviour and no failure-path assertion; the console shipped an invite control that silently misdelivered. Requiring a clause per option turns the elicit into a chain-linked commitment the audit record proves.",
14
+ "tags": [
15
+ "blueprint:application-admin-console",
16
+ "category:07-invite-transport"
17
+ ],
18
+ "version": "1.0.0",
19
+ "status": "approved",
20
+ "createdAt": "2026-09-10T00:00:00Z",
21
+ "updatedAt": "2026-09-10T00:00:00Z"
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "reqId": "application-admin-console-REQ-008",
3
+ "prdId": "PRD-001",
4
+ "title": "The tenancy shape (per-user, per-org, both) determines directory membership and org-scoped invite behaviour",
5
+ "description": "When the tenancy capability is applied, the users surface, the org switcher and the invite path honour the elicited tenancy-shape with a runtime clause per option: `per-user` renders each principal in exactly one org (the directory row carries a single data-org-id and the org switcher only lists the principal's own org), and an org-scoped invite adds the invitee to exactly that org; `per-org` renders every principal in every org they can reach (the directory row carries a data-org-membership=* attribute and the org switcher lists every org the principal can enter), and an org-scoped invite adds the invitee to the currently switched org without touching the other orgs the principal already belongs to; `both` permits either shape per principal (the directory row carries data-org-scope=single or data-org-scope=many) and the invite path prompts for the org set when the invited principal is `many`. Every branch refuses a cross-org action (invite, deactivate) that the shape does not allow with a named error announcing the shape and the refused action.",
6
+ "deliveredBy": {
7
+ "tacId": "TAC-2201-application-admin-console-shell",
8
+ "field": "responsibilities.tenancyShapeGate"
9
+ },
10
+ "category": "functional",
11
+ "domain": "tenancy",
12
+ "priority": "must",
13
+ "rationale": "The tenancy-shape elicit offers three shapes but no requirement bound directory membership or invite scope to any of them. A project that chose `per-org` inherited a directory that behaved as `per-user` because no downstream link asked after the shape; the org switcher silently misrendered. Requiring a per-option clause turns the shape into a chain-linked behaviour the datatable's data attributes prove.",
14
+ "tags": [
15
+ "blueprint:application-admin-console",
16
+ "category:08-tenancy-shape"
17
+ ],
18
+ "version": "1.0.0",
19
+ "status": "approved",
20
+ "createdAt": "2026-09-10T00:00:00Z",
21
+ "updatedAt": "2026-09-10T00:00:00Z"
22
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "reqId": "application-admin-console-REQ-009",
3
+ "prdId": "PRD-001",
4
+ "title": "Custom-auth capability declarations bind the four provides-* booleans to the applied capability set",
5
+ "description": "When the applying project runs its own auth (no shipped security-auth-* blueprint) and answers the four custom-auth-provides-* boolean elicits, the console binds each answer to the appliedCapabilities union with a runtime clause per token: when `blueprint.json.elicits[id=custom-auth-provides-principal-directory]` is `true` the union includes `principalDirectory` and `false` omits it; when `blueprint.json.elicits[id=custom-auth-provides-role-model]` is `true` the union includes `roleModel` and `false` omits it; when `blueprint.json.elicits[id=custom-auth-provides-tenancy]` is `true` the union includes `tenancy` and `false` omits it; when `blueprint.json.elicits[id=custom-auth-provides-audit-log]` is `true` the union includes `auditLog` and `false` omits it. The sidecar the shell reads reflects the exact union the boolean answers produce.",
6
+ "deliveredBy": {
7
+ "tacId": "TAC-2202-application-admin-console-capability-discovery",
8
+ "field": "responsibilities.runElicitationPhase"
9
+ },
10
+ "category": "functional",
11
+ "domain": "application",
12
+ "priority": "must",
13
+ "rationale": "The four provides-* booleans produced capabilities in the applied union without a chained clause. Requiring one runtime clause per token turns each boolean answer into a must-observable binding on the sidecar the shell reads.",
14
+ "tags": [
15
+ "blueprint:application-admin-console"
16
+ ],
17
+ "version": "1.0.0",
18
+ "status": "approved",
19
+ "createdAt": "2026-09-10T00:00:00Z",
20
+ "updatedAt": "2026-09-10T00:00:00Z"
21
+ }
@@ -2,11 +2,15 @@
2
2
  "reqId": "application-admin-console-REQ-014",
3
3
  "prdId": "PRD-001",
4
4
  "title": "Consume zeroTrustGate optionally when applied alongside a zeroTrustGate provider",
5
- "description": "application-admin-console v1.1.0 reads the appliedCapabilities set at apply-time via the shipped readAppliedCapabilities() helper (the T-5 visual-round mechanism). When zeroTrustGate is present alongside the sole hard requirement principalDirectory, the admin-console renders the Access-gated sign-in surface (no local login form; principal reads from request.auth via [data-role=principal-read]). When zeroTrustGate is absent the admin-console falls back to the local security-auth-* sign-in surface unchanged from v1.0.0. Q4 default per spec section 5.4.1: consumption is OPTIONAL; requiresAppliedCapabilities.capabilities[] remains [principalDirectory] (making Access-gate hard is a v2.0 change).",
5
+ "description": "application-admin-console v1.1.0 reads the appliedCapabilities set at apply-time via the shipped readAppliedCapabilities() helper (the visual-round mechanism). When zeroTrustGate is present alongside the sole hard requirement principalDirectory, the admin-console renders the Access-gated sign-in surface (no local login form; principal reads from request.auth via [data-role=principal-read]). When zeroTrustGate is absent the admin-console falls back to the local security-auth-* sign-in surface unchanged from v1.0.0. Q4 default per spec section 5.4.1: consumption is OPTIONAL; requiresAppliedCapabilities.capabilities[] remains [principalDirectory] (making Access-gate hard is a v2.0 change).",
6
+ "deliveredBy": {
7
+ "tacId": "TAC-2214-application-admin-console-access-gated-signin-surface",
8
+ "field": "responsibilities.renderAccessGatedSurface"
9
+ },
6
10
  "category": "functional",
7
11
  "domain": "application",
8
12
  "priority": "must",
9
- "rationale": "Ratified in the Cloudflare round 6 spec (2026-09-06 section 5.4.1) alongside edge-cloudflare-access v1.0.0. Round-4 T-4 capability-minor pattern: the admin-console minor rides the edge-cloudflare-access PR.",
13
+ "rationale": "Ratified in the Cloudflare round 6 spec (2026-09-06 section 5.4.1) alongside edge-cloudflare-access v1.0.0. round-4 capability-minor pattern: the admin-console minor rides the edge-cloudflare-access PR.",
10
14
  "tags": [
11
15
  "blueprint:application-admin-console"
12
16
  ],
@@ -2,15 +2,17 @@
2
2
  "tacId": "TAC-2201-application-admin-console-shell",
3
3
  "prdId": "PRD-001",
4
4
  "tadId": "TAD-001",
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "status": "approved",
7
7
  "name": "Admin-console shell",
8
8
  "purpose": "Owns the rendered admin-console surface: the top-level nav landmark, the surface-manifest read at load, the conditional rendering of every applied surface (users, roles, orgs, audit), the access-denied and request-access states, and the shared page layout every surface renders within. The shell is the base surface every AC in this blueprint anchors on.",
9
9
  "responsibilities": [
10
- "Read the applied capability sidecar (rcf/blueprints/application-admin-console.applied.json) at load and configure the surface set (AC-21101-1, AC-21107-1).",
11
- "Render a single primary navigation landmark carrying an accessible name and rendering only applied surfaces (AC-21101-1, AC-21101-2).",
12
- "Render the access-denied state for a non-admin principal reaching any admin route with a keyboard-reachable request-access control announcing its state (AC-21106-1).",
13
- "Delegate the users, roles, orgs and audit surfaces to their respective TACs (TAC-2201 through TAC-2204)."
10
+ "renderShell: assemble the shell landmark from the applied capability set and render the surface set (AC-21101-1, AC-21101-2, AC-21107-1).",
11
+ "delegateUsersSurface: mount the users route when principalDirectory is applied and render access-denied for a non-admin principal (AC-21102-1, AC-21102-2, AC-21106-1).",
12
+ "delegateOrgsSurface: mount the org switcher and org-scoped invite path when tenancy is applied (AC-21104-1, AC-21111-1 through AC-21111-5).",
13
+ "renderAccessDenied: render the access-denied state under WCAG 2.4.6 and 3.3.4 with a keyboard-reachable request-access control announcing its state (AC-21106-1).",
14
+ "deliverInvite: dispatch an invite through the elicited invite-transport (email, in-app-only or custom), refusing on missing transport handler and writing exactly one audit-stream row per invite (AC-21110-1, AC-21110-2, AC-21110-3, AC-21110-4, AC-21110-5).",
15
+ "tenancyShapeGate: enforce per-user, per-org or both tenancy shape on directory rows, switcher entries and org-scoped actions, refusing cross-shape actions with TENANCY_SHAPE_REFUSAL (AC-21111-1 through AC-21111-5)."
14
16
  ],
15
17
  "internalStructure": "One shell module that mounts the surface, reads the applied capabilities sidecar, and renders the nav landmark, the page-layout scaffolding, and the route-level containers for each conditional surface. The framework is not prescribed; the shell interfaces are what the project realises against React, Vue, Svelte or vanilla DOM.",
16
18
  "interfaces": [
@@ -22,7 +24,7 @@
22
24
  {
23
25
  "name": "capabilitiesSidecar",
24
26
  "kind": "shape",
25
- "description": "{ slug, version, appliedAt, appliedCapabilities: string[], appliedElicitations: {}, allowNoAuthYet?: boolean, notes?: string }. Written by apply, read by the shell."
27
+ "description": "{ slug, version, appliedAt, appliedCapabilities: string[], appliedElicitations: {}, skippedSources: Array<{ sourceId, reason }>, allowNoAuthYet?: boolean, notes?: string }. Written by apply, read by the shell."
26
28
  }
27
29
  ],
28
30
  "dependencies": [
@@ -36,5 +38,5 @@
36
38
  "tradeoffs": "The shell reads the sidecar file the apply verb writes; a runtime probe against manifest.blueprints[] would be more dynamic but ties the shell to the deploy-target having filesystem read access, which not every deploy target grants. The sidecar contract is deterministic and cacheable.",
37
39
  "notes": "Known mechanism-reach gap: the shell contract cannot prove keyboard focus does not escape the surface in every frameworks rendering; project-side smoke tests supplement the pack. See README `Known mechanism-reach gaps`.",
38
40
  "createdAt": "2026-09-05T01:30:00Z",
39
- "updatedAt": "2026-09-05T01:30:00Z"
41
+ "updatedAt": "2026-09-10T00:00:00Z"
40
42
  }
@@ -2,17 +2,17 @@
2
2
  "tacId": "TAC-2202-application-admin-console-capability-discovery",
3
3
  "prdId": "PRD-001",
4
4
  "tadId": "TAD-001",
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "status": "approved",
7
7
  "name": "Capability discovery",
8
8
  "purpose": "Owns the apply-time reader that inspects every applied blueprints source blueprint.json for its capabilities[] declaration and composes the union as appliedCapabilities. Owns the write side that persists the discovered union plus elicit answers into rcf/blueprints/application-admin-console.applied.json. Runs at apply time (packages/rcf-lite/src/blueprint/capabilities.js); the shell reads the sidecar the runtime writes.",
9
9
  "responsibilities": [
10
10
  "Enumerate manifest.blueprints[] and read each applied blueprints source blueprint.json to extract its capabilities[] (AC-21107-1).",
11
11
  "Compose the union of applied capabilities as a sorted string array (deterministic sidecar output).",
12
- "Run the elicitation phase gated on the discovered capabilities: an elicit whose when.requiresCapability list has no overlap with the union does not prompt (AC-21109-2).",
13
- "Write the sidecar file with appliedCapabilities[], appliedElicitations{}, allowNoAuthYet? and notes? (AC-21107-1)."
12
+ "runElicitationPhase: Run the elicitation phase gated on the discovered capability set; each `custom-auth-provides-*` boolean binds its `providesCapability` token onto the applied union when true, omits it when false, per REQ-009 (AC-21109-2).",
13
+ "Write the sidecar file whose shape is owned by `TAC-2201.interfaces.capabilitiesSidecar` (AC-21107-1)."
14
14
  ],
15
- "internalStructure": "Two helpers: discoverAppliedCapabilities(applied, projectRoot) reads and unions; writeSidecar({slug, version, appliedAt, appliedCapabilities, appliedElicitations, allowNoAuthYet?, notes?}) writes the file. Both live in packages/rcf-lite/src/blueprint/capabilities.js.",
15
+ "internalStructure": "Two helpers: discoverAppliedCapabilities(applied, projectRoot) reads and unions; writeSidecar(record) writes the file, where `record` matches the shape owned by `TAC-2201.interfaces.capabilitiesSidecar`. Both live in packages/rcf-lite/src/blueprint/capabilities.js.",
16
16
  "interfaces": [
17
17
  {
18
18
  "name": "discoverAppliedCapabilities",
@@ -40,5 +40,5 @@
40
40
  "tradeoffs": "Source read-back rather than a schema-carried appliedCapabilities field on the applied record: the rcf-schemas 0.6.0 appliedBlueprintRecord is closed under additionalProperties:false, so a new field cannot land without a schema minor bump. The sidecar decouples the mechanism from the schema release cycle. A future rcf-schemas minor may add appliedCapabilities directly on the applied record and this TAC would move the write there; the sidecar would remain a supported read path for backward compatibility.",
41
41
  "notes": "Reads the applied recordss source string. When the source is a library-qualified ref (wsd:auth-oauth2), the source blueprint is not on this local tree and the reader returns an empty capabilities list; the applied record is skipped from the union.",
42
42
  "createdAt": "2026-09-05T01:30:00Z",
43
- "updatedAt": "2026-09-05T01:30:00Z"
44
- }
43
+ "updatedAt": "2026-09-10T00:00:00Z"
44
+ }
@@ -5,7 +5,7 @@
5
5
  "version": "1.0.0",
6
6
  "status": "approved",
7
7
  "name": "Audit view",
8
- "purpose": "Owns the audit-log surface: consumes the application-datatable shell (T-1) for filter chrome, pagination, four state regions and the row enumeration contract. Renders every audit entry with actor / target / before / after / timestamp / correlationId columns; the correlation id is the join key with the applied logging companion.",
8
+ "purpose": "Owns the audit-log surface: consumes the application-datatable shell for filter chrome, pagination, four state regions and the row enumeration contract. Renders every audit entry with actor / target / before / after / timestamp / correlationId columns; the correlation id is the join key with the applied logging companion.",
9
9
  "responsibilities": [
10
10
  "Render every audit entry inside the datatable shell (AC-21105-1, AC-21105-2).",
11
11
  "Enumerate every row by data-audit-id and expose every column via data-column (AC-21105-1).",
@@ -2,17 +2,17 @@
2
2
  "tacId": "TAC-2214-application-admin-console-access-gated-signin-surface",
3
3
  "prdId": "PRD-001",
4
4
  "tadId": "TAD-001",
5
- "version": "1.1.0",
5
+ "version": "1.1.1",
6
6
  "status": "approved",
7
7
  "name": "Access-gated sign-in surface with principal-read-from-request contract",
8
8
  "purpose": "Names the sign-in surface shape the admin-console renders when zeroTrustGate is in the applied capability set. The Access-gated shape carries [data-surface=access-gated], no local form, and a [data-role=principal-read] element rendering the principal email read from request.auth. The fallback shape (zeroTrustGate absent) carries [data-surface=local-login] with the security-auth-* local login form. The two are mutually exclusive on any /admin/sign-in render.",
9
9
  "responsibilities": [
10
- "Render the Access-gated surface with [data-surface=access-gated] when zeroTrustGate is in appliedCapabilities (AC-21815-1).",
10
+ "renderAccessGatedSurface: render the Access-gated surface with [data-surface=access-gated] when zeroTrustGate is in appliedCapabilities, wiring the principal read from request.auth (AC-21815-1).",
11
11
  "Render the local-login surface with [data-surface=local-login] when zeroTrustGate is absent (AC-21816-1).",
12
12
  "Read the principal email from request.auth and render it in [data-role=principal-read] on the gated branch.",
13
13
  "Never render both surfaces on the same request; ensure the two are mutually exclusive per applied set."
14
14
  ],
15
- "internalStructure": "Applied-capability-driven surface pick in the sign-in route. The applied-sidecar (rcf/blueprints/application-admin-console.applied.json) records the appliedCapabilities set; the shipped readAppliedCapabilities() helper reads it at apply-time (T-5 visual-round mechanism). No new elicits on the admin-console side: the sign-in seam is deterministic once the applied set is known.",
15
+ "internalStructure": "Applied-capability-driven surface pick in the sign-in route. The applied-sidecar (rcf/blueprints/application-admin-console.applied.json) records the appliedCapabilities set; the shipped readAppliedCapabilities() helper reads it at apply-time (visual-round mechanism). No new elicits on the admin-console side: the sign-in seam is deterministic once the applied set is known.",
16
16
  "interfaces": [
17
17
  {
18
18
  "name": "GET /admin/sign-in",
@@ -22,11 +22,11 @@
22
22
  ],
23
23
  "dependencies": [
24
24
  {
25
- "name": "T-4 edge-cloudflare-access v1.0.0 (zeroTrustGate provider)",
25
+ "name": "edge-cloudflare-access v1.0.0 (zeroTrustGate provider)",
26
26
  "kind": "blueprint",
27
27
  "description": "Applied alongside admin-console v1.1.0 to compose the Access-gated sign-in surface."
28
28
  }
29
29
  ],
30
30
  "createdAt": "2026-09-07T16:00:00.000Z",
31
- "updatedAt": "2026-09-07T16:00:00.000Z"
31
+ "updatedAt": "2026-09-10T00:00:00Z"
32
32
  }
@@ -13,13 +13,15 @@
13
13
  "id": "AC-21101-1",
14
14
  "testable": true,
15
15
  "scope": "runtime",
16
- "description": "The console shell reads rcf/blueprints/application-admin-console.applied.json (written by apply at deploy time) and, for each of principalDirectory, roleModel, tenancy, auditLog, renders a nav item ONLY when the capability is present in appliedCapabilities[]. A nav item that would route to a non-applied surface is neither rendered nor keyboard-reachable."
16
+ "description": "The console shell reads rcf/blueprints/application-admin-console.applied.json (written by apply at deploy time) and, for each of principalDirectory, roleModel, tenancy, auditLog, renders a nav item ONLY when the capability is present in appliedCapabilities[]. A nav item that would route to a non-applied surface is neither rendered nor keyboard-reachable.",
17
+ "disposition": "fixed"
17
18
  },
18
19
  {
19
20
  "id": "AC-21101-2",
20
21
  "testable": true,
21
22
  "scope": "runtime",
22
- "description": "The shell has a single primary nav landmark (role=\"navigation\" or a nav element) with an accessible name naming the console."
23
+ "description": "The shell has a single primary nav landmark (role=\"navigation\" or a nav element) with an accessible name naming the console.",
24
+ "disposition": "fixed"
23
25
  }
24
26
  ],
25
27
  "tacIds": [