Skip to content

feat: add Claude Code memory cookbook example#34

Merged
benfrank241 merged 1 commit into
mainfrom
feat/claude-code-cookbook
Apr 29, 2026
Merged

feat: add Claude Code memory cookbook example#34
benfrank241 merged 1 commit into
mainfrom
feat/claude-code-cookbook

Conversation

@benfrank241

Copy link
Copy Markdown
Member

Summary

Adds `applications/claude-code-memory/` — README + seed script for the Hindsight memory plugin for Claude Code, mirroring the existing `codex-memory` layout.

The actual integration is the hindsight-memory plugin installed via:

```bash
claude plugin marketplace add vectorize-io/hindsight
claude plugin install hindsight-memory
```

This cookbook entry covers install, LLM provider config, optional Hindsight Cloud wiring, per-project bank IDs, and a `seed_memory.py` so recall demonstrates value on the very first prompt instead of waiting for several real sessions to accumulate.

Files

  • `README.md` — install/configure/seed walkthrough + how-it-works for the four hooks
  • `seed_memory.py` — populates bank `claude-code` (the plugin's `DEFAULT_BANK_NAME`) with sample developer facts
  • `requirements.txt` — just `hindsight-client` for the seed script

Test plan

  • `python3 -m py_compile seed_memory.py` — clean
  • `pip install -r requirements.txt && HINDSIGHT_URL=http://localhost:8888 python seed_memory.py` — bank populated
  • `claude plugin install hindsight-memory` then `claude` — ask "what testing framework do I prefer?" and confirm Claude answers from the seeded facts

🤖 Generated with Claude Code

Adds applications/claude-code-memory/ — README walkthrough plus a
seed script that pre-populates the bank so users see recall on the
first prompt instead of waiting for several real sessions to
accumulate. Mirrors the codex-memory layout.

The actual integration is the hindsight-memory plugin (installed via
'claude plugin install hindsight-memory'); this cookbook covers
install, configure, seed, and verify.
@benfrank241 benfrank241 merged commit fa63b3f into main Apr 29, 2026
1 check failed
@benfrank241 benfrank241 deleted the feat/claude-code-cookbook branch April 29, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant