Save and retrieve experiment context using the local Obsidian vault. Use to preserve context across sessions and reduce context window usage.
Use a local Obsidian vault to maintain persistent context and memory across Claude Code sessions.
experiment_summary to record results.save_context(topic, content, tags, category): Save notes to Obsidian.load_context(topic_or_query): Retrieve notes or search.experiment_summary(exp_id): Generate a structured summary from an experiment ID.experiments/: One note per experiment.pipeline-runs/: Logs of automated runs.daily/: Daily activity summaries.templates/: Templates for new notes.save_context to jot down observations.experiment_summary.load_context with a query like "yesterday" or "baseline" to get up to speed.