Intent-Code Divergence
High
- Confidence
- 96% confidence
- Finding
- This is a real integrity bug: createSkillFromPattern mutates an in-memory pattern object, but savePatterns() reloads patterns from disk and writes that fresh copy back, so convertedToSkill/convertedAt are lost. In an automation engine that scans and auto-creates skills, this can cause repeated creation attempts, inconsistent state, and corrupted workflow history rather than a direct code-execution issue.
