chore(agents): update codex/cursor workflows

This commit is contained in:
Tommaso Casaburi
2026-03-17 15:54:46 +08:00
parent dfd96db7fa
commit 83aa221ec0
19 changed files with 76 additions and 69 deletions
+4 -1
View File
@@ -46,9 +46,10 @@ For each violation:
```bash
yarn build 2>&1
yarn doctor 2>&1
```
If the build breaks due to your changes, fix and re-run.
If the build or doctor check breaks due to your changes, fix and re-run.
### Step 5: Report Back
@@ -65,6 +66,7 @@ If the build breaks due to your changes, fix and re-run.
- `file.tsx:100` — description and why it wasn't auto-fixed
### Build: PASS/FAIL
### Doctor: PASS/FAIL
### Status: SUCCESS / PARTIAL / FAILED
```
@@ -72,5 +74,6 @@ If the build breaks due to your changes, fix and re-run.
- Only fix pattern violations — don't refactor unrelated code
- Follow patterns defined in AGENTS.md
- Run `yarn doctor` whenever UI logic changed
- If a fix would require significant restructuring, report it instead of applying it
- Use `yarn`, not `npm`