Commit Graph

48 Commits

Author SHA1 Message Date
732642856 c2bc58ce1e add guided skill and web consultation surfaces 2026-07-12 12:51:08 +08:00
732642856 3cbc9ca585 chore(release): harden premium skill packaging 2026-07-10 22:31:28 +08:00
732642856 beaabe4e6a feat: carry VedAstro raw archive manifest in evidence packets 2026-07-08 21:15:04 +08:00
732642856 07fb5a5f7b chore: enforce public release evidence boundaries 2026-07-08 18:34:13 +08:00
732642856 f5606a933b chore: remove private chart data from project 2026-07-08 17:03:04 +08:00
732642856 4764482c73 Harden Jyotish runtime evidence gates 2026-07-05 18:27:33 +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 79c6ab7414 Wire core promoted interpretation sources 2026-07-02 14:57:58 +08:00
732642856 f2a741d36b Add interpretation source inventory gate 2026-07-02 14:17:18 +08:00
732642856 682a5cf7f2 wire existing interpretation sources into strict workflow 2026-07-02 11:44:21 +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 0f9b06d9d4 Wire VedAstro orchestrator into strict workflows 2026-06-29 10:26:54 +08:00
732642856 b78330ae70 Expose VedAstro overview in exports and life graphs 2026-06-29 09:58:28 +08:00
732642856 a07f91c88b Wire VedAstro status and live quality gate 2026-06-29 03:59:30 +08:00
732642856 1127cca790 Harden VedAstro external evidence boundaries 2026-06-29 03:17:02 +08:00
732642856 cf5ed67645 Clean fragment residue and surface functional audit details 2026-06-28 18:46:25 +08:00
732642856 09817b96fd Bridge functional benefic malefic layer 2026-06-28 18:18:33 +08:00
732642856 838f5d97b7 Enrich external event signal evidence 2026-06-28 17:18:46 +08:00
732642856 8c404ec64d Expose functional benefic malefic strict evidence 2026-06-28 16:53:53 +08:00
732642856 c0f78bd5e4 Add life event graph v1 to strict workflows 2026-06-28 16:42:33 +08:00
732642856 e869f561ff Bridge synastry support and enrich VedAstro range scan 2026-06-28 16:37:07 +08:00
732642856 5b49967f65 Weight deep Ashtakavarga support in finance scoring 2026-06-28 16:22:02 +08:00
732642856 2295593b92 Bridge deep Ashtakavarga support into finance workflow 2026-06-28 16:08:34 +08:00
732642856 73d89586ca Extend Shadbala component cap to core routes 2026-06-28 15:34:17 +08:00
732642856 e492cb7034 Cap finance confidence on incomplete Shadbala components 2026-06-28 15:21:53 +08:00
732642856 b6b248f1e8 Fold Ashtakavarga into finance adjudication 2026-06-28 15:14:53 +08:00
732642856 a39830a2af Bridge Argala into strict adjudicators 2026-06-28 14:56:28 +08:00
732642856 ac6f4ed85f Add career adjudicator A10 AmK Karakamsha bridge 2026-06-28 14:41:45 +08:00
732642856 cf192d1a1e Add dignity guardrail to strict workflows 2026-06-28 14:19:12 +08:00
732642856 5397874338 Feed VedAstro ledger into strict workflows 2026-06-28 13:42:20 +08:00
732642856 94c478c40e Guard strict adjudicators against missing chart 2026-06-28 13:24:39 +08:00
732642856 4a46b5faad Add Jaimini marriage label bridge 2026-06-28 12:10:07 +08:00
732642856 657bccd2f4 Add external-truth Avayogi finance risk hook 2026-06-28 11:14:02 +08:00
732642856 ba867a4b8c Enforce external-truth Yogi finance boundary 2026-06-28 10:32:10 +08:00
732642856 0bee529579 Add external-truth Yogi finance hook 2026-06-28 10:00:54 +08:00
732642856 e18cb268a6 Add layered finance label outputs 2026-06-28 09:51:24 +08:00
732642856 4de72909a9 Weight finance promise source diversity 2026-06-28 09:40:16 +08:00
732642856 ce012d4587 Track finance promise source diversity 2026-06-28 00:05:29 +08:00
732642856 4cd9b9e756 Auto-derive finance promise strength 2026-06-27 23:53:53 +08:00
732642856 5a16357fde Strengthen finance adjudication promise scoring 2026-06-27 23:44:56 +08:00
732642856 dd0828a455 Tighten public wealth status adjudication 2026-06-27 23:24:10 +08:00
732642856 afe67431ff Lift public wealth status without cash-out overreach 2026-06-27 22:58:11 +08:00
732642856 f0dbee752c Build event adjudication skeleton for relationship and wealth 2026-06-27 21:28:55 +08:00
732642856 0881bb0964 fix(P0): sync SKILL.md version to v6.0.24 + fix MCP strict_workflow nonexistent subcommand
- SKILL.md: version 6.0.21 -> 6.0.24, header v6.0.23 -> v6.0.24-mcp-server
- mcp_server.py: strict_workflow was calling 'jyotish_engine.py strict-workflow'
  which does not exist as an argparse subcommand. Rewrote to:
  1. Keyword-based route detection (career/relationship/finance/timing/general)
  2. Call existing 'full-reading' subcommand (guaranteed to exist)
  3. Inject 'routing' metadata into response for client-side filtering
- py_compile + audit_capabilities --mode validate: all pass
- warnings=0, problems=0
2026-06-04 15:25:02 +08:00
732642856 fc26dbcd09 v6.0.24 MCP Server + registry warnings cleanup
## v6.0.24-mcp-server(2026-06-05)

### New Features
- Add mcp_server.py (v1.0): Full MCP Server with 12 tools + 3 resources
  - Tools: calculate_chart, calculate_dasha, calculate_shadbala,
           calculate_ashtakavarga, calculate_varga, calculate_varga_full,
           analyze_nakshatra, calculate_yogas, calculate_transit,
           full_reading, get_audit_status, strict_workflow
  - Resources: jyotish://technique-registry, jyotish://quick-reference,
                jyotish://competitive-analysis
  - All tools wrap CLI via subprocess (no engine code modification)
  - Graceful degradation when Swiss Ephemeris unavailable

### Registry Cleanup (P0)
- Add limitation fields to all 14 partial techniques
- Fix 7 knowledge_refs paths (add missing references/ prefix)
- Create 2 placeholder reference files:
  - references/bphs-ch48-narayana-dasha.md
  - references/muhurta-complete-guide.md
- audit_capabilities.py --mode validate: valid=true, problem_count=0, warning_count=0

### Documentation
- Rewrite README.md as professional English documentation
- Add competitive comparison table (vs PyJHora/VedAstro/Maitreya)
- Add honest self-assessment (Traditional Algo Accuracy 7.3/10 etc.)
- Add Quick Start with 5-minute full-reading example
- Add Technique Coverage table (44 techniques with status)
- Add Development Rules and Contributing guidelines

### Files Changed
- CHANGELOG.md: Add v6.0.24 release notes
- references/technique_registry.json: version v6.0.24-mcp-server
- references/competitive-analysis-2026-06-05.md: New file
- README.md: Complete rewrite
- mcp_server.py: New file (MCP Server implementation)
- references/bphs-ch48-narayana-dasha.md: New placeholder
- references/muhurta-complete-guide.md: New placeholder

### Verification
- py_compile: ALL OK (mcp_server.py + all scripts/*.py)
- audit_capabilities.py --mode validate: 0 problems, 0 warnings
- full-reading regression: modules_computed=45, errors=0, status=complete
- MCP Server test: initialize OK, 12 tools registered, capabilities OK
2026-06-04 14:08:39 +08:00