Fixed CI formatting in resources.py and added quality badge
By RepoJournal , from @latent-9's public GitHub activity
Backfilled
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.
One email a day. Unsubscribe in one click.
A short briefing every day latent-9 ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] fix(ci): reformat resources.py so ruff format + lint both pass latent-9/reddit-growth-mcp
- [2] docs(readme): add Glama A/A/A quality score badge latent-9/reddit-growth-mcp