Created scripts/check-version-consistency.sh:
- Checks package.json version (source of truth)
- Validates README.md and src/definitions.ts versions
- Warns on other file version mismatches
- Integrated into scripts/verify.sh
Removed tracked .gradle/ files from git.
Verification:
- Version check script works ✅
- Integrated into verify.sh ✅