Git-native governance for AI-assisted engineering
Project description
Gator Command
Git-native governance for AI-assisted engineering.
Gator turns your repo into an intelligence surface. The AI agent builds structured maps of your codebase (charters), a strategic operations brief (pulse), and project assessments — all committed to Git. A deterministic pre-commit gate blocks commits when the agent changes code without updating the map.
Local-first. Git-native. Works with Claude Code, Codex, Gemini CLI. MIT licensed.
Install
pip install pipx # if you don't have pipx yet
pipx ensurepath # add to PATH (restart terminal after)
pipx install gator-command
Quick Start
cd /path/to/your/repo
gator gatorize . # install governance into this repo
gator init # start a governed session
gator dashboard # open the intelligence console
The agent reads the governance layer and orients to your project. Your first git commit fires the hooks.
Upgrade
pipx upgrade gator-command
cd /path/to/your/repo
gator gatorize . # refresh templates and hooks
Your content is always preserved. Only templates and scripts refresh.
Commands
| Command | What it does |
|---|---|
gator gatorize <path> |
Install or upgrade governance in a repo |
gator init |
Start a governed session (repairs hooks if needed) |
gator dashboard |
Open the intelligence console |
gator pulse |
Generate the strategic operations brief |
gator audit |
Run governance audit |
gator version |
Show installed version |
What Gator Provides
- Repo intelligence — charters map code structure, pulse summarizes momentum, assessments provide AI-generated evaluation. All committed to Git.
- Governance enforcement — a deterministic pre-commit hook that blocks commits when code changes without charter updates. No LLM in the gate. Configurable: strict, warn, or off.
- Dashboard — a local web console for browsing your governance layer, session history, and project state. Full file history with git version navigation.
- Session persistence — the governance layer carries project context across sessions and across models. Switch from Claude to Codex mid-project without losing architectural understanding.
How It Works
gator gatorize .installs a.gator/folder into your repo with governance scaffolding- AI agents read the constitution and charters to understand your codebase
- Every
git commitruns a deterministic hook that validates charter-alongside-code - Session snippets capture what context produced each commit
gator dashboardmakes it all browsable in a local web UI
Links
Built by Cumberland Laboratories
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gator_command-1.1.5.tar.gz.
File metadata
- Download URL: gator_command-1.1.5.tar.gz
- Upload date:
- Size: 463.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed92c00aa35eaa52a33cddc4b1a78a56f4e317180caf551a370fa448729a15e5
|
|
| MD5 |
611aa1750a9880278b64712e29f1edc7
|
|
| BLAKE2b-256 |
97945767951e9b1e40a6f3cdbe1f1a402f8385078daed56519bbf519c860f97a
|
File details
Details for the file gator_command-1.1.5-py3-none-any.whl.
File metadata
- Download URL: gator_command-1.1.5-py3-none-any.whl
- Upload date:
- Size: 491.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0390a7be14dd77cae112402c1ba808ea109f8d50d003bba9e1b81840b39fb055
|
|
| MD5 |
3234e789c807b19f7c5b3a6dde1c315c
|
|
| BLAKE2b-256 |
26897aff2aa336a4a931cb609f09fdcbdc52437f8e64d74db4b212ac77aa01bc
|