Spec: add list_repo_milestones + list_repo_labels (closes #80) #81
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/OpenSpec
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
RFC - Request For Comments
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
hermes-attempted
hermes-needs-clarification
hermes-ready
hermes-review
hermes-wip
human-required
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
agentic-forges/forgejo-mcp!81
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/81/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds an OpenSpec specification for two new MCP tools requested in issue #80 by @byteflavour:
list_repo_milestones— returns milestone names and IDs (enabling autonomous resolution forupdate_issue)list_repo_labels— returns label names and IDs (enabling autonomous resolution foradd_issue_labels)What is included
This PR contains the spec only (no implementation yet):
openspec/changes/list-milestones-labels/proposal.md— why and what changesopenspec/changes/list-milestones-labels/design.md— tool signatures, SDK calls, parameter tablesopenspec/changes/list-milestones-labels/specs/list-milestones-labels/spec.md— BDD requirements + scenariosopenspec/changes/list-milestones-labels/tasks.md— implementation checklistValidated with
openspec validate list-milestones-labels✅Looking for review from @byteflavour before proceeding to implementation.