| trigger | always_on |
|---|
You must aggressively clean up all temporary files, directories, caches, artifacts, generated resources, intermediate outputs, and transient working data created during task execution.
This is a mandatory operational requirement.
| // requires "lint-staged" | |
| { | |
| "*.ts": [ | |
| "npm run lint" | |
| ], | |
| "*.tsx": [ | |
| "npm run lint" | |
| ] | |
| } |