MBTI-DESKTOP-CLONE-RELATIONSHIPS-TRAITS-UNLOCK-CONTENT-02: improve zh-CN relationship traits unlock content#2582
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cbfcbaef98
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "overuse_risk": "过度时,热情过强会让对方跟不上。对竞选型(自信侧)的「热情度」来说,如果活动家型(自信侧)没有把真实需求说出来,关系容易从可沟通变成互相猜测。", | ||
| "real_world_signal": "现实信号是:当关系进入需要真诚、共鸣和保留自由度的议题时,热情度会影响你更想靠近、解释、等待,还是先退开。对竞选型(自信侧)来说,热情度还要结合这一点:重点是让热情从可能性进入持续承诺。自信侧尤其要留出反馈口。", | ||
| "upgrade_hint": "把热情度说成一句具体请求:我现在需要什么,也能给什么。对活动家型(自信侧)来说,热情度的练习落点是:重点是让热情从可能性进入持续承诺。", | ||
| "definition": "「热情度」描述竞选者型(自信侧)面对你想把喜欢、灵感或兴奋分享出去时怎样维护关系安全,底层牵动的是热情、共鸣、自由流动的分享。", |
There was a problem hiding this comment.
Keep relationship copy on the canonical type name
For ENFP-A reports, the hero/final offer still identify the variant as 活动家型, but this replacement switches the relationship unlock copy to 竞选者型 (the same drift recurs for ENFP-T as 竞选者型 vs 竞选型, and ISFJ-A/T as 守卫者型 vs 守护者型). When this baseline is imported, users see contradictory Chinese type names within one report, so the new relationship strings should reuse each variant's existing profile_identity.name/final-offer name.
Useful? React with 👍 / 👎.
Summary
chapters.relationships.traits_unlock.itemsfor all 32 fullCode variants.definition,why_it_matters,relationship_expression,relationship_advantage,overuse_risk,real_world_signal, andupgrade_hint.Scope
Validation
python3 -m json.tool content_baselines/personality_clone/mbti_desktop_clone.zh-CN.json >/dev/nullgit diff --checkphp artisan personality:import-local-baseline --dry-run --locale=zh-CN --source-dir=../content_baselines/personalityphp artisan personality:import-local-baseline --locale=zh-CN --status=published --upsert --source-dir=../content_baselines/personality(local dev fixture only)php artisan personality:import-desktop-clone-baseline --dry-run --locale=zh-CNphp artisan test tests/Feature/PersonalityCms/PersonalityDesktopCloneBaselineImportTest.php tests/Feature/PersonalityCms/PersonalityDesktopCloneSchemaModelTest.php tests/Feature/V0_5/PersonalityDesktopClonePublicApiTest.phpDeferred
personality_profile_variant_clone_contents.