Write Hermes skill patch proposal
hermes_skill_patch_proposalGenerate a proposed skill patch for review by replacing old content with new content after a bounded file readback, without writing files or modifying git history.
Instructions
Write proposal-only skill patch artifacts after bounded skill-file readback; performs no skill writes or git operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home | No | ||
| source | No | ||
| profile | No | ||
| skill_id | Yes | ||
| file_path | No | SKILL.md | |
| new_string | Yes | ||
| old_string | Yes | ||
| replace_all | No | ||
| toolkit_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |