From f7f2cac7e8294b8cbb7be996b32a2f76639e8d57 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 7 Apr 2026 22:22:43 +0200 Subject: [PATCH] chore(meta): update changelog Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 746ddebd0..3012a8a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +### Added +- Sol system (GJ-0) handcrafted terrain pipeline (`tooling/planet-gen/sol_import.py`): imports real NASA/USGS data for Earth (ETOPO2022 + WorldClim), Mars (MOLA), Luna (LOLA), with procedural/synthetic fallbacks for remaining 14 bodies +- Ferric biome classes (34–36) in `biomes.toml` for Mars iron oxide surface — rust-red heightmaps and globes +- Mars terraforming: water pooling in Hellas Basin + vegetation fringe around terraformed oases +- Earth named features: 50 cities (smart scatter by continent), 15 rivers, 5 oceans, 7 mountain ranges +- Named feature overlays for Mars, Luna, and outer solar system moons +- Sol body-def overrides (`sol_overrides.json`) for gas giant palettes, ring config, Venus clouds + +### Fixed +- Globe renderer east-west mirroring: `arctan2(hx, hz)` replaces `arctan2(hz, hx)` in planet_renderer.py, centering view on 0° longitude + ### Removed - Qdrant semantic search infrastructure (#816): dropped commonwealth collection, removed qdrant_connector.py, wrapper scripts, /docs-search skill, and all active references. Grep replaces semantic search.