fleet-memory/hindsight-integrations/claude-code/scripts
Ben a94a90ea3f
fix(claude-code): make fcntl import conditional for Windows compatibility (#694)
fcntl is a Unix-only module — importing it unconditionally causes an
ImportError on Windows, breaking the entire plugin. Guard the import with a
sys.platform check and fall back to a no-op lock path in
increment_turn_count() so Windows users get correct behaviour without
crashing.
2026-03-25 18:20:27 +01:00
..
lib fix(claude-code): make fcntl import conditional for Windows compatibility (#694) 2026-03-25 18:20:27 +01:00
recall.py feat: Add Claude Code integration plugin (#651) 2026-03-23 12:06:54 +01:00
retain.py feat: Add Claude Code integration plugin (#651) 2026-03-23 12:06:54 +01:00
session_end.py feat: Add Claude Code integration plugin (#651) 2026-03-23 12:06:54 +01:00
session_start.py fix(claude-code): pre-start daemon in background on SessionStart hook (#663) 2026-03-23 16:11:57 +01:00
setup_hooks.py fix: add setup_hooks.py and hindsight:setup skill for hook registration (#690) 2026-03-25 16:59:25 +01:00