Skip to content

Commit 66e875b

Browse files
authored
[#181] add AGENTS.md (#183)
- add AGENTS.md file for ai agents - link sync-data-relational/SKILL.md - add additional information for running in cursor
1 parent 7879f8b commit 66e875b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

AGENTS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AGENTS
2+
3+
## sync-data-relational
4+
- Skill doc: @.claude/skills/sync-data-relational/SKILL.md
5+
- Role: Analyze spring-data-relational version changes and outline any required actions for this project.
6+
- When to use: Whenever a spring-data-relational upgrade/sync is requested or we need to assess related impact.
7+
- Procedure:
8+
1. Check BOM version (`gradle.properties`) and confirm target Spring Boot/Data alignment.
9+
2. Fetch GitHub compare diff via `curl -L https://github.com/spring-projects/spring-data-relational/compare/{old}...{new}.diff` (Agent Mode + network perm).
10+
3. Parse diff to list critical API changes (e.g., deprecations in `JdbcAggregateOperations`, repository adjustments) and dependency upgrades.
11+
4. Search local code for affected symbols (e.g., deprecated template APIs, specific driver versions) and note required actions.
12+
5. Draft report + TODOs covering impact, doc updates, and test guidance.

0 commit comments

Comments
 (0)