What problem does it solve?
Prevents the system from opening or updating the wrong client's working folder by auditing how client identity is resolved from tax ID (cedula) and ensuring profile consistency and auto-healing behavior.
Core Features & Use Cases
- Session resolution auditing: Traces how the app normalizes and matches a given cedula/identification to the correct client folder and session object.
- Identity auto-curation (_heal_client) review: Verifies whether the UI-driven healing flow (rename operations, user confirmation prompts, and profile persistence) is coherent and safe.
- Client profile consistency checks: Confirms that loaded profiles are correctly parsed and that key identity fields (including CIIU/activity) remain consistent with the resolved client.
Quick Start
Ask the auditor to review the current code path for cedula-based session resolution, including _heal_client behavior and profile coherence, and then produce a findings report with a clear verdict.