chore(meta): update changelog

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 22:22:43 +02:00
co-authored by Claude Opus 4.6
parent 18bdb1ed3d
commit f7f2cac7e8
+11
View File
@@ -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 (3436) 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.