Skip to main content
recursive-mode ships a set of cross-platform utility scripts for managing the control-plane lifecycle of your repository. Every script is available in two forms:
  • Python (.py) — works on any platform with Python 3 installed
  • PowerShell (.ps1) — works on Windows, macOS, and Linux with PowerShell 7+
The install script also ships a Bash (.sh) variant for environments where Python is not available at bootstrap time.
When both Python and PowerShell are available, prefer the Python variant. The Python scripts are the reference implementation; PowerShell scripts mirror their behavior.

Script reference

How to run

Get help for any script by passing --help (Python) or -Help (PowerShell):
Replace recursive-status with the name of whichever script you want to inspect.