README.md
pyproject.toml
rewindex/__init__.py
rewindex/cli.py
rewindex/session.py
rewindex/version.py
rewindex.egg-info/PKG-INFO
rewindex.egg-info/SOURCES.txt
rewindex.egg-info/dependency_links.txt
rewindex.egg-info/entry_points.txt
rewindex.egg-info/requires.txt
rewindex.egg-info/top_level.txt
rewindex/agent/__init__.py
rewindex/agent/detector.py
rewindex/agent/registry.py
rewindex/agent/plugins/__init__.py
rewindex/agent/plugins/aider.py
rewindex/agent/plugins/base.py
rewindex/agent/plugins/claude_code.py
rewindex/agent/plugins/cursor.py
rewindex/agent/plugins/nanobot.py
rewindex/autostart/__init__.py
rewindex/autostart/linux.py
rewindex/autostart/macos.py
rewindex/commands/__init__.py
rewindex/commands/_project.py
rewindex/commands/cleanup.py
rewindex/commands/diff.py
rewindex/commands/init.py
rewindex/commands/log.py
rewindex/commands/note.py
rewindex/commands/project.py
rewindex/commands/rewind.py
rewindex/commands/snap.py
rewindex/commands/start.py
rewindex/commands/status.py
rewindex/commands/stop.py
rewindex/commands/uninstall.py
rewindex/commands/update.py
rewindex/config/__init__.py
rewindex/config/defaults.py
rewindex/config/loader.py
rewindex/config/validator.py
rewindex/daemon/__init__.py
rewindex/daemon/reconcile.py
rewindex/daemon/runner.py
rewindex/daemon/watcher.py
rewindex/db/__init__.py
rewindex/db/connection.py
rewindex/db/queries.py
rewindex/db/schema.py
rewindex/snapshot/__init__.py
rewindex/snapshot/engine.py
rewindex/snapshot/opcodes.py
rewindex/snapshot/reconstruct.py
rewindex/snapshot/storage.py
rewindex/ui/__init__.py
rewindex/ui/diff_viewer.py
rewindex/ui/rewind_prompt.py
rewindex/ui/welcome.py
rewindex/utils/__init__.py
rewindex/utils/formatting.py
rewindex/utils/id_parse.py
rewindex/utils/validation.py
tests/test_advanced_roundtrip.py
tests/test_agent_aliases.py
tests/test_agent_detection.py
tests/test_config.py
tests/test_daemon_log.py
tests/test_db.py
tests/test_missing_coverage.py
tests/test_multiproject.py
tests/test_new_features.py
tests/test_new_fixes.py
tests/test_opcodes.py
tests/test_orphan_detection.py
tests/test_project_rename.py
tests/test_project_selection.py
tests/test_rewind.py
tests/test_rewind_navigation.py
tests/test_same_folder.py
tests/test_security_fixes.py
tests/test_session.py
tests/test_snapshot_roundtrip.py
tests/test_version_json.py