mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-05-30 11:45:20 +08: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:
parent
11a6e081a2
commit
eb7c14c4ae
@ -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,
|
||||||
}))?
|
}))?
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user