Skip to content

v1.0.0: Dependabot/Renovate bump-safety check

Latest

Choose a tag to compare

@fixlyai fixlyai released this 24 Jul 15:39
· 708 commits to main since this release
bc6ea0f

Adds a Dependabot/Renovate bump-safety check: replay your recorded agent tool-call skills live against a bumped dependency at 0 LLM tokens, and fail the PR check on the exact step that drifted.

  • New wrap input to front your own MCP server / tool process (the case that exercises a bumped SDK your tool code imports).
  • Copy-paste recipe: .github/workflows/reelier-bump-check.yml.
  • Honest scope: at max-level 0 the replay never calls an LLM, so it verifies dependency / MCP-tool-call behavior, not model upgrades.

Also works unscoped from bump PRs, as a scheduled drift check or a plain "replay this skill on every PR" gate. See the README.