Merged
Conversation
Greptile SummaryThis PR adds comprehensive user management functionality to the IAM package, including inviting users, listing users/invitations, updating roles, and deleting users/invitations. The implementation includes proper validation to prevent accidental removal or demotion of organization owners.
One issue found: config.ts removed the default fallback for Confidence Score: 4/5
Important Files Changed
Last reviewed commit: 27680ca |
729def5 to
364e3f3
Compare
364e3f3 to
e9a50a0
Compare
MantasMiksys
approved these changes
Feb 20, 2026
|
🎉 This PR is included in version 1.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.14.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Lint-only configuration change; affects developer tooling and CI lint behavior but not runtime code.
Overview
Migrates ESLint configuration from legacy
.eslintrc.jsonto the ESLint v10 flat config format via a neweslint.config.js.The new config keeps the same TypeScript and core rule set while switching ignore patterns to glob-based
ignoresentries.Written by Cursor Bugbot for commit e9a50a0. This will update automatically on new commits. Configure here.