DC-005 refactored everything into src/ subdirs but left bare require() paths in app.js (managers/, security/, monitoring/, docker/, recipes/, utilities/, context/, dns/) which resolve fine in tests (jest mocks) but fail in the container where NODE_PATH=/app/src is not set. Fixed ~25 requires with relative paths.