01Session Continuity: Bridges the gap between disjointed AI chat sessions by retrieving recent trajectory summaries.
02Automated Shadow Snapshots: Creates micro-commits in a hidden `.trajectory` git repository upon file saves, without polluting the main project history.
03Intent & Noise Filtering: Allows explicit intent recording for snapshots and smart consolidation to clean up noisy trial-and-error history into meaningful checkpoints.
04"Flow" Awareness: Provides LLMs with the vector of code changes through `get_file_trajectory` for file history and `get_global_trajectory` for ripple effects.
050 GitHub stars