π Daily Overview
Total Activity: 7 commits across 3 repositories
Plus: 1 eurekas Β· 2 CEO plans authored
π GitHub Activity
1. Sanskrit-texts β 3 commits
Initial commit: Open source Sanskrit texts, BPHS, references, and meta Β· 5a0dd2c
feat: Added Aarchjyotisham MD and generated JSON file Β· 62d38d6
feat: Added English and Hindi translations for all Aarchjyotisham shlokas Β· 11d936a
2. portfolio π β 2 commits
Feat/hero pietra verde (#11) Β· 1e6ff2a
feat: Pietra Verde palette + four-font typography landing redesign [PR 10]
- Migrate full landing surface to Pietra Verde tokens (malachite primary,
candle ink/bone paper) replacing legacy ember/teal palette in DESIGN.md,
globals.css, and tailwind.config.js- Adopt four-font system: Instrument Serif (display), Geist Sans (body),
JetBrains Mono (label), Noto Sans Devanagari (Hindi) via useLocaleFonts()- Restore Selected Work cards to thin-accent-line chassis with stage chip,
industry eyebrow, locale-aware labels, and β€140-char outcomes- Rename SSJK β Astroacharya across content + preview JSON
- Add accent-color, codeswitch glossary, format helpers, analytics-consent,
GoogleTranβ¦
v0.4.0.0 feat(booking): replace Calendly with tathya-mb BookingForm + MongoDB runtime config (#12) Β· 1931e8e
- chore(env): trim dead schema entries, declare NEXT_PUBLIC_WHATSAPP_NUMBER
Removes unused server vars (ENV, MONGODB_URI, JWT_ISSUER/SECRET, VERCEL_REGION/URL)
and the unused deploymentConfig export. VERCEL_URL/VERCEL_REGION are auto-injected
by the Vercel runtime; declaring them in schema created drift.NEXT_PUBLIC_WHATSAPP_NUMBER is added to the client schema β it was already
consumed by 4 components (WhatsAppCTA, HindiFeedbackLink, Footer,
ClosingCtaSection) but undeclared, leaving them silently undefined.Drops the placeholder env.CUSTOM_KEY mapping in next.config.js.
First commit of the envβMongo migration tracked in
~/.claude/plans/d2-2c-d3-valiant-rocket.md (M1 checkpoint).β¦
3. astroacharya π β 2 commits
refactor: bootstrap hora_acharya master, retire frontend + external clients Β· e411237
Reorganise astroacharya around per-master internal services. hora_acharya
is the first populated master and contains the BPHS canon walk, rule-table
JSONs, migrated enrichment primitives, and 5 Wave 1 primitives (upagrahas,
rashi_drishti, graha_drishti, gandanta, special_lagnas). Future siblings:
jaimini_acharya, tajaka_acharya, samhita_acharya.Restructure (this session):
- Delete frontend/ (Vite/React dev surface; production UIs are Astroclarity
and VipinKaushik-mb).- Move app/clients/{jhora,vedika} β tools/oracles/ as offline comparison
oracles for fixture verification. They must not be imported from app/.- Strip JHora/Vedika calls from /horoscope. β¦
fix: align /sky/today panchanga and planet snapshot; add README + Wave 2 TODOs Β· 2e44766
- fix(sky_today): panchanga.nakshatra and planets.Moon.nakshatra disagreed
whenever the Moon crossed a nakshatra boundary between local sunrise and
the request time, because get_panchanga_service hardcoded a 06:00:00 JD
while sky/today uses now_utc. Make get_panchanga accept an optional time
arg; sky/today passes the current local time so both paths share one
ephemeris instant. Other panchanga endpoints keep the canonical
sunrise-anchored default. β¦
π Development Analytics
Daily Summary
| Metric | Today |
|---|---|
| Commits | 7 |
| Merges | 0 |
| Skill runs | 0 |
| Decisions | 0 |
| Eurekas | 1 |
| CEO plans | 2 |
| Notes touched | 0 |
Decisions logged today
None today.
Eurekas
- No Vedic-astrology incumbent (drik/prokerala/astrosage/mpanchang/astroyogi/clickastro) treats live planetary computation as the interface itself β all are 2010-era tabular ad-tech. Real-time animated sky-mandala over Ujjain with Swiss Ephemeris precision is genuinely unoccupied territory. (office-hours)
Strategic plans authored
- Astroclarity β landing page v1
- Youvan β youvan prakashan redesign
Notes touched
None today.
Running totals (as of this date)
Active days last 90: 56 / 90 (substantive)
Days with any signal last 90: 59 / 90
Skill runs (since 2026-03-25): 74
Commits this year (authored): 766
Decisions logged this year: 0
Eurekas this year: 4
CEO plans authored this year: 12
Projects touched this year: 52
Top projects last 90: portfolio (25d), Mothership (19d), motherboard-shared (11d), Astroclarity (10d), motherboard-core (9d)
π My Notes
(Preserved from prior hand-written entry β moved here so it is never overwritten.)
Tathya-portfolio
feat/hero-pietra-verde1ee5870 ci: consolidate workflows into single CI jobmain61c307b chore(env): trim dead schema entries, declare NEXT_PUBLIC_WHATSAPP_NUMBERfeat/env-mb-configb700386 chore(env): trim dead schema entries, declare NEXT_PUBLIC_WHATSAPP_NUMBERfeat/env-mb-config403b892 feat(config): MongoDB-backed runtime site config layerfeat/env-mb-config60d44ad feat(booking): scaffold BookingForm + /api/booking route with WhatsApp fallbackfeat/env-mb-config1b32fff fix: pre-landing review fixes β fail-closed when MB token unset, timeout MB config fetchfeat/env-mb-configddf28d4 chore: bump version and changelog (v0.4.0.0)
astroacharya
maine411237 refactor: bootstrap hora_acharya master, retire frontend + external clientsmain2e44766 fix: align /sky/today panchanga and planet snapshot; add README + Wave 2 TODOs