mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(agents): update codex/cursor workflows
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user