Verify Changes
This skill verifies that recent code changes are correct and do not break existing functionality.
Steps
- Run the fast memory tests to ensure core functionality is working.
npm run test:fast:memory - (Optional) Run linting to check for style issues.
npm run lint