| 1 | # Ace Minimal Vendor DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own the minimal Ace editor files used by focused WebUI editor flows. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - JavaScript mode, theme, worker, and loader files are vendored Ace artifacts. |
| 10 | - `ace.min.css` owns local Ace styling required by the bundled files. |
| 11 | |
| 12 | ## Local Contracts |
| 13 | |
| 14 | - Avoid hand-editing Ace source files; replace from a known upstream build when updating. |
| 15 | - Keep filenames stable for existing WebUI imports. |
| 16 | |
| 17 | ## Work Guidance |
| 18 | |
| 19 | - Prefer adding only the modes and themes actually needed by core UI surfaces. |
| 20 | |
| 21 | ## Verification |
| 22 | |
| 23 | - Smoke-test editor surfaces that load this subset after changes. |
| 24 | |
| 25 | ## Child DOX Index |
| 26 | |
| 27 | No child DOX files. |