diff --git a/README.md b/README.md index 39624f5..edc9260 100644 --- a/README.md +++ b/README.md @@ -432,11 +432,13 @@ Health check endpoint that verifies connections to PostgreSQL and Redis, and ret ``` **Version Tracking:** -- `git_commit`: Short Git commit SHA (7 characters) of the deployed code, automatically detected during build +- `git_commit`: Short Git commit SHA (7 characters) of the deployed code, automatically provided by Start an AI Company deployment infrastructure - `version`: Application version (defaults to 1.0.0, can be set via APP_VERSION env var) This allows AI agents and monitoring tools to verify which version is currently running. The short commit ID is industry standard for deployment tracking, providing a balance between uniqueness and readability. +**Note:** Git commit tracking works automatically - no additional configuration needed. + --- ## Troubleshooting