We use analytics and marketing cookies to understand how Grip OS is discovered and used. No data leaves your device without consent. Cookie Policy

All Recipes

Multi-Repo Sync

Runs git status and branch comparison across all workspace repositories to detect uncommitted changes, diverged branches, and dependency version mismatches. Schedule daily or before releases to ensure all repos are in a consistent state.

advanced
Scheduled (Cron)
1 step
1 minute

Steps

1

Check git status across all repositories

fleet_batch_execute via gripos-mcp

Recipe JSON

{"schedule":"0 9 * * 1-5","steps":[{"tool":"fleet_batch_execute","args":{"command":"for repo in gripos-station gripos-swift gripos-fleet gripos-sentinel gripos-brace; do echo \"=== $repo ===\"; cd ~/Development/Personal/$repo && git status -sb && cd -; done"},"output_as":"repo_status"}],"repos":["gripos-station","gripos-swift","gripos-fleet","gripos-sentinel","gripos-brace"]}

Prerequisites

  • All workspace repositories cloned locally

Run this recipe in Grip OS

Copy the JSON above, paste it into your Grip OS config, and it runs on schedule or on demand.