关于
This skill provides deep domain knowledge for the myfy dependency injection system, enabling developers to build modular and testable Python applications. It covers the implementation of constructor-based DI across three distinct lifecycles: SINGLETON for shared resources, REQUEST for web contexts, and TASK for background workers. By applying this skill, developers can ensure strict architectural boundaries through compile-time scope validation, utilize qualifiers for ambiguous resolution, and implement advanced patterns like the Factory pattern to bridge different scope levels effectively.