Scripts

Git Context Script Feature 01 - Script

Goal

Build a CLI utility that inspects a local Git repository and generates a human-readable Markdown summary of the working directory state (staged changes, unstaged changes, and untracked files). The tool writes the summary to a project-local file and optionally copies it to the system clipboard.


Changes Needed


Acceptance Criteria