fleet-memory/hindsight-integrations/claude-code/scripts/lib
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
..
__init__.py feat: Add Claude Code integration plugin (#651) 2026-03-23 12:06:54 +01:00
bank.py feat: Add Claude Code integration plugin (#651) 2026-03-23 12:06:54 +01:00
client.py feat: Add Claude Code integration plugin (#651) 2026-03-23 12:06:54 +01:00
config.py fix(claude-code): fix plugin installation, config UX, and release workflow (#661) 2026-03-23 15:15:16 +01:00
content.py feat: Add Claude Code integration plugin (#651) 2026-03-23 12:06:54 +01:00
daemon.py fix(claude-code): pre-start daemon in background on SessionStart hook (#663) 2026-03-23 16:11:57 +01:00
llm.py feat: remove hardcoded default models from integrations (#670) 2026-03-24 17:20:15 +01:00
state.py fix(claude-code): make fcntl import conditional for Windows compatibility (#694) 2026-03-25 18:20:27 +01:00