# 🦾 Semantic Intelligence Directive (Clinerules)

This project is equipped with **29 High-Performance Semantic Intelligence Tools**. Follow this protocol:

### 🛡️ Think-Verify-Act Protocol:
1.  **Entry Point**: Call `get_semantic_context` on the target symbol first. **MANDATORY.**
2.  **Reasoning**: Use `sequential_think` to state your hypothesis and verification steps.
3.  **Structural Map**: Call `get_call_hierarchy` to understand how the code flows across files.
4.  **Risk Audit**: Call `evaluate_change_risk` before applying high-impact changes.
5.  **Anti-Hallucination**: Use `verify_reality` and `bring_back_to_reality` to resync your context with the actual code state.

### 🚀 Key Tools:
- `get_semantic_context`: Best starting point.
- `analyze_impact`: Calculates Blast Radius.
- `audit_dependencies`: Scans for CVEs.
- `review_diff`: Checks for Semantic Drift.

Follow the `AGENTS.md` guide for full protocol details. 🚀🦾🤖🛡️🌎✨
