What problem does it solve? When working across multiple projects, agents need a reliable way to locate and load the canonical Content Insertion Decision Framework (CIDF) skill without duplicating it or accidentally fetching from the wrong repository. This wrapper resolves the correct orama-system checkout and delegates all behavior to it. ## Core Features & Use Cases - Marker-Verified Resolution: Locates the canonical repo via environment variables, git toplevel detection, or a bounded sibling-directory search, verifying the marker file bin/orama-system/cidf/SKILL.md exists. - Read-Only Loading: Loads the canonical skill without fetching, pulling, installing, or modifying anything, preventing unintended side effects during activation. - Explicit Refresh Workflow: Provides a guarded git fetch/pull procedure for maintenance that refuses to overwrite dirty worktrees or non-tracking branches. - Use Case: An agent in a sibling project needs to make a content insertion decision; it uses this wrapper to find the orama-system checkout and load the canonical CIDF skill's decide(), lint_strict(), and execute_with_fallback() API. ## Quick Start Ask the agent to load the orama-cidf skill and apply the Content Insertion Decision Framework to decide where new content should be inserted in your project.