What problem does it solve?
Dex project context, rules, and repo memory can drift out of sync as the codebase changes, leading to outdated workflow configurations, incorrect quality gates, and inefficient ticket processing that wastes developer time.
Core Features & Use Cases
- Automated Context Refresh: Re-analyzes the entire codebase to update Dex's project context, rules, and durable repo memory with the latest verified patterns.
- Drift Detection: Supports
--dry-run and --trace-retrieval modes to identify context drift without modifying any files, perfect for pre-flight checks.
- Use Cases: Run after
dx init to build initial context, after repeated review comments or CI failures reveal new repo patterns, or before background maintenance runs that require up-to-date workflow context.
Quick Start
Use the dxsync skill to refresh your Dex project context and repo memory after recent codebase changes.