From 07ccd405787eb7214950a54a0d7f891daa3aa920 Mon Sep 17 00:00:00 2001 From: fermatmind <17551046983@163.com> Date: Tue, 4 Aug 2026 02:46:20 +0800 Subject: [PATCH] fix(en-parity): align W3 Career Guides subscope to W3-CAREER-GUIDES Match promotion runtime subscope with V2 receipt contract identity. Config and adapter both updated from career-guides to W3-CAREER-GUIDES. --- .../Adapters/CareerGuideCmsPromotionAdapter.php | 2 +- backend/config/content_promotion.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app/Services/ContentPromotion/Adapters/CareerGuideCmsPromotionAdapter.php b/backend/app/Services/ContentPromotion/Adapters/CareerGuideCmsPromotionAdapter.php index 785e85262..cf78157d6 100644 --- a/backend/app/Services/ContentPromotion/Adapters/CareerGuideCmsPromotionAdapter.php +++ b/backend/app/Services/ContentPromotion/Adapters/CareerGuideCmsPromotionAdapter.php @@ -18,7 +18,7 @@ protected function lane(): string protected function subscope(): string { - return 'career-guides'; + return 'W3-CAREER-GUIDES'; } protected function revisionStore(): string diff --git a/backend/config/content_promotion.php b/backend/config/content_promotion.php index 6eb96eeae..288af9d26 100644 --- a/backend/config/content_promotion.php +++ b/backend/config/content_promotion.php @@ -34,7 +34,7 @@ 'adapter_capabilities' => [ 'W1' => ['mbti-comparisons' => 'audit_compatible', 'mbti-results' => 'audit_compatible'], 'W2' => ['big-five' => 'audit_compatible'], - 'W3' => ['W3-ARTICLES' => 'audit_compatible', 'career-guides' => 'audit_compatible'], + 'W3' => ['W3-ARTICLES' => 'audit_compatible', 'W3-CAREER-GUIDES' => 'audit_compatible'], 'W4' => ['riasec' => 'audit_compatible'], 'W5' => ['enneagram' => 'audit_compatible', 'enneagram-results' => 'audit_compatible'], 'W6' => ['iq' => 'fail_closed_legacy_audit'],