The problem
Working across a directory of independent local Git repos means the same checks — status, agent-harness scaffolding, licensing, website publishing — get re-solved per project, usually with a one-off shell script that only the author remembers how to run.
Nothing ties the repos together, so drift goes unnoticed until it
breaks something: a missing AGENTS.md, a stale license
header, a site sync that silently clobbers another project's CSS.