关于
Absolute Path Checker is a specialized utility for Claude Code designed to maintain code portability by scanning for and eliminating hardcoded absolute paths, such as those containing home directory references or root-level anchors. It automatically triggers during refactoring, testing, and directory restructuring tasks to ensure that path-related logic relies on relative references or environment-agnostic variables. By providing automated detection and guidance on modern path resolution patterns like import.meta or dynamic path joining, it prevents the 'works on my machine' syndrome and streamlines the transition of code across different development environments and CI/CD pipelines.