Work Tracker

πŸ“Š 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

MetricToday
Commits7
Merges0
Skill runs0
Decisions0
Eurekas1
CEO plans2
Notes touched0

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-verde 1ee5870 ci: consolidate workflows into single CI job
  • main 61c307b chore(env): trim dead schema entries, declare NEXT_PUBLIC_WHATSAPP_NUMBER
  • feat/env-mb-config b700386 chore(env): trim dead schema entries, declare NEXT_PUBLIC_WHATSAPP_NUMBER
  • feat/env-mb-config 403b892 feat(config): MongoDB-backed runtime site config layer
  • feat/env-mb-config 60d44ad feat(booking): scaffold BookingForm + /api/booking route with WhatsApp fallback
  • feat/env-mb-config 1b32fff fix: pre-landing review fixes β€” fail-closed when MB token unset, timeout MB config fetch
  • feat/env-mb-config ddf28d4 chore: bump version and changelog (v0.4.0.0)

astroacharya

  • main e411237 refactor: bootstrap hora_acharya master, retire frontend + external clients
  • main 2e44766 fix: align /sky/today panchanga and planet snapshot; add README + Wave 2 TODOs