FEAT - OPS MCP: инструмент редактирования комментариев

This commit is contained in:
DCCONSTRUCTIONS
2026-08-06 17:59:02 +03:00
parent b30f1c3abe
commit 0f3bf9d8aa
9 changed files with 211 additions and 5 deletions
+20 -1
View File
@@ -241,9 +241,28 @@ issue:comment
Allowed fields:
```text
comment_html
body
```
### `tasker_update_comment`
Updates an existing comment authored by the same Codex agent on the issue.
Required scope:
```text
issue:comment
```
Allowed fields:
```text
comment_id
body
```
The comment must belong to the granted issue and its actor must match the authenticated agent. User-authored and other-agent comments cannot be rewritten.
### `tasker_update_structured_blocks`
Replaces or patches NODE.DC structured blocks in `detail_layout`.