Resolve module references to absolute paths
<project:module[/subpath][#entry]><objective> Resolve module references to absolute file paths for quick navigation within the workspace. This command: - Parses module reference syntax - Looks up module in project_map.json - Computes absolute path - Returns structured resolution result </objective> <context> Project map: @project_map.json </context> <reference_syntax> ## Reference Patterns | Pattern | Example | Description | |---------|---------|-------------| | project:module | luon:neo4j_service | Module in specific project | | module_id | neo4j_service | Search all projects (if unique) | | project:module/subpath | lu...