docs: add hint typography agent instructions

This commit is contained in:
CalamitousFelicitousness
2026-05-10 19:06:46 +01:00
parent 91d26b8a27
commit df15857a61
2 changed files with 51 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ General app structure is:
This file contains general guidelines for contributing to the SD.Next codebase, including conventions, tools, and project structure. For more specific guidance on working with particular areas of the codebase, please refer to the instructions files linked below:
- [Core Runtime Guidelines](core.instructions.md): Use when editing Python core runtime code, startup flow, model loading, API internals, backend/device logic, or shared state in modules and pipelines.
- [UI And Frontend Guidelines](ui.instructions.md): Use when editing frontend UI code, JavaScript, HTML, CSS, localization files, or built-in UI extensions including modernui and kanvas.
- [Hint Typography Guidelines](hints.instructions.md): Use when editing hint text or other UI strings in localization JSON files (`html/locale_*.json`, `html/override_*.json`).
## Agent Guidelines