Skip to content

Commit 88fd47e

Browse files
chore(docs): add pr skill monitor loop entry to ERRORS.md
1 parent f9448f6 commit 88fd47e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ERRORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Use this file as a compact memory of recurring AI mistakes.
1212
## Entries
1313

1414
- [2026-02-22] functions: new or modified functions without JSDoc header -> always add JSDoc (description + `@param` for each arg + `@returns` for non-void return values and all async functions)
15-
- [2026-02-22] tests: never patch code to pass a test -> if a test is wrong, fix the test; if logic needs refactoring, refactor it
15+
- [2026-02-22] tests: never patch code to pass a test -> if a test is wrong, fix the test; if logic needs refactoring, refactor it
16+
- [2026-02-23] pr skill: stopping after `gh pr ready` -> always enter the monitor loop (wait CI → 3min grace → read feedback → iterate) until stop condition is met

0 commit comments

Comments
 (0)