From bcdf26258bc3a4a01fc8315d5499bdd7933d97fb Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Thu, 26 Mar 2026 06:00:31 -0400 Subject: [PATCH] ew --- sunnypilot/sunnylink/docs/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sunnypilot/sunnylink/docs/README.md b/sunnypilot/sunnylink/docs/README.md index 3ab7f29fcc..2c230d26c1 100644 --- a/sunnypilot/sunnylink/docs/README.md +++ b/sunnypilot/sunnylink/docs/README.md @@ -351,15 +351,3 @@ Example constraints in `_enforce_sp_constraints()`: - No CarParams: remove all car-dependent params - No longitudinal: remove `ExperimentalMode` - No ICBM: remove `IntelligentCruiseButtonManagement` - -## Pre-Commit Checklist - -- [ ] Param registered in `common/params_keys.h` -- [ ] Item in `settings_ui.json` with correct widget type and `title` -- [ ] `offroad_only` enablement for settings that shouldn't change while driving -- [ ] `needs_onroad_cycle: true` for settings that trigger `OnroadCycleRequested` on the device UI -- [ ] Per-option enablement rules (if applicable) -- [ ] Section-level visibility/enablement rules (if applicable) -- [ ] `blocked: true` for device-only settings (if applicable) -- [ ] `title_param_suffix` for dynamic titles (if applicable) -- [ ] `python sunnypilot/sunnylink/tools/validate_settings_ui.py` passes