From b87f08f65156500def5fdc124cf256c15a329fd0 Mon Sep 17 00:00:00 2001 From: aivong-openhands Date: Sat, 18 Apr 2026 08:24:56 -0500 Subject: [PATCH] docs: add note about updating enterprise poetry lockfile (#13761) Co-authored-by: openhands --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index f352a51a0a..4351a9dc5c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -226,6 +226,7 @@ Each integration follows a consistent pattern with service classes, storage mode - Database changes require careful migration planning in `enterprise/migrations/` - Always test changes in both OpenHands and enterprise contexts - Use the enterprise-specific Makefile commands for development +- When the `openhands-ai` package (root project) version has been updated, run `poetry lock` in the `enterprise/` folder to update the version in the enterprise poetry lockfile. **Enterprise Testing Best Practices:**