Update "Change-V5.2.0%3A-Plugin-Enhancements-%28Sprint-5-Documentation%29.-"

2026-01-28 19:19:55 +00:00
parent a7dbb260b6
commit 0b7637e124

@@ -6,7 +6,7 @@
# Sprint 5: Documentation
Documentation and guides for the V5.2.0 plugin enhancements.
Documentation and guides for the V5.2.0 plugin enhancements, plus a bug fix discovered during planning.
## Scope
@@ -15,12 +15,14 @@ Documentation and guides for the V5.2.0 plugin enhancements.
| 25 | git-flow | Branching strategy documentation | Document `development -> staging -> main` promotion flow | #267 |
| 26 | clarity-assist | ND support documentation | Document how the plugin supports neurodivergent users | #268 |
| - | Various | Sprint 3/4 lessons | Document lessons learned from previous sprints | #266 |
| - | projman (gitea MCP) | Fix update_issue | Add milestone parameter to update_issue tool | #269 |
## Issues
- #266 - Sprint 3/4 lessons learned and plugin behavior clarifications
- #267 - git-flow branching strategy documentation
- #268 - clarity-assist neurodivergent support documentation
- #269 - Add milestone parameter to update_issue MCP tool (bug fix)
**Milestone:** Sprint 5 - Documentation
@@ -56,8 +58,16 @@ Capture lessons learned:
- Session restart requirements
- doc-guardian hook improvements needed
### update_issue milestone fix (#269)
Add missing `milestone` parameter to the `update_issue` MCP tool:
- File: `mcp-servers/gitea/mcp_server/tools/issues.py`
- Accept milestone ID (integer)
- Include in API payload
## Progress
- [ ] #266 - Sprint 3/4 lessons captured
- [ ] #267 - git-flow branching strategy docs
- [ ] #268 - clarity-assist ND support docs
- [ ] #268 - clarity-assist ND support docs
- [ ] #269 - update_issue milestone parameter