Morning team. The deployment pipeline is green again. Fixed the flaky test in the auth module.
@Alex Rivera nice, that one's been failing intermittently for a week. Was it the timeout issue?
Yeah, the session mock wasn't being cleaned up between test runs. Added a proper teardown hook.
Quick update on the API redesign: the new endpoints are ready for review. PR #847 has the full diff. @Priya Sharma I'd appreciate your eyes on the auth middleware changes.
On it. I'll review this morning and leave comments by lunch.
Heads up โ I'm bumping the Node version in staging to 22. If anyone has local env issues after pulling, check your .nvmrc.
Hey everyone! Just getting up to speed. Where can I find the onboarding docs for the codebase?
@Cass Morgan welcome! Check the /docs folder in the monorepo โ there's a CONTRIBUTING.md and an architecture overview. Happy to pair on anything this week.