Skip to content

Conversation

@mic-mart
Copy link
Collaborator

Summary

  • Add AGENTS.md file with comprehensive guidelines for AI agents conducting code reviews
  • Establish consistent review criteria across security, performance, and platform-specific best practices
  • Provide structured checklist for systematic code evaluation

Changes

This PR adds a new AGENTS.md file to provide AI agents with clear guidelines when reviewing code in this repository. The guidelines cover:

  • Code standards and conventions adherence
  • Security vulnerability assessment
  • Performance optimization checks
  • Platform-specific best practices (React Native, Kotlin, Swift)
  • Functional verification against PR descriptions
  • Testing and documentation requirements
  • Dependency management
  • Accessibility considerations
  • User experience validation

Test plan

  • Documentation file created successfully
  • Markdown formatting validated
  • Content reviewed for completeness and clarity

Add AGENTS.md with comprehensive review guidelines for AI agents
conducting code reviews. Includes checks for security, performance,
platform-specific best practices, and functional verification.
Copy link
Collaborator

@sidorchukandrew sidorchukandrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it!

Remove outdated bridge communication reference and error boundary
guideline that is not applicable to SDK development. Add guidance
for React Native architecture compatibility.
@mic-mart mic-mart merged commit 8218cec into main Nov 30, 2025
1 check passed
@mic-mart mic-mart deleted the mm/agents-file branch November 30, 2025 21:11
jhampton pushed a commit that referenced this pull request Jan 16, 2026
## 0.8.0 (2026-01-16)

* chore: Depend on most recent Swift SDK version and update breaking changes (#27) ([a042211](a042211)), closes [#27](#27)
* chore(ci): Disable NPM tokens in release workflow (#28) ([c63c21a](c63c21a)), closes [#28](#28)
* chore(ci): update semantic-release to support OIDC workflow (#29) ([de337dc](de337dc)), closes [#29](#29)
* chore(ci): YPE-1050 Modify release.yml for permissions and Node.js version ([2c86c6f](2c86c6f))
* Add NODE_AUTH_TOKEN to release workflow ([2bdc89c](2bdc89c))
* Add provenance option to npm release configuration ([d746acf](d746acf))
* Enable NPM_CONFIG_PROVENANCE in release workflow ([e027853](e027853))
* Update Node.js version and add NPM upgrade step ([ee94aa2](ee94aa2))
* feat: add support for `configure` in Kotlin (#16) ([d9bca2d](d9bca2d)), closes [#16](#16)
* feat: implement `setApiHost` and `getAccessToken` in Kotlin (#17) ([a4ee43c](a4ee43c)), closes [#17](#17)
* feat: Implement `SignInWithYouVersionButton` for Kotlin (#26) ([5072471](5072471)), closes [#26](#26)
* feat: Implement API utils for Kotlin/Android (#25) ([9a88926](9a88926)), closes [#25](#25)
* feat: implement votd API endpoint for Kotlin (#19) ([59e6874](59e6874)), closes [#19](#19)
* docs: add AI agent code review guidelines (#23) ([8218cec](8218cec)), closes [#23](#23)
@github-actions
Copy link

🎉 This PR is included in version 0.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants