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
parent f8569c5c65
commit 8010245981
83 changed files with 2881 additions and 270 deletions
+2 -1
View File
@@ -43,10 +43,11 @@ import narayana_dasha # noqa: E402
import saham_daynight # noqa: E402
import special_lagnas # noqa: E402
import varga # noqa: E402
from ayanamsa_utils import DEFAULT_AYANAMSA_NAME # noqa: E402
from scripts.rectification.refinement_packet import NAKSHATRA_SPAN # noqa: E402
from scripts.rectification.kp_cusp_observation import observe_kp_cusps # noqa: E402
AYANAMSA: Final = "lahiri"
AYANAMSA: Final = DEFAULT_AYANAMSA_NAME
NODE_MODE: Final = "mean"
INPUT_CONTRACT_VERSION: Final = "rectification-candidate-input-v2"