- Added a pasteable
git statusanalyzer that detects clean, staged, unstaged, untracked, ahead, behind, diverged, conflict, and new-repository states. - Added scenario journeys for edit-to-push, careful staging, merge conflict rescue, rejected push recovery, safe undo, and stash interruption workflows.
- Added before/after/effect previews to command spotlight, command cards, and journey steps.
- Added command receipts for guided journeys.
- Expanded validation to cover command preview data, status detectors, and journey definitions.
- Updated the main page copy and README for the 1.0.0 release.
- Added the dependency-free Git Map overview for Stash, Local Workspace, Staging Area, Local Repo, and Remote Repo.
- Added focused and everything views for exploring command flows one Git area at a time or as a full map.
- Added safe-first and show-risky filters for destructive or history-rewriting commands.
- Added daily path markers for the common
git pull,git add,git commit, andgit pushworkflow. - Added hover, focus, click, and keyboard interactions for pinning Git areas and command routes.
- Added command cards with copy buttons, notes, badges, and route highlighting.
- Added the What State Am I In helper for common
git statussituations. - Added useful check commands for each Git area.
- Added light, dark, and system appearance modes with local browser persistence.
- Added responsive layout support, including mobile area jump buttons and horizontal map scrolling.
- Added the Git Branch Map sandbox for creating branches, adding commits, switching branches, merging, undoing, resetting, copying command history, and simulating conflicts.
- Added the pure branch map model and validation helpers.
- Added the project validator for command, zone, README, and branch sandbox data integrity.