update_knowledge
Update an existing knowledge fragment by replacing its content, tags, title, or related links. Keep the knowledge base accurate and searchable.
Instructions
Update an existing knowledge fragment's content, tags, or related links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Fragment path (e.g. 'workflow/git.md' or 'personal@workflow/git.md') | |
| refs | No | New source code refs (replaces existing) | |
| tags | No | New tags (replaces existing) | |
| title | No | New title (replaces H1 in content) | |
| content | No | New content (replaces existing) | |
| related | No | New related links (same source only, replaces existing) |