konsulto_replace_section
Overwrite a named section in a finding with new markdown content. Previous version is kept in the audit trail for recovery.
Instructions
Replace the entire prose under a named section. The previous content is preserved on the audit trail (recoverable). Prefer konsulto_append_to_section unless the user explicitly wants to rewrite the section. Content is markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| findingId | Yes | ||
| section | Yes | Section name. Canonical: description, poc, impact, remediation, references. Aliases accepted: summary, recommendations, mitigation, fix, steps to reproduce, etc. | |
| content | Yes | Markdown that replaces the section's current prose. |