| 1 | # Ace Min Vendor DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own the full minified Ace editor distribution and static assets. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - `ace.js`, extensions, modes, themes, workers, keybindings, and image assets are vendored Ace artifacts. |
| 10 | |
| 11 | ## Local Contracts |
| 12 | |
| 13 | - Treat files as upstream-generated assets. |
| 14 | - Do not hand-edit minified or generated files for product behavior. |
| 15 | - Preserve referenced asset filenames unless all imports are updated. |
| 16 | |
| 17 | ## Work Guidance |
| 18 | |
| 19 | - Replace this directory with a clean upstream distribution when updating Ace. |
| 20 | - Keep unrelated generated files and local caches out of this vendor bundle. |
| 21 | |
| 22 | ## Verification |
| 23 | |
| 24 | - Smoke-test editor and code-input surfaces after vendor updates. |
| 25 | |
| 26 | ## Child DOX Index |
| 27 | |
| 28 | No child DOX files. |