fix: resolve conflicts for PR #384 against latest master

This commit is contained in:
2026-07-07 09:38:34 -04:00
14 changed files with 1772 additions and 2 deletions
+12
View File
@@ -104,6 +104,18 @@ TASK_CAPABILITY_MAP: dict[str, dict[str, str]] = {
"permission": "gitea.read",
"role": "author",
},
"post_heartbeat": {
"permission": "gitea.issue.comment",
"role": "author",
},
"reconcile_issue_claims": {
"permission": "gitea.read",
"role": "author",
},
"cleanup_stale_claims": {
"permission": "gitea.issue.comment",
"role": "author",
},
}
# Issue-mutating MCP tools and their resolver task keys.