From 0e09975e08485571cc628e45bd6dfbaa582cc268 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Mon, 16 Feb 2026 08:05:30 -0700 Subject: [PATCH] Add repo and docs links to CLAUDE.md header --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index dfb64c8..0dbbd12 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,6 +4,8 @@ A PostgreSQL extension that moves orbital mechanics inside the database — the way PostGIS did for geography. Native C extension using PGXS, 57 SQL functions, 7 custom types, covering satellites (SGP4/SDP4), planets (VSOP87), Moon (ELP2000-82B), 19 planetary moons (L1.2/TASS17/GUST86/MarsSat), stars, comets, Jupiter radio bursts, and interplanetary Lambert transfers. **Current version:** 0.2.0 on branch `phase/solar-system-expansion` +**Repository:** https://git.supported.systems/warehack.ing/pg_orbit +**Documentation:** https://pg-orbit.warehack.ing ## Build System ```bash