File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments