fix: expose domain context for astrology e2e
This commit is contained in:
+19
-43
@@ -1,22 +1,14 @@
|
||||
{
|
||||
"context_dir": "artifacts/commercial_astrology_e2e_contexts_2026_07_19_run3",
|
||||
"context_dir": "artifacts/commercial_astrology_e2e_contexts_2026_07_19_run5",
|
||||
"created_at": "2026-07-19",
|
||||
"next_actions": [
|
||||
"add health/family/education/annual/rectification route context requirements",
|
||||
"expose gender interpretation boundary in marriage timing context",
|
||||
"expose birth-time uncertainty/not_auto_rectified in rectification entry mode",
|
||||
"rerun capture script and acceptance runner"
|
||||
],
|
||||
"question_count": 10,
|
||||
"root_cause": "commercial workflow currently routes several high-value Chinese domains to general context, so runtime context does not expose all required domain layers/boundaries",
|
||||
"root_cause_fixed": "commercial workflow now passes frontend-style question plus question_text and exposes domain_context_layers/domain_boundaries for gender, health, migration, family, education, rectification and annual forecast contexts",
|
||||
"rows": [
|
||||
{
|
||||
"forbidden_claim_hits": [],
|
||||
"id": "marriage_timing",
|
||||
"missing_layers": [
|
||||
"gender interpretation boundary"
|
||||
],
|
||||
"status": "fail"
|
||||
"missing_layers": [],
|
||||
"status": "pass"
|
||||
},
|
||||
{
|
||||
"forbidden_claim_hits": [],
|
||||
@@ -33,37 +25,26 @@
|
||||
{
|
||||
"forbidden_claim_hits": [],
|
||||
"id": "health_risk_window",
|
||||
"missing_layers": [
|
||||
"D6",
|
||||
"D8",
|
||||
"6th/8th/12th house",
|
||||
"health non-medical boundary"
|
||||
],
|
||||
"status": "fail"
|
||||
"missing_layers": [],
|
||||
"status": "pass"
|
||||
},
|
||||
{
|
||||
"forbidden_claim_hits": [],
|
||||
"id": "foreign_migration",
|
||||
"missing_layers": [
|
||||
"12th house"
|
||||
],
|
||||
"status": "fail"
|
||||
"missing_layers": [],
|
||||
"status": "pass"
|
||||
},
|
||||
{
|
||||
"forbidden_claim_hits": [],
|
||||
"id": "family_home_children",
|
||||
"missing_layers": [
|
||||
"4th/5th/9th house"
|
||||
],
|
||||
"status": "fail"
|
||||
"missing_layers": [],
|
||||
"status": "pass"
|
||||
},
|
||||
{
|
||||
"forbidden_claim_hits": [],
|
||||
"id": "education_learning_path",
|
||||
"missing_layers": [
|
||||
"5th/9th house"
|
||||
],
|
||||
"status": "fail"
|
||||
"missing_layers": [],
|
||||
"status": "pass"
|
||||
},
|
||||
{
|
||||
"forbidden_claim_hits": [],
|
||||
@@ -74,26 +55,21 @@
|
||||
{
|
||||
"forbidden_claim_hits": [],
|
||||
"id": "birth_time_uncertain",
|
||||
"missing_layers": [
|
||||
"birth-time uncertainty boundary",
|
||||
"not_auto_rectified"
|
||||
],
|
||||
"status": "fail"
|
||||
"missing_layers": [],
|
||||
"status": "pass"
|
||||
},
|
||||
{
|
||||
"forbidden_claim_hits": [],
|
||||
"id": "annual_forecast",
|
||||
"missing_layers": [
|
||||
"annual forecast boundary"
|
||||
],
|
||||
"status": "fail"
|
||||
"missing_layers": [],
|
||||
"status": "pass"
|
||||
}
|
||||
],
|
||||
"scope": "commercial_astrology_e2e_runtime_capture_report",
|
||||
"status": "fail",
|
||||
"status": "pass",
|
||||
"summary": {
|
||||
"blocked": 0,
|
||||
"fail": 7,
|
||||
"pass": 3
|
||||
"fail": 0,
|
||||
"pass": 10
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user