Claude Code's plugin installer does not merge hooks.json into settings.json automatically. This adds a setup script and skill that users can run once after installing the plugin to register the hooks manually.
8 lines
396 B
JSON
8 lines
396 B
JSON
{
|
|
"name": "hindsight-memory",
|
|
"description": "Automatic long-term memory for Claude Code via Hindsight. Recalls relevant memories before each prompt and retains conversation transcripts after each response.",
|
|
"version": "0.1.1",
|
|
"author": {"name": "Hindsight Team", "url": "https://vectorize.io/hindsight"},
|
|
"license": "MIT",
|
|
"keywords": ["memory", "hindsight", "recall", "retain"]
|
|
}
|