fix(#458): add status:ok to bootstrap-plan JSON envelope; all 12 JSON surfaces now have uniform status field

This commit is contained in:
YeonGyu-Kim
2026-05-25 16:34:33 +09:00
parent 11a6e081a2
commit eb7c14c4ae

View File

@@ -2853,6 +2853,7 @@ fn print_bootstrap_plan(output_format: CliOutputFormat) -> Result<(), Box<dyn st
"{}",
serde_json::to_string_pretty(&json!({
"kind": "bootstrap-plan",
"status": "ok",
"phases": phases,
}))?
),