← Dev Log/2026-05-30
v0.2.0blog.bumper

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.0blog.bumper

module becomes a free string — registry unblock

The frontmatter module field changed from a fixed enum to a free string, so any enrolled project name is a valid module. This unblocks the project registry and lets blog.bumper tag posts for its own development.