Friday, Jul 24, 2026
shippedFixed CI formatting in resources.py and added quality badge
Recoordinate fixed a ruff formatting conflict in resources.py that was blocking CI, then added a Glama quality score badge to the README.
The first commit [1] addressed a formatting chain reaction in latent-9/reddit-growth-mcp: when ruff format expanded a dict literal in the _VERSION edit, it added indentation that pushed a reddit_growth prompt string to 122 characters, exceeding the 120-character lint limit. Wrapping that string in parentheses let both the format check and lint pass cleanly.
The second commit [2] surfaced a new achievement: the Glama Release build completed and awarded the project A/A/A scores across license, quality, and maintenance. Recoordinate added a badge row to the README enumerating all 13 tools and their quality grades.
Sources
- fix(ci): reformat resources.py so ruff format + lint both pass · latent-9/reddit-growth-mcp
- docs(readme): add Glama A/A/A quality score badge · latent-9/reddit-growth-mcp