v0.2.0blog.bumper2026-05-30

the project registry becomes populatable and manageable

blog.bumper can now scan a directory of git repos, interactively enroll selected ones into a central registry, and manage them from the CLI — the groundwork that lets any developer point bumper at their own projects instead of a hardcoded module list.

v0.2.02026-05-30
  • ·git scanner discovers repos one level deep and detects .git as a file or directory, so worktrees and submodules are not silently missed
  • ·interactive enrollment: point bumper at a projects directory, checkbox-pick the repos to track, and they land in the registry
  • ·local-only repos (no remote) are first-class — a private devlog with no GitHub push is fully supported
  • ·four project-* commands (add, list, info, remove) give full CLI management of enrolled projects, and never modify a project's repo on disk