Skip to content

BranchDojo v0.1.0

Choose a tag to compare

@he8um he8um released this 07 Jul 22:57
· 23 commits to main since this release

[0.1.0] - 2026-07-08

Added

  • Rust CLI with branchdojo list, new, check, reset, and hint.
  • Beginner exercises: conflict-basic, revert-mistake, and wrong-branch-commit.
  • Disposable local Git repository generation with local-only Git identity setup.
  • .branchdojo.json workspace state file.
  • Final-state validation with PASSED, WARNING, and FAILED results.
  • Human-readable and JSON check output.
  • Static hints for each exercise.
  • Safe reset guarded by BranchDojo workspace metadata.
  • Safety guards for unsafe paths, non-empty target directories, and non-BranchDojo workspaces.
  • Unit and integration tests.
  • GitHub Actions CI.