docs(ai): Refresh AGENTS.md module list and fix coding.mdc command#5517
Open
runningcode wants to merge 3 commits into
Open
docs(ai): Refresh AGENTS.md module list and fix coding.mdc command#5517runningcode wants to merge 3 commits into
runningcode wants to merge 3 commits into
Conversation
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>
📲 Install BuildsAndroid
|
A rebase onto main can land a branch after a release was cut, leaving a new changelog entry under an already-released version heading. Document that the entry should be moved back into an Unreleased section at the top of CHANGELOG.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
AGENTS.md is the always-loaded entrypoint, so the rebase reminder reaches agents more reliably here than in an on-demand .cursor rule. Keep the detailed workflow in pr.mdc and point to it from here. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
📜 Description
Brings the agent-instruction docs back in line with the repo:
AGENTS.mdModule Architecture — the list had drifted and omitted whole product areas that now exist as modules and already have dedicated.cursor/rules. Added Session Replay (sentry-android-replay), Feature Flags (sentry-launchdarkly-*,sentry-openfeature), Queues (sentry-kafka), and JVM continuous profiling (sentry-async-profiler), plus the other previously-unlisted modules (NDK, SQLite, Timber, JDBC, JCache, OpenFeign, Spotlight, etc.), grouped under clear categories.AGENTS.mdRepository Skills — added a short pointer to the repo's committed skills (create-java-pr,test,check-code-attribution,btrace-perfetto) so agents prefer them over the manual workflow steps..cursor/rules/coding.mdc— fixed a typo where the per-file test command used./gradleinstead of./gradlew, and removed a stray double space in./gradlew apiDump.💡 Motivation and Context
AGENTS.mdis the required-reading entrypoint for AI coding agents in this repo, but its module list predated several modules/product areas, and thecoding.mdctest command was broken. Both lead agents astray.💚 How did you test it?
Docs-only change. Verified the module list against
settings.gradle.ktsand the corrected command against theMakefile/ Gradle task names.📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps
None.
#skip-changelog