Merge Summary Into Concept Or Entity Page
wiki.summaryMergeMerge a cited summary section into an existing concept or entity page, or create it with canonical frontmatter. Automatically updates page timestamp.
Instructions
Add a cited section into an existing concept or entity page (or create the page with canonical frontmatter if missing). Bumps 'updated' on existing pages.
Operates on the session-active vault (see vault.current — selectable via vault.select) unless an explicit vaultPath argument is passed, which always wins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetPath | Yes | ||
| newSection | Yes | ||
| heading | No | ||
| pageType | No | concept | |
| entityKind | No | ||
| citationSource | No | ||
| citationQuote | No | ||
| summary | No | ||
| aliases | No | ||
| wikiRoot | No | ||
| vaultPath | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changed | Yes | True if the tool altered vault state on this call; false if it was a no-op. | |
| target | Yes | The path or identifier the tool acted on. | |
| summary | Yes | Short human-readable summary of what happened. |