# biobootloader/wolverine

Repository: https://github.com/biobootloader/wolverine
Canonical: https://ross.abutalabs.com/products/wolverine
Language: Python
License: MIT
License Family: permissive
Last push: 2024-03-08T07:33:01+00:00

## Health v2 (maintenance only)
Score: 30/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 90
- inputs: {"age_days": 1264, "days_push": 908, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5072, forks 611 (observed 2026-08-28T04:09:09.355710+00:00)

## What it is
Wolverine is a Python CLI tool that runs Python scripts and, when they crash, sends the error to GPT-4 which edits the file and reruns it repeatedly until the bugs are fixed. It is a prototype now deprecated in favor of Mentat.

## Use cases
- automatically fix bugs in python scripts
- auto-repair crashing scripts with gpt-4
- let an llm debug my code when it errors
- rerun a script until the ai fixes it
- explain and patch python exceptions automatically

## When to choose
- you want a quick experiment in LLM-driven auto-debugging of Python scripts
- you want to study prompt-based code editing approaches

## When to avoid
- you need a maintained tool - the project is deprecated in favor of Mentat
- you cannot share code with the OpenAI API or want to avoid repeated GPT-4 costs
- you need multi-file or non-Python debugging support

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: llm-inference, developer-tools, cli, error-handling
- domain: developer-tools, large-language-models
- platform: python, cli, cross-platform
- tags: gpt-4, auto-debugging, script-repair, openai, deprecated, automation

## Member repositories
- biobootloader/wolverine (main) score 30

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:09.355710+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:02:48.178565+00:00, confidence not recorded.
  - readme: https://github.com/biobootloader/wolverine (fetched 2026-08-28T04:09:09.355710+00:00, sha 6784a5a36573)
- Data as of 2026-08-30T08:39:29.467469+00:00.
