Skip to content

Commit fb2707a

Browse files
authored
Merge branch 'main' into claude/add-oauth-client-credentials-wdnqt
2 parents 4202e24 + 9f927b4 commit fb2707a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CLAUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,11 @@ Example: `mcpc @apify logging-set-level debug`
517517

518518
## Common Implementation Patterns
519519

520-
After making any code changes, always run `npm run lint` and fix all errors before finishing. The lint command checks both ESLint rules and
520+
After making any code changes, always run `npm run lint` and fix all errors before finishing. The lint command checks both ESLint rules and
521521
Prettier formatting; run `npx prettier --write` on any files flagged for formatting issues or `npm run lint` to fix the entire repo.
522522

523+
For any non-trivial change (new feature, bug fix, behaviour change, or notable refactor), add an entry to the `[Unreleased]` section of `CHANGELOG.md` before finishing. Use the appropriate category (`Added`, `Changed`, `Fixed`, `Removed`). Skip purely internal changes such as test-only edits or code style fixes.
524+
523525
When implementing features:
524526

525527
1. **Keep core runtime-agnostic** - Use native APIs, avoid runtime-specific dependencies

0 commit comments

Comments
 (0)