For app-code: - use same rules as [bundler](https://github.com/meteor/meteor/blob/devel/tools/bundler.js) for file's path to put the code in either `client` or `server` category. - understand `isClient` and `isServer` blocks For packages: - infer the separation from `package.js`