mirror of
https://github.com/langgenius/dify.git
synced 2026-03-11 10:17:50 +08:00
862 B
862 B
Frontend Workflow
- Refer to the
./docs/test.mdand./docs/lint.mdfor detailed frontend workflow instructions.
Overlay Components (Mandatory)
./docs/overlay-migration.mdis the source of truth for overlay-related work.- In new or modified code, use only overlay primitives from
@/app/components/base/ui/*. - Do not introduce deprecated overlay imports from
@/app/components/base/*; when touching legacy callers, prefer migrating them and keep the allowlist shrinking (never expanding).
Automated Test Generation
- Use
./docs/test.mdas the canonical instruction set for generating frontend automated tests. - When proposing or saving tests, re-read that document and follow every requirement.
- All frontend tests MUST also comply with the
frontend-testingskill. Treat the skill as a mandatory constraint, not optional guidance.