feat(product): present consult and rectification in local skill form
Independent Staging Quality Gate / validate (push) Failing after 6m42s
Independent Staging Quality Gate / publish (push) Has been skipped

Default ayanamsa to Raman with true_pushya support, attach governed Raman packets, restore Path C questionnaires and eight-method verification copy, and keep unique-minute confirmation blocked.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-08-20 21:42:47 +08:00
co-authored by Cursor
parent f8569c5c65
commit 8010245981
83 changed files with 2881 additions and 270 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ def _candidate_scan(
lat: float | None = None,
lon: float | None = None,
tz: float | None = None,
ayanamsa: str = "lahiri",
ayanamsa: str = "raman",
) -> dict[str, Any]:
start = center - timedelta(minutes=uncertainty_minutes)
end = center + timedelta(minutes=uncertainty_minutes)
@@ -189,7 +189,7 @@ def build_questionnaire(
lat: float | None = None,
lon: float | None = None,
tz: float | None = None,
ayanamsa: str = "lahiri",
ayanamsa: str = "raman",
) -> dict[str, Any]:
questions = []
for qid, round_id, domain, sensitivity, window, prompt, yes_bias, no_bias in QUESTION_TEMPLATES: