The gotcha claimed Gitea never auto-closes issues on merge. Confirmed empirically (issue #63 / PR #64) that a regular merge preserving an original commit's closing keyword does auto-close — only squash merges (this skill's default) are unreliable. Also drops search_issues from allowed-tools since no dispatch route calls it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
17 lines
297 B
JSON
17 lines
297 B
JSON
{
|
|
"agents": "agents/",
|
|
"author": {
|
|
"email": "defame1297@rkdr.net",
|
|
"name": "Defame1297"
|
|
},
|
|
"description": "A place for things to be binned",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"mcpServers": ".mcp.json",
|
|
"name": "bin",
|
|
"skills": [
|
|
"skills/"
|
|
],
|
|
"version": "1.0.5"
|
|
}
|