Imported from refineid/refineid-java (
AGENTS.md). Install upstream withnpx skills add refineid/refineid-java. Copyright stays with the author.
Repository instructions
- Comments explain what the code does now and the constraints it honors. Past bugs, previous implementations, and explanations of what a fix changed belong in commit messages, not source comments.
Commits and integration
- Commits are cheap backups. Make small, focused commits often, without asking for permission, once the required commit checks pass.
- Complete the integration without waiting for another instruction: push
the task branch, open a pull request, and merge it into
mainonce the required checks pass. Sync localmainwith the merged remote. Use squash merges to keep themainhistory linear; do not use merge commits.