forgejo-mcp/tools/issue
Ronmi Ren 2d96fcd467 docs: clarify dependencies vs blocking concepts
Improve documentation to distinguish between:
- Dependencies: issues that block this issue (passive)
- Blocking: issues blocked by this issue (active)

Updated features.md, features.tw.md, client comments, and tool descriptions
for better developer understanding of bidirectional relationships.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-06 21:12:05 +08:00
..
attach.go Implement Issue Labels + Attachments handlers with Client dependency 2025-08-05 03:28:47 +08:00
comment.go Implement Issue Labels + Attachments handlers with Client dependency 2025-08-05 03:28:47 +08:00
crud.go Implement IssueList.ToMarkdown for optimized list display 2025-08-06 17:16:12 +08:00
dep.go docs: clarify dependencies vs blocking concepts 2025-08-06 21:12:05 +08:00
doc.go Add package documentation for all subpackages 2025-08-06 16:44:23 +08:00
label.go Implement Issue Labels + Attachments handlers with Client dependency 2025-08-05 03:28:47 +08:00