Fix Markdown line lengths for Codacy compliance

- Break long lines in documentation files to stay under 120 characters
- Use reference-style links for long URLs
- Simplify ASCII art diagram in error-checking-feedback-loops.md
- Reorganize README.md badges with reference-style links
This commit is contained in:
2025-11-25 00:17:35 +00:00
parent 3f695bb003
commit b58036f3f5
7 changed files with 99 additions and 46 deletions

View File

@@ -365,27 +365,13 @@ function get_plugin_version() { ... }
### Complete Feedback Loop System
```
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
Code Changes │────▶│ Local Testing │────▶│ GitHub Actions │
│ │ │ │ │ │
└────────┬────────┘ └────────┬────────┘ └────────┬────────┘
│ │ │
│ │ │
│ │ │
┌────────▼────────┐ ┌────────▼────────┐ ┌────────▼────────┐
│ │ │ │ │ │
│ AI Assistant │◀────│ Error Analysis │◀────│ Status Check │
│ │ │ │ │ │
└────────┬────────┘ └─────────────────┘ └─────────────────┘
┌────────▼────────┐ ┌─────────────────┐
│ │ │ │
│ Fix Generation │────▶│ Human Review │ (only when necessary)
│ │ │ │
└─────────────────┘ └─────────────────┘
Code Changes ──► Local Testing ──► GitHub Actions
│ │ │
▼ ▼ ▼
AI Assistant ◀── Error Analysis ◀── Status Check
Fix Generation ──► Human Review (only when necessary)
```
### Key Components