Files
ComfyUI_frontend/scripts
Glary-Bot 23ac4f25b9 feat: lint rules to deprecate hand-written API schemas
- ESLint: warn on imports of @/schemas/apiSchema; direct consumers to
  @comfyorg/ingest-types generated types. Scoped to src/.
- ESLint: warn on new 'zod' imports under src/schemas/ for server
  response shapes. Excludes tests.
- Pre-commit: scripts/check-frozen-dirs.ts prints a non-blocking
  warning when new files are added under src/composables, src/stores,
  or src/services.

All rules use warn severity / non-blocking so the migration can be
incremental without breaking CI. Existing imports remain legal and
pre-existing CI checks (typecheck, --max-warnings default) are
unaffected.
2026-04-20 03:10:48 +00:00
..
2025-10-17 19:23:42 -07:00