Repo Updater Bash CLI for synchronizing dozens or hundreds of GitHub repositories with AI-assisted code review and agent-sweep for uncommitted changes. Critical Concepts | Concept | Rule | | ----------------- | ------------------------------------------------------------------------------------ | | Git plumbing only | Never parse human-readable output; use , , | | Stream separation | Human-readable → stderr; data → stdout ( ) | | No global | All git operations use | Essential Commands | Command | Purpose | | -------------------------- | -------------------------------------------------- | | |…