chore(ECR-001,ECR-003): 关闭结构对齐并清理 outlook JSON 旧键

正式关闭 ECR-001/002;删除 fortune 双写与 lucky 字段,H5 改读 outlook/boost。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-05 20:39:34 +08:00
co-authored by Cursor
parent 69fa1b85d6
commit 67701d1f7b
22 changed files with 286 additions and 133 deletions
@@ -78,8 +78,11 @@ func TestFlowStarDeepAccess(t *testing.T) {
if sum["headline"] == nil || sum["headline"] == "" {
t.Fatalf("missing headline: %#v", sum)
}
if sum["fortune"] == nil || sum["planets"] == nil {
t.Fatalf("expected fortune+planets in star summary: %#v", sum)
if sum["outlook"] == nil || sum["planets"] == nil {
t.Fatalf("expected outlook+planets in star summary: %#v", sum)
}
if sum["fortune"] != nil {
t.Fatal("legacy fortune key must be removed (ECR-003)")
}
reportID := rep["id"].(string)