store: Backlog triage allowed tools expanded to include shared config read and PR/issue MCP tools

This commit is contained in:
Cal Corum 2026-03-03 10:47:21 -06:00
parent 66acd93440
commit 3201aaf26e

View File

@ -0,0 +1,26 @@
---
id: acb14771-eee2-47e8-8ac3-6772d27fb528
type: configuration
title: "Backlog triage allowed tools expanded to include shared config read and PR/issue MCP tools"
tags: [claude-scheduled, backlog-triage, allowed-tools, configuration]
importance: 0.6
confidence: 0.8
created: "2026-03-03T16:47:21.580357+00:00"
updated: "2026-03-03T16:47:21.580357+00:00"
---
# Backlog Triage Allowed Tools Expansion
## File
`~/.config/claude-scheduled/tasks/backlog-triage/settings.json`
## Added Tools
- `Read(~/.config/claude-scheduled/repos.json)` — read shared repo config
- `mcp__gitea-mcp__get_pull_request_by_index` — inspect PRs referenced in output
- `mcp__gitea-mcp__get_issue_comments_by_index` — better staleness assessment
## Previous State
Previously only had general MCP tools with no Read file access.
## Rationale
The agent needs to read the shared repos.json to know which repos to triage, and needs PR/issue comment access to make informed staleness decisions.