Skip to content

Commit 7921370

Browse files
committed
chore(tg-bot): document vendored API normalize policy
Made-with: Cursor
1 parent 3bea099 commit 7921370

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ The bot client (`src/client/LicenseChainClient.js`) targets API v1-style routes,
171171
- `GET /v1/apps/:id/licenses`
172172
- `GET /health`
173173

174+
## Vendored API normalize helper
175+
Both bots vendor an identical `src/client/licensechainApiNormalize.js` module to keep Docker builds self-contained (no shared module path). If the normalization logic changes, update both files to be byte-identical.
176+
174177
## Health Endpoints
175178

176179
- `GET /health` - process status, uptime, version

0 commit comments

Comments
 (0)