Skip to content

Commit c829306

Browse files
chore(update-stack): remove pattern list from Phase 2, defer to ERRORS.md
1 parent de99687 commit c829306

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.claude/skills/update-stack/SKILL.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ Read the last entries — they list breaking changes requiring updates in projec
6464

6565
### 5. Align project modules
6666

67-
Diff project modules against `modules/tasks` (stack reference). Fix pattern drift per `ERRORS.md`:
68-
69-
- Layer order: Routes → Controllers → Services → Repositories → Models (no controller→repository direct calls)
70-
- JSDoc on all functions
71-
- `async/await + try/catch` in controllers and services
67+
Diff project modules against `modules/tasks` (stack reference). Fix any pattern drift flagged by `ERRORS.md`.
7268

7369
### 6. `/verify`

0 commit comments

Comments
 (0)