Skip to content

meta: Add dotagents configuration#5230

Draft
markushi wants to merge 1 commit intomainfrom
markushi/feat/dotagents
Draft

meta: Add dotagents configuration#5230
markushi wants to merge 1 commit intomainfrom
markushi/feat/dotagents

Conversation

@markushi
Copy link
Member

@markushi markushi commented Mar 24, 2026

📜 Description

Sets up dotagents for managing shared agent skills in this repo.

Changes:

  • Add agents.toml declaring skill sources (getsentry/dotagents and getsentry/sentry-for-ai)
  • Remove previously committed skills (create-java-pr, test) — now managed by dotagents install
  • Update .gitignore to exclude auto-generated files (agents.lock, .agents/.gitignore, .claude/skills/)

Only Java/Android-relevant skills are included: sentry-android-sdk, sentry-sdk-setup, sentry-sdk-upgrade, sentry-workflow, sentry-fix-issues, sentry-code-review, sentry-pr-code-review, sentry-feature-setup, sentry-create-alert, sentry-setup-ai-monitoring.

💡 Motivation and Context

dotagents is Sentry's CLI tool for managing AI agent skills declaratively — like a package manager for instruction sets that teach AI coding assistants (Claude Code, Cursor, etc.) how to do Sentry-specific tasks. Teams run npx @sentry/dotagents install to get consistent AI assistant behavior.

💚 How did you test it?

Verified npx @sentry/dotagents install installs all declared skills and Claude Code resolves them correctly.

📝 Checklist

  • I added GH Issue ID & Linear ID
  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.

🔮 Next steps

#skip-changelog

@github-actions
Copy link
Contributor

github-actions bot commented Mar 24, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


This PR will not appear in the changelog.


🤖 This preview updates automatically when you update the PR.

@sentry
Copy link

sentry bot commented Mar 24, 2026

Sentry Build Distribution

App Name App ID Version Configuration Install Page
SDK Size io.sentry.tests.size 8.37.0 (1) release Install Build

@markushi markushi force-pushed the markushi/feat/dotagents branch 2 times, most recently from 709ac2e to 27ba1df Compare March 26, 2026 09:23
Sets up dotagents to manage AI agent skills declaratively via agents.toml.
Previously committed skills are now managed by dotagents and gitignored.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@markushi markushi force-pushed the markushi/feat/dotagents branch from 27ba1df to 3cc54d5 Compare March 26, 2026 09:29
@@ -1,184 +0,0 @@
---
name: create-java-pr
Copy link
Member

Choose a reason for hiding this comment

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

this PR removes skills, can we keep those please

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants