refactor(marketing-pages)!: delete marketing-pages demo feature

Veect retrofit (ADR-027): fourth slice of the demo-content removal.
Deletes packages/marketing-pages whole and prunes every composition
edge in one commit: core-api router mount + dep, core-cms
collection/global composition + dep + regenerated Payload types,
web-next bindAll (prod + dev-seed) + tests + about page + Tailwind
source + transpilePackages + dep, cms/core-cms payload config test
assertions, marketing-page e2e spec, tsconfig paths, fallow ignore
entry, anchor-guard + generator e2e feature lists, compliance
data-map + retention-policy regeneration, lockfile prune, and
feature-list doc entries (CLAUDE.md, AGENTS.md, glossary, app/feature
AGENTS.md).

Event teardown: marketing-pages was the sole consumer of
auth.user.signed-up (welcome-email handler + job). The handler, its
Payload tasks, and the bus subscription all lived inside the package's
own binders, so they die with it — no other package wires the
subscription. Auth's manifest `publishes` stays untouched: a publisher
with zero consumers is legal (pnpm conformance only fails on orphan
consumers, verified green). The app-level sign-up-welcome-email test
asserted the marketing-pages mailer stays empty without a bus; it is
deleted with the feature, and the now-unused test-only bind-state
helpers in web-next bind-production.ts go with it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016j8z4VHjedXDTjEDNg7qHK
This commit is contained in:
2026-07-12 16:53:44 +02:00
parent 7dd3e7ceac
commit 9ee941863d
108 changed files with 35 additions and 3205 deletions

67
pnpm-lock.yaml generated
View File

@@ -188,9 +188,6 @@ importers:
"@repo/core-trpc":
specifier: workspace:^
version: link:../../packages/core-trpc
"@repo/marketing-pages":
specifier: workspace:*
version: link:../../packages/marketing-pages
"@repo/navigation":
specifier: workspace:*
version: link:../../packages/navigation
@@ -365,9 +362,6 @@ importers:
"@repo/core-shared":
specifier: workspace:*
version: link:../core-shared
"@repo/marketing-pages":
specifier: workspace:*
version: link:../marketing-pages
"@repo/navigation":
specifier: workspace:*
version: link:../navigation
@@ -457,9 +451,6 @@ importers:
"@repo/auth":
specifier: workspace:*
version: link:../auth
"@repo/marketing-pages":
specifier: workspace:*
version: link:../marketing-pages
"@repo/navigation":
specifier: workspace:*
version: link:../navigation
@@ -880,64 +871,6 @@ importers:
specifier: ^3.0.0
version: 3.2.4(@types/debug@4.1.13)(@types/node@25.5.2)(happy-dom@20.8.9)(jiti@2.7.0)(jsdom@25.0.1)(lightningcss@1.32.0)(sass@1.99.0)(terser@5.46.2)(tsx@4.21.0)(yaml@2.9.0)
packages/marketing-pages:
dependencies:
"@repo/auth":
specifier: workspace:*
version: link:../auth
"@repo/core-shared":
specifier: workspace:*
version: link:../core-shared
"@repo/core-trpc":
specifier: workspace:^
version: link:../core-trpc
"@tanstack/react-query":
specifier: ^5.66.0
version: 5.96.2(react@19.2.4)
"@trpc/client":
specifier: ^11.17.0
version: 11.17.0(@trpc/server@11.16.0(typescript@5.9.3))(typescript@5.9.3)
"@trpc/server":
specifier: ^11.0.0
version: 11.16.0(typescript@5.9.3)
inversify:
specifier: ^6.2.0
version: 6.2.2(reflect-metadata@0.2.2)
payload:
specifier: ^3.14.0
version: 3.81.0(graphql@16.13.2)(typescript@5.9.3)
react:
specifier: ^19.0.0
version: 19.2.4
reflect-metadata:
specifier: ^0.2.2
version: 0.2.2
zod:
specifier: ^3.24.0
version: 3.25.76
devDependencies:
"@repo/core-eslint":
specifier: workspace:*
version: link:../core-eslint
"@repo/core-testing":
specifier: workspace:*
version: link:../core-testing
"@repo/core-typescript":
specifier: workspace:*
version: link:../core-typescript
"@types/node":
specifier: ^22.0.0
version: 22.19.17
"@types/react":
specifier: ^19.0.0
version: 19.2.14
"@vitest/coverage-v8":
specifier: ^3.2.4
version: 3.2.4(vitest@3.2.4(@types/debug@4.1.13)(@types/node@22.19.17)(happy-dom@20.8.9)(jiti@2.7.0)(jsdom@25.0.1)(lightningcss@1.32.0)(sass@1.99.0)(terser@5.46.2)(tsx@4.21.0)(yaml@2.9.0))
vitest:
specifier: ^3.1.0
version: 3.2.4(@types/debug@4.1.13)(@types/node@22.19.17)(happy-dom@20.8.9)(jiti@2.7.0)(jsdom@25.0.1)(lightningcss@1.32.0)(sass@1.99.0)(terser@5.46.2)(tsx@4.21.0)(yaml@2.9.0)
packages/navigation:
dependencies:
"@repo/core-shared":