Commit Graph

36 Commits

Author SHA1 Message Date
732642856 a8f6a57ccc harden calculation contracts and local API boundaries 2026-07-11 23:24:54 +08:00
732642856 3cbc9ca585 chore(release): harden premium skill packaging 2026-07-10 22:31:28 +08:00
732642856 11f7e89cca feat: require VedAstro raw archive in professional reading audit 2026-07-08 21:45:19 +08:00
732642856 beaabe4e6a feat: carry VedAstro raw archive manifest in evidence packets 2026-07-08 21:15:04 +08:00
732642856 09dcfb9bcc feat: list VedAstro official raw archives 2026-07-08 20:35:42 +08:00
732642856 dcdd30709a feat: add VedAstro gateway job worker 2026-07-08 19:21:34 +08:00
732642856 92358f2645 feat: add VedAstro gateway polling queue 2026-07-08 19:08:48 +08:00
732642856 4764482c73 Harden Jyotish runtime evidence gates 2026-07-05 18:27:33 +08:00
732642856 329523fa7c Expose VedAstro gateway professional reading APIs 2026-07-02 23:46:50 +08:00
732642856 598f65a319 Enforce fortune output pipeline contracts 2026-07-02 15:58:42 +08:00
732642856 0e3adb5a13 Add domain invocation governance contracts 2026-07-02 15:40:34 +08:00
732642856 a3d2e0acf9 Enforce interpretation source content contracts 2026-07-02 15:09:22 +08:00
732642856 5a76abf8d6 Harden high-rigor Jyotish timing workflow 2026-07-01 19:15:35 +08:00
732642856 e2595bec13 Wire VedAstro official snapshot priority 2026-06-29 15:40:34 +08:00
732642856 1c08af34fa Route capability entries as evidence pool 2026-06-29 11:55:16 +08:00
732642856 0f9b06d9d4 Wire VedAstro orchestrator into strict workflows 2026-06-29 10:26:54 +08:00
732642856 8a54dfbebd Surface VedAstro overview across prompts and reports 2026-06-29 09:54:26 +08:00
732642856 3161de68c0 Productize VedAstro user range scan entry 2026-06-29 07:51:00 +08:00
732642856 8466e3a71c Land relationship narrative and dynamic hook workflow 2026-06-29 03:54:45 +08:00
732642856 6aeb59e888 Render full functional role summary in reports 2026-06-28 18:21:23 +08:00
732642856 09817b96fd Bridge functional benefic malefic layer 2026-06-28 18:18:33 +08:00
732642856 4439deeeb9 Consolidate oracle benchmark inventory 2026-06-28 15:45:31 +08:00
732642856 b884b8e7ea Harden skill rigor constraints and sync reading quality tools 2026-06-27 18:52:10 +08:00
732642856 bee20ef266 feat: add explicit chara dasha api alias 2026-06-26 12:03:04 +08:00
732642856 aa692f8092 docs(research): archive antigravity rounds 29 and 30 2026-06-26 04:03:11 +08:00
732642856 d11cebacf8 fix: harden accuracy and api guardrails 2026-06-26 00:44:09 +08:00
732642856 5e48f18da0 fix: route synastry api through full ashtakoot engine 2026-06-25 23:38:16 +08:00
732642856 96caaeae2c feat: add oracle evidence safeguards 2026-06-25 23:23:56 +08:00
732642856 dbfe603df1 Add oracle evidence validation intake 2026-06-25 21:03:56 +08:00
732642856 5d35731f8b Add jyotish oracle evidence calibration gate 2026-06-25 18:33:26 +08:00
732642856 494e387018 Productize jyotish app release surface 2026-06-24 13:37:33 +08:00
732642856 23b8b6e5cf chore: harden release checks and sync capability docs 2026-06-21 16:50:46 +08:00
732642856 3f355de1db Enhance Jyotish precision techniques and tests 2026-06-13 15:06:11 +08:00
732642856 38dc31df24 v6.7.4: Shadbala+Yoga集成 + 30项自动化测试
## 精度提升
- API: 集成 calc_shadbala (jyotishganit MIT算法)
- API: 集成 yoga_expansion (dashaflow MIT: Kemadruma/Adhi/Amala等7种)
- API: /api/chart 返回 shadbala 总结 + 扩展瑜伽

## 测试体系
- tests/run_all.py: 30项自动化测试 (30/30 )
- 覆盖: 20个模块导入 + 10个功能验证
- 包含: PAV验证/Shadbala不变性/KP/合盘/SadeSati/补救/Muhurta
2026-06-11 21:12:44 +08:00
732642856 16feaa1e85 v6.7.4: API版本更新 + Web完善同步 2026-06-11 21:04:09 +08:00
732642856 d6d786a57a v6.7.0: Python API桥接 — Web应用前后端统一使用v6.6.0精算引擎
## 新增
- jyotish_api_server.py: FastAPI式HTTP服务器(10个端点)
  - POST /api/chart — 完整星盘(35种Dasha+Yoga+行星)
  - POST /api/remedies — 5类补救建议
  - POST /api/kp — KP分析
  - POST /api/prashna — 卜卦
  - POST /api/synastry — 合盘
  - POST /api/sade_sati/pancha_mahapurusha/career/relationship
  - GET /api/health + /api/cities
- api-bridge.js: 前端API桥接模块(自动检测+降级)
- main.js: 优先使用Python API,不可用时回退JS引擎

## 关键修复
- 前后端现在使用同一套v6.6.0精算引擎(35种Dasha, 107+ Yoga)
- Web应用不再受限于v0.1 JS引擎的有限计算能力
- 启动: python3 scripts/jyotish_api_server.py --port 5200
2026-06-11 20:37:59 +08:00