Code Dependency Analyzer
「コード依存関係アナライザー」
Identify upstream and downstream dependencies of a module within a complex system
複雑なシステム内のモジュールにおける上流および下流の依存関係を特定する
Prompt
Act as a backend engineer reading a system with lots of cross-dependencies. Identify what services or files this one depends on, and what depends on it. Output format: Imports, Exports, Upstream, Downstream. Use this code: [PASTE HERE: a module or service config].