From 0ba35efc8cdce59314f76b506bcc725af6c4531b Mon Sep 17 00:00:00 2001 From: Tian jianyong <11429339@qq.com> Date: Wed, 16 Jul 2025 09:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A9CLAUDE=E5=A2=9E=E5=8A=A0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=AE=A1=E7=90=86=E5=8A=A8=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index f1099199..2c1c2094 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -146,7 +146,18 @@ PostGIS integration handles geometric calculations. Coordinate system defaults t - WebSocket push throttling: 1000ms to prevent frontend overload - Redis caching with 60-second expiration for real-time data -## API Access +## Version Management + +### Version Control Files +- **VERSION.md**: Contains current version number (semantic versioning) +- **changelog.md**: Detailed change log following Keep a Changelog format + +### Version Update Process +When making significant changes: +1. Update version number in VERSION.md +2. Add detailed changelog entry in changelog.md +3. Include version update in commit message +4. Use semantic versioning (MAJOR.MINOR.PATCH) - **Admin Interface**: http://localhost:8080 - **API Documentation**: http://localhost:8080/swagger-ui/index.html