fix(simulation): Sprint 30 server — atmosphere filter fix + corridor-status cmd

#762: Update habitable_planet_count filter to accept both "breathable"
and "standard" atmosphere values via matches! macro. Previously only
matched "breathable", causing all committed systems to report 0
habitable planets.

#744: Add corridor-status subcommand to atlas CLI. Shows remaining
unfinished systems grouped by geographic_sector and hop_distance,
with plain text table output and totals.

Cargo.lock updated for v0.1.29.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-04 23:08:59 +02:00
co-authored by Claude Opus 4.6
parent d6b98925ed
commit 8a98cfa7fc
2 changed files with 68 additions and 3 deletions
+1 -1
View File
@@ -1236,7 +1236,7 @@ dependencies = [
[[package]]
name = "settled-reach-server"
version = "0.1.28"
version = "0.1.29"
dependencies = [
"bevy_app",
"bevy_ecs",