Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/TECHNICAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ This section provides a comprehensive index of all documentation files in the pr
- [Screenshot Fix Guide](./features/SCREENSHOT_FIX_README.md) - Screenshot functionality fixes
- [Settings Management](./features/SETTINGS_README.md) - Extension settings and preferences
- [Coverage Enforcer](./features/COVERAGE_ENFORCER_README.md) - Automatic test coverage improvement workflow
- [Fake Stream Debug Tool](./features/FAKE_STREAM_DEBUG_README.md) - Simulate and debug streaming responses
Comment on lines 266 to +269
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To improve readability and make the list easier to maintain, it would be beneficial to keep the items in this section alphabetically sorted. Applying this sorting to the items within the scope of this change would be a good improvement.

Suggested change
- [Screenshot Fix Guide](./features/SCREENSHOT_FIX_README.md) - Screenshot functionality fixes
- [Settings Management](./features/SETTINGS_README.md) - Extension settings and preferences
- [Coverage Enforcer](./features/COVERAGE_ENFORCER_README.md) - Automatic test coverage improvement workflow
- [Fake Stream Debug Tool](./features/FAKE_STREAM_DEBUG_README.md) - Simulate and debug streaming responses
- [Coverage Enforcer](./features/COVERAGE_ENFORCER_README.md) - Automatic test coverage improvement workflow
- [Fake Stream Debug Tool](./features/FAKE_STREAM_DEBUG_README.md) - Simulate and debug streaming responses
- [Screenshot Fix Guide](./features/SCREENSHOT_FIX_README.md) - Screenshot functionality fixes
- [Settings Management](./features/SETTINGS_README.md) - Extension settings and preferences


### 🔧 Development & Maintenance
- [Migration Complete](./development/MIGRATION_COMPLETE.md) - Migration documentation
Expand Down