You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(ai): Refresh AGENTS.md module list and fix coding.mdc command
The Module Architecture section omitted several product areas that now
exist as modules and already have dedicated .cursor/rules: Session
Replay, Feature Flags, Queues (Kafka), and JVM continuous profiling. Add
them alongside the other previously-unlisted modules, and add a pointer
to the repository's task-specific skills.
Also fix a typo in coding.mdc where the per-file test command used
./gradle instead of ./gradlew.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2. Do not modify the API files (e.g. sentry.api) manually, instead run `./gradlew apiDump` to regenerate them
33
+
2. Do not modify the API files (e.g. sentry.api) manually, instead run `./gradlew apiDump` to regenerate them
34
34
3. Write comprehensive tests
35
35
4. New features should always be opt-in by default, extend `SentryOptions` or similar Option classes with getters and setters to enable/disable a new feature
0 commit comments