Context State Tracker Persists and restores state across autonomous coding sessions using structured artifacts. Quick Start Save Progress Load Progress Manage Feature List State Artifacts feature list.json claude-progress.txt Key Rules 1. Features are immutable : Can only transition from → 2. Never delete features : Removing features is CATASTROPHIC 3. Update progress after each session : Enables quick context restoration 4. Use git for detailed history : Commits provide granular rollback Workflow Integration Points - autonomous-session-manager : Uses state for session detection - coding-agen…