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
+1 -1
View File
@@ -213,7 +213,7 @@ def test_health_endpoint_exposes_runtime_accuracy_metadata() -> None:
assert handler.status_code == 200
payload = handler.payload()
assert payload['status'] == 'ok'
assert payload['ayanamsa_default'] == 'lahiri'
assert payload['ayanamsa_default'] == 'raman'
assert 'swisseph_available' in payload
assert 'swisseph_version' in payload
assert payload['vedastro']['configured'] is False