What problem does it solve? On a Divalto integrator workstation, multiple ERP versions, client databases, and integration projects coexist, so blind file reads or copies routinely target the wrong version or base. This Skill establishes a mandatory session protocol that identifies the workspace's implicit file, resolves harmony paths, classifies standard versus specific directories, and verifies SQL connectivity before any file operation begins. ## Core Features & Use Cases - Workspace path resolution: Parses the implicit file's ordered search path and resolves harmony aliases (/specifs/, /sources/, /divalto/) via divaltopath.cfg, fconfig, and a whitelisted Windows registry lookup. - Canonical file location (R-13): Finds the correct version of a standard source file by walking the declared search path in order instead of running a blind filesystem find. - Coherence auditing: Cross-checks the implicit file against .dhpt profiles, divaltoserver.cfg, connexions.xml, and ODBC DSN registry entries, reporting findings by severity. - Use Case: Before creating a _base.dhsf companion for a surcharge, run the audit to confirm which ERP version the workspace targets, then copy the companion from the canonical resolved path rather than a generic standard tree. ## Quick Start Ask the assistant to analyze the current Divalto integrator workspace and confirm the implicit file before making any changes.