feat(config): support ready_http status codes#437
Conversation
Greptile SummaryThis PR adds structured
Confidence Score: 5/5Safe to merge; all changed paths behave correctly and the new config type is well-tested. The implementation is thorough: the new type, serialization, CLI merge logic, TUI preservation, lifecycle check, and schema are all consistent. The two observations in comments are minor edge cases that don't cause incorrect runtime behaviour with valid configurations. src/config_types.rs — minor parse-time validation gaps (empty URL, explicit empty status array) worth a follow-up. Important Files Changed
Reviews (2): Last reviewed commit: "fix(ipc): preserve ready_http status on ..." | Re-trigger Greptile |
Summary
ready_http = { url = "http://localhost:3000/health", status = [200, 401] }Validation
mise x rust@stable -- cargo checkmise x rust@stable -- cargo test --test test_pitchfork_tomlmise x rust@stable bun@latest -- cargo test --test test_e2e ready_http -- --nocaptureThis PR was generated with AI assistance.