feat(atlas): author GJ 71 (Gateway/Tau Ceti) body catalog

First system fully authored via atlas author/commit workflow.
7 bodies + 1 station: Threshold (primary garden, 600M), Arden
(secondary garden, 500M), Verantis (domed moon, 20M), inner rocky,
outer ice, debris disk, oort cloud, Horizon Station (80M).

Atlas CLI updated with proper_name, population, hydrosphere,
economic_role, settlement_pattern, industrial_corridor fields in
proposal format. Commit-system writes all fields to DB.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 18:16:09 +01:00
co-authored by Claude Opus 4.6
parent fb401e80d2
commit 080732d2ac
2 changed files with 202 additions and 3 deletions
+148
View File
@@ -0,0 +1,148 @@
{
"system_id": "GJ 71",
"proper_name": "Tau Ceti",
"star_type": "G",
"spectral_class": "G8V",
"wiki_data": {
"habitable_count": 2,
"inhabited_count": 3,
"has_gas_giant": false,
"has_asteroid_belt": true,
"has_horizon_station": true,
"raw_bodies_line": "| **Bodies** | 2 habitable · 3 inhabited |"
},
"bodies": [
{
"body_id": "GJ71b",
"proper_name": null,
"body_type": "planet",
"orbit_index": 1,
"parent_body_id": null,
"inhabited": false,
"population": 0,
"mass_class": "terrestrial",
"atmosphere": "none",
"biome_summary": "barren",
"hydrosphere": "none",
"economic_role": null,
"settlement_pattern": null,
"industrial_corridor": null,
"notes": "inner rocky"
},
{
"body_id": "GJ71c",
"proper_name": "Threshold",
"body_type": "planet",
"orbit_index": 2,
"parent_body_id": null,
"inhabited": true,
"population": 600000000,
"mass_class": "terrestrial",
"atmosphere": "breathable",
"biome_summary": "temperate",
"hydrosphere": "ocean",
"economic_role": "agricultural",
"settlement_pattern": "urban_concentrated",
"industrial_corridor": null,
"notes": "primary garden world, first colony world through the gates"
},
{
"body_id": "GJ71d",
"proper_name": "Arden",
"body_type": "planet",
"orbit_index": 3,
"parent_body_id": null,
"inhabited": true,
"population": 500000000,
"mass_class": "terrestrial",
"atmosphere": "breathable",
"biome_summary": "temperate",
"hydrosphere": "rivers",
"economic_role": "agricultural",
"settlement_pattern": "dispersed_rural",
"industrial_corridor": null,
"notes": "secondary garden world, pastoral"
},
{
"body_id": "GJ71d-1",
"proper_name": "Verantis",
"body_type": "moon",
"orbit_index": 1,
"parent_body_id": "GJ71d",
"inhabited": true,
"population": 20000000,
"mass_class": "dwarf",
"atmosphere": "none",
"biome_summary": "barren",
"hydrosphere": "none",
"economic_role": "transit",
"settlement_pattern": "domed",
"industrial_corridor": null,
"notes": "domed service settlement"
},
{
"body_id": "GJ71e",
"proper_name": null,
"body_type": "planet",
"orbit_index": 4,
"parent_body_id": null,
"inhabited": false,
"population": 0,
"mass_class": "terrestrial",
"atmosphere": "thin",
"biome_summary": "frozen",
"hydrosphere": "ice",
"economic_role": null,
"settlement_pattern": null,
"industrial_corridor": null,
"notes": "outer ice world"
},
{
"body_id": "GJ71-belt",
"proper_name": null,
"body_type": "asteroid_belt",
"orbit_index": 5,
"parent_body_id": null,
"inhabited": false,
"population": 0,
"mass_class": null,
"atmosphere": null,
"biome_summary": null,
"hydrosphere": null,
"economic_role": null,
"settlement_pattern": null,
"industrial_corridor": null,
"notes": "debris disk"
},
{
"body_id": "GJ71-oort",
"proper_name": null,
"body_type": "oort_cloud",
"orbit_index": 6,
"parent_body_id": null,
"inhabited": false,
"population": 0,
"mass_class": null,
"atmosphere": null,
"biome_summary": null,
"hydrosphere": null,
"economic_role": null,
"settlement_pattern": null,
"industrial_corridor": null,
"notes": ""
}
],
"stations": [
{
"station_id": "GJ71-oort-S1",
"proper_name": "Horizon Station",
"orbits_body_id": "GJ71-oort",
"station_type": "horizon",
"population": 80000000,
"economic_role": "transit",
"docking_class": "major",
"has_gate_infrastructure": true,
"notes": "Veil Institute founding site + gate infrastructure"
}
]
}