Problem
docs/sessions/index.md is in .gitignore. Every git reset --hard origin/main wipes it. Historical session data is lost between daemon restarts.
Fix
Either:
A. Remove from .gitignore and commit during housekeeping (like sync_github_tasks does)
B. Move to ~/.nightshift/session-index.md outside the repo
Option A is simpler and keeps everything in one place.
Acceptance Criteria
Problem
docs/sessions/index.mdis in.gitignore. Everygit reset --hard origin/mainwipes it. Historical session data is lost between daemon restarts.Fix
Either:
A. Remove from
.gitignoreand commit during housekeeping (likesync_github_tasksdoes)B. Move to
~/.nightshift/session-index.mdoutside the repoOption A is simpler and keeps everything in one place.
Acceptance Criteria