Document NLM setup and create reusable prompt#3
Merged
master12coder merged 5 commits intomainfrom Mar 31, 2026
Merged
Conversation
Architecture fixes from senior architect review: 1. ChartData & PlanetData now frozen=True (immutable) - Prevents 151 compute modules from mutating shared chart data - Fixed test_ashtakavarga to use model_copy() instead of mutation 2. Engine public API now exports core entry points: - compute_chart() — single chart computation - compute_full_analysis() — complete 67-field analysis - FullChartAnalysis — the data model - ChartData, PlanetData — input/output types 3,643 tests pass. make all clean. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ne rule Moved Sadesati & Pitra dosha into dosha_sadesati_pitra.py and disease yogas 7-13 into medical_disease_part2.py. Also added exports/ to .gitignore and fixed import sort in __init__.py. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Upgrade pyenv Python 3.12.3 → 3.12.10, remove 3.9.12/3.10.0 - Fix uv workspace: rename apps → daivai-apps, add root deps, fix stale jyotish-products self-ref in products/pyproject.toml - Makefile: use `uv run python3` instead of bare `python3` - Fix mypy 1.19.1 type errors: add casts for no-any-return, type-ignore for SQLModel table=True, override for web routes - Update Starlette TemplateResponse calls to new API (request as first arg, context as kwarg) - Fix Anthropic SDK content block typing in factory.py - Add uv.lock for reproducible installs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…art, wealth flow
Add 6 new engine compute modules and 3 model files for cross-chart
family analysis. Key fix: Rahu/Ketu gemstone recommendations now resolve
via sign lord's functional nature per lagna (rashyadhipati principle)
instead of defaulting to "neutral".
New modules:
- functional_nature: any planet's functional classification per lagna +
Rahu/Ketu shadow planet resolution via BPHS rashyadhipati
- cross_chart: inter-chart planetary overlays (Moon contacts, axis
contacts, karmic links with Saturn/Rahu/Ketu)
- wealth_flow: earner/accumulator/distributor classification from
2L/10L/11L house placements
- conjunction_penalty: gemstone weight reduction when lagnesh conjuncts
Rahu/6L/8L/12L (BV Raman insight)
- family_gemstone_synergy: cross-family gemstone complementarity
detection ("one's poison = other's nectar")
- dasha_sync: synchronized Mahadasha/Antardasha timeline for family
Extended gem_therapy_core.py to post-process Rahu/Ketu via
get_shadow_planet_nature() — fixes the Gomed miss for Vrischik lagna.
Also fixes stale worktree path in test_yoga_new_definitions.py.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.