fix(rectification): restore classic eight methods and observe KP Placidus cusps
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -29,10 +29,12 @@ EVENT_KINDS: dict[str, frozenset[str]] = {
|
||||
"family": frozenset({"family_event"}),
|
||||
"appearance": frozenset({"appearance_note"}),
|
||||
"marks": frozenset({"birthmark_or_scar"}),
|
||||
"occupation": frozenset({"occupation_note"}),
|
||||
"horary": frozenset({"horary_query"}),
|
||||
"other": frozenset({"other"}),
|
||||
}
|
||||
BACKGROUND_EVENT_KINDS = frozenset({"other"})
|
||||
AUXILIARY_EVENT_KINDS = frozenset({"appearance_note", "birthmark_or_scar"})
|
||||
BACKGROUND_EVENT_KINDS = frozenset({"other", "horary_query"})
|
||||
AUXILIARY_EVENT_KINDS = frozenset({"appearance_note", "birthmark_or_scar", "occupation_note"})
|
||||
SCOREABLE_EVENT_KINDS: dict[str, frozenset[str]] = {
|
||||
domain: frozenset(kind for kind in kinds if kind not in BACKGROUND_EVENT_KINDS)
|
||||
for domain, kinds in EVENT_KINDS.items()
|
||||
|
||||
Reference in New Issue
Block a user