2026-01-29 09:58:10 +00:00
|
|
|
## Frontend Workflow
|
|
|
|
|
|
|
|
|
|
- Refer to the `./docs/test.md` and `./docs/lint.md` for detailed frontend workflow instructions.
|
|
|
|
|
|
2025-11-26 07:18:07 +00:00
|
|
|
## Automated Test Generation
|
|
|
|
|
|
2026-01-29 09:58:10 +00:00
|
|
|
- Use `./docs/test.md` as the canonical instruction set for generating frontend automated tests.
|
2025-11-26 07:18:07 +00:00
|
|
|
- When proposing or saving tests, re-read that document and follow every requirement.
|
2025-12-16 06:21:05 +00:00
|
|
|
- All frontend tests MUST also comply with the `frontend-testing` skill. Treat the skill as a mandatory constraint, not optional guidance.
|