Clone
2
Change-V5.2.0:-Plugin-Enhancements-(Sprint-5-Documentation)
Leo Miranda edited this page 2026-01-28 19:19:55 +00:00

Type: Implementation Parent: V5.2.0 Plugin Enhancements Proposal Status: In Progress Date: 2026-01-28 Sprint: 5

Sprint 5: Documentation

Documentation and guides for the V5.2.0 plugin enhancements, plus a bug fix discovered during planning.

Scope

# Plugin Item Description Issue
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

Implementation Notes

git-flow Branching Strategy (#267)

Document the following workflow:

  • development - Active development, feature branches merge here
  • staging - Pre-production testing (optional)
  • main - Production-ready releases

Include:

  • When to create feature branches
  • PR requirements for each branch
  • Release workflow
  • Hotfix handling

clarity-assist ND Support (#268)

Document accommodations for neurodivergent users:

  • Reduced cognitive load features
  • Clear, structured output
  • Customizable verbosity
  • Focus aids
  • How the plugin detects vague prompts and suggests improvements

Sprint 3/4 Lessons (#266)

Capture lessons learned:

  • MCP branch detection pattern
  • Gitea auto-close behavior
  • 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
  • #269 - update_issue milestone parameter