Skip to content
Productivity
Command

/evolve

Review and approve the agent's proposed updates to its own learned rules

From plugin
obsidian-knowledge-agent
20612 skills12 commands
Install
> /plugin marketplace add Michael-OvO/obsidian-knowledge-agent
> /plugin install obsidian-knowledge@obsidian-knowledge-agent

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/evolve

Context preview

What this command does when you run it.

Review and approve the agent's proposed updates to its own learned rules

Command definition

evolve.md
description: Review and approve the agent's proposed updates to its own learned rules

Show me the pending self-evolution changes and walk me through approving them.

1. Run `git --no-pager diff -- .agents/learned/` to surface proposed changes to `conventions.md`, `examples.md`, and `skills/`. 2. For each change, summarize it in one line and cite the `journal.md` entry that motivated it (read the latest entries for context). 3. Check it against rule precedence in `.agents/self-evolution.md`: a learned rule must not contradict a core rule in `.agents/*.md` or the user's stated preferences. Flag any that do. 4. For each: ask whether to **keep**, **edit**, or **discard**. 5. Commit approved changes with `chore(learn): <one-line summary>`. Revert discarded ones (`git checkout -- <path>`). Leave the journal untouched — it is the record.

Ships withobsidian-knowledge-agent

Talk to your vault. It does the rest. You drop it in. It files, it teaches, and it remembers how you like your notes. Point any agentic assistant at your Obsidian vault and talk to it — "save this link", "organize my inbox", "ingest the syllabus in Inbox".

Get the whole plugin
Stats
206
Stars
12
Forks
Maintained
Maintenance
Python
Language
MIT
License
1mo ago
Last commit
2mo ago
Created

Repo: Michael-OvO/obsidian-knowledge-agent