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:
Generated
+1
-1
@@ -1236,7 +1236,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "settled-reach-server"
|
||||
version = "0.1.28"
|
||||
version = "0.1.29"
|
||||
dependencies = [
|
||||
"bevy_app",
|
||||
"bevy_ecs",
|
||||
|
||||
Reference in New Issue
Block a user