fleet-memory/hindsight-integrations/claude-code/scripts
Nicolò Boschi 91397190c0
docs(claude-code): tidy configuration reference and sync README (#706)
* docs(claude-code): tidy configuration reference and sync README

Add missing settings (retainMode, retainToolCalls, retainTags,
retainMetadata, embedPackagePath, llmApiKeyEnv, agentName, and
several recall options) that existed in code but not in docs.
Restructure config tables with prose introductions, clearer
descriptions, and consistent layout across both files.

* refactor(claude-code): remove recallTopK setting

Unused client-side cap — Hindsight server already controls result
count via recallBudget and recallMaxTokens.
2026-03-26 14:07:35 +01:00
..
lib docs(claude-code): tidy configuration reference and sync README (#706) 2026-03-26 14:07:35 +01:00
recall.py docs(claude-code): tidy configuration reference and sync README (#706) 2026-03-26 14:07:35 +01:00
retain.py feat(claude-code): retain tool calls as structured JSON (#704) 2026-03-26 12:58:09 +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