fix(rectification): D9 判别题不再借 D24 探针,性格描述一列一句
Independent Staging Quality Gate / validate (push) Failing after 13m34s
Independent Staging Quality Gate / publish (push) Skipped

This commit is contained in:
jesse-ux
2026-09-17 01:06:17 +08:00
parent daacaab9e9
commit 227a75719b
17 changed files with 741 additions and 13 deletions
+4 -4
View File
@@ -540,18 +540,18 @@ def nakshatra_boundary(built: dict[str, Any], representative_time: str | None) -
{
"key": "A",
"time_bias": "earlier",
"traits": list(earlier),
"traits": [earlier[0]],
},
{
"key": "B",
"time_bias": "later",
"traits": list(later),
"traits": [later[0]],
},
],
"user_meaning": (
"升点靠近两段日常节奏的交界。哪一组更像你近年的处事方式?"
f"A{earlier[0]}{earlier[1]}"
f"B{later[0]}{later[1]}"
f"A{earlier[0]}"
f"B{later[0]}"
"这只用来偏置时间窗,不能确认唯一分钟。"
),
}