StepzeroLab/research-git

A new Git tool for researchers and developers to capture experiments and features as reusable semantic units, then let agents reapply, adapt, or safely remove them on today’s codebase — aka Agentic Git.

42Stars on the repository
9Mods indexed here, across every type
26d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

capsule-regenerator

01

StepzeroLab/research-git

Agent

Regenerates a recalled Feature Capsule onto the CURRENT codebase. Given a regeneration brief (the capsule's intent/knobs/data-assumptions/resurrection guide + the live source of the regions it touches), it re-implements the feature into today's code — adapting to refactors — and leaves a reviewable diff. It never runs…

42 26d ago A 93 tokens original MIT

capsule-segmenter

02

StepzeroLab/research-git

Agent

Segments a raw git diff into clean, high-quality Feature Capsules. Separates real features from infrastructure noise, and for each feature writes intent, knobs, assumptions, and an operational resurrection guide. This is the "Phase 2" semantic step that replaces the free heuristic segmenter — it runs on the host…

42 26d ago A 76 tokens original MIT

edge-judge

03

StepzeroLab/research-git

Agent

Judges graph edges between Feature Capsules. Two jobs: (1) confirm or reject candidate dependson edges that the deterministic engine over-produced from name overlap; (2) classify each baseline overlaps pair (capsules touching the same code region) into a more precise relationship. Runs on the host session's…

42 26d ago A 74 tokens original MIT