layer-audit

Installation
SKILL.md

Layer Architecture Audit

Finds imports that violate the layered architecture boundary rules enforced by import-x/no-restricted-paths in eslint.config.ts.

Layer Hierarchy (bottom to top)

renderer  (top -- can import from all lower layers)
   ^
workbench
   ^
platform
   ^
  base    (bottom -- cannot import from any upper layer)

Each layer may only import from layers below it.

How to Run

Installs
1
GitHub Stars
1.8K
First Seen
Mar 31, 2026
layer-audit — comfy-org/comfyui_frontend