first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
@@ -33,7 +33,7 @@ grep -i "font" {{settings_schema_path}}
Once you have a candidate key name, run the bundled script to get the **full dotted path**, the setting's properties, and any parent context. This is critical — the schema has multiple sections with similar names (e.g. several `input` keys), so never assume the nesting from grep output alone.
```sh
python3 <skill_dir>/scripts/find_setting.py {{settings_schema_path}} <key_name>
python3 {{skill_dir}}/scripts/find_setting.py {{settings_schema_path}} <key_name>
```
The output gives you the unambiguous full path (e.g. `properties.appearance.properties.input.properties.input_mode`) and the setting's full definition including valid values.