chore: remove AI session save/resume helpers #56
Reference in New Issue
Block a user
Delete Branch "chore/remove-ai-session-save"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Removes the AI session save/resume system entirely — the hook scripts that captured session IDs and the resume functions that consumed them.
Removed functions
save_claude_session.fish,save_antigravity_session.fish— session-start hook scripts that wrote.claude_session/.antigravity_sessionclaude-resume.fish,antigravity-resume.fish,code-resume.fish— consumers of those session filesDocs
docs/fish-config.md— dropped the three function sections and the session-helper mention in thepython3dependency notedocs/fish-config.index— removed the orphaned keyword entrieshtml/,wiki/, and man page are rebuilt bybuild-docs.ymlon merge tomainOut-of-repo cleanup (not part of this diff)
SessionEndhook registration from~/.claude/settings.jsonSessionEndhook from~/.gemini/settings.json(it pointed at an already-deletedsave_gemini_session.fish)$HOME: 27.claude_sessionand 9.gemini_sessionfilesLeft intact
agy,antigravity-ide,claude,claude-pr,claude-docs,superpowers,scrub— none touch the session files. The.gitignore.claude*/.antigrav*patterns are general AI-file rules, not part of this setup.Manual Verification
save_claude_session/claude-resume/code-resumefunctionstype claude-resume antigravity-resume code-resume save_claude_session save_antigravity_session— all report "could not find"agy,claude,antigravity-ide,superpowersstill work normally.claude_sessionfile appears in the cwdconfig_help(orman fish-config) — noclaude-resume/antigravity-resume/code-resumeentries remainbuild-docs.ymlregenerated the HTML/wiki/man page without the removed sections