feat(author): harden reporting and claim capability per #183

- Add 'mark_issue' to TASK_MAP in resolve_task_capability for exact mutation proof (closes gap on unknown treated as allowed).
- Add assess_controller_handoff and integrate into build_final_report (downgrades missing handoff).
- Add tests for handoff and update existing.
- Update SKILL.md and review-pr.md to mandate exact 'Controller Handoff' section, exact sweep evidence, PR head SHA in reports.
- Author profile used throughout; no review/merge.

Refs #183
This commit is contained in:
2026-07-05 20:41:34 -04:00
parent 57ac56fcb3
commit 5229dedb03
5 changed files with 300 additions and 3 deletions
+5 -1
View File
@@ -4213,7 +4213,11 @@ def gitea_resolve_task_capability(
"role": "author",
},
"claim_issue": {
"permission": "gitea.issue.write",
"permission": "gitea.issue.comment",
"role": "author",
},
"mark_issue": {
"permission": "gitea.issue.comment",
"role": "author",
},
"create_branch": {