chore(work): finish 09-app-wiring-web-tanstack-and-cms

This commit is contained in:
2026-05-20 13:22:08 +02:00
parent 082d4d2369
commit 224a5d78c8
3 changed files with 8 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
{ {
"updated_at": "2026-05-20T11:11:07.871Z", "updated_at": "2026-05-20T11:22:09.493Z",
"epics": { "epics": {
"binder-wrap-helper": { "binder-wrap-helper": {
"status": "done", "status": "done",
@@ -657,10 +657,10 @@
"blocks": [] "blocks": []
}, },
"09-app-wiring-web-tanstack-and-cms": { "09-app-wiring-web-tanstack-and-cms": {
"status": "in-progress", "status": "done",
"title": "App wiring: web-tanstack and cms", "title": "App wiring: web-tanstack and cms",
"ac_total": 2, "ac_total": 2,
"ac_completed": 1, "ac_completed": 2,
"depends_on": [ "depends_on": [
"07-security-header-adapters" "07-security-header-adapters"
], ],
@@ -686,11 +686,6 @@
} }
}, },
"ready": [ "ready": [
{
"epic": "security-headers-rate-limit-sbom",
"story": "09-app-wiring-web-tanstack-and-cms",
"title": "App wiring: web-tanstack and cms"
},
{ {
"epic": "security-headers-rate-limit-sbom", "epic": "security-headers-rate-limit-sbom",
"story": "10-sbom-ci-workflow", "story": "10-sbom-ci-workflow",

View File

@@ -3,12 +3,12 @@ id: 09-app-wiring-web-tanstack-and-cms
epic: security-headers-rate-limit-sbom epic: security-headers-rate-limit-sbom
title: "App wiring: web-tanstack and cms" title: "App wiring: web-tanstack and cms"
type: technical-story type: technical-story
status: in-progress status: done
feature: web-tanstack feature: web-tanstack
depends-on: [07-security-header-adapters] depends-on: [07-security-header-adapters]
blocks: [] blocks: []
created: 2026-05-20T00:00:00Z created: 2026-05-20T00:00:00Z
updated: 2026-05-20T11:11:07.701Z updated: 2026-05-20T11:22:09.324Z
--- ---
## Goal ## Goal
@@ -41,4 +41,4 @@ Completing the three-app wiring fulfils the PRD success criterion that a consume
## Tasks ## Tasks
- [x] Register `core-shared/security/tanstack` server middleware in `apps/web-tanstack/app.config.ts`; update the web-tanstack client init file with nonce-aware Sentry init reading nonce from request context via the tanstack adapter's nonce extractor; all gates pass. - [x] Register `core-shared/security/tanstack` server middleware in `apps/web-tanstack/app.config.ts`; update the web-tanstack client init file with nonce-aware Sentry init reading nonce from request context via the tanstack adapter's nonce extractor; all gates pass.
- [ ] Wire `core-shared/security` Express middleware in `apps/cms` Payload config (no nonce needed — CMS is server-side only); all gates pass. - [x] Wire `core-shared/security` Express middleware in `apps/cms` Payload config (no nonce needed — CMS is server-side only); all gates pass.

View File

@@ -7,7 +7,7 @@ status: in-progress
features: features:
[core-shared, core-testing, core-eslint, auth, web-next, web-tanstack, cms] [core-shared, core-testing, core-eslint, auth, web-next, web-tanstack, cms]
created: 2026-05-20T00:00:00Z created: 2026-05-20T00:00:00Z
updated: 2026-05-20T10:14:20.860Z updated: 2026-05-20T11:22:09.324Z
--- ---
## Goal ## Goal
@@ -28,6 +28,6 @@ Security scanners flag the absence of HSTS, X-Frame-Options, X-Content-Type-Opti
- [x] [06 — Security headers core module](06-security-headers-core-module/_story.md) - [x] [06 — Security headers core module](06-security-headers-core-module/_story.md)
- [x] [07 — Per-framework security header adapters](07-security-header-adapters/_story.md) - [x] [07 — Per-framework security header adapters](07-security-header-adapters/_story.md)
- [x] [08 — App wiring: web-next](08-app-wiring-web-next/_story.md) - [x] [08 — App wiring: web-next](08-app-wiring-web-next/_story.md)
- [ ] [09 — App wiring: web-tanstack and cms](09-app-wiring-web-tanstack-and-cms/_story.md) - [x] [09 — App wiring: web-tanstack and cms](09-app-wiring-web-tanstack-and-cms/_story.md)
- [ ] [10 — SBOM CI workflow and ADR-023 amendment](10-sbom-ci-workflow/_story.md) - [ ] [10 — SBOM CI workflow and ADR-023 amendment](10-sbom-ci-workflow/_story.md)
- [ ] [11 — Documentation and conformance reference updates](11-documentation/_story.md) - [ ] [11 — Documentation and conformance reference updates](11-documentation/_story.md)