You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(terraform): use recursive glob for pattern dir change detection
Change *.py to **/*.py so files in subdirectories (code_int_mcp/,
agents/, tools/) are included in the Docker image content hash.
Without this, edits to those files wouldn't trigger a rebuild.
0 commit comments