Semantic calendar engine with lunar overlay and r* tool integration
Go to file
Jeff Emmett 5fcbfd6fa8 feat: initial rcal-online — semantic calendar engine with lunar overlay
Forked from zoomcal-jeffemmett, unified with cal-jeffemmett into a single
semantically-aware calendar app. Replaces IFC calendar with lunar calendar,
adds 4-tab views (Temporal, Spatial, Lunar, Context), and r* tool integration
layer for cross-tool calendar rendering.

- Phase 0: Forked zoomcal, inlined @cal/shared, added lunarphase-js + suncalc
- Phase 1: New type system (lunar + r* tools), Zustand store with tabs, IFC stripped
- Phase 2: Lunar engine with synodic month tracking, MoonPhaseIcon, LunarTab
- Phase 3: Adapter registry for r* tools, RCalProvider, URL-driven /context route
- Phase 4: Prisma + PostgreSQL backend, 7 API routes (events, sources, lunar, context)
- Phase 5: Docker multi-stage build, hardened docker-compose with PostgreSQL 16

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 09:01:34 -07:00
prisma feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
public feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
src feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
.dockerignore feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
.env.example feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
.gitignore feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
Dockerfile feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
docker-compose.yml feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
next.config.js feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
package-lock.json feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
package.json feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
postcss.config.js feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
tailwind.config.ts feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00
tsconfig.json feat: initial rcal-online — semantic calendar engine with lunar overlay 2026-02-15 09:01:34 -07:00