mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-12 04:01:35 +00:00
Both skills instruct the agent to clear the result cache via `from semantica.semantic_extract.cache import _result_cache`, but the module exports the `ExtractionCache` singleton as `extraction_cache`. The private name never existed, so the first step of both skills raises ImportError. `extraction_cache.clear()` is the equivalent call. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>