Expand description
NavigationContext: Track recursion depth and detect cycles
This module provides:
- Depth tracking for recursive navigation
- Cycle detection via visited file set
- RAII guard pattern for safe depth management
Structsยง
- Depth
Guard - RAII guard to decrement depth on drop
- Navigation
Context - Context for tracking recursive navigation