mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-28 08:26:45 +00:00
fix(#458): add status:ok to bootstrap-plan JSON envelope; all 12 JSON surfaces now have uniform status field
This commit is contained in:
@@ -2853,6 +2853,7 @@ fn print_bootstrap_plan(output_format: CliOutputFormat) -> Result<(), Box<dyn st
|
|||||||
"{}",
|
"{}",
|
||||||
serde_json::to_string_pretty(&json!({
|
serde_json::to_string_pretty(&json!({
|
||||||
"kind": "bootstrap-plan",
|
"kind": "bootstrap-plan",
|
||||||
|
"status": "ok",
|
||||||
"phases": phases,
|
"phases": phases,
|
||||||
}))?
|
}))?
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user