|
|
||
|---|---|---|
| Docs | ||
| src | ||
| README.md | ||
README.md
AI Repo Commander
A safety-first browser extension that enables AI assistants to securely interact with git repositories through YAML-style commands.
Features
- 🛡️ Safety-first design with master kill switch
- 📝 YAML-style command syntax
- 🤖 Bot typing protection (5-second debounce)
- 🔍 Comprehensive validation
- 📊 Clear status feedback
- 🔧 Cross-platform support (ChatGPT, Claude, Gemini)
Quick Start
- Install Violentmonkey or Tampermonkey
- Load
src/ai-repo-commander.user.js - Review and enable API in configuration
- Use YAML commands in AI chats
Command Examples
^%$bridge
action: update_file
repo: my-project
path: README.md
content: |
Updated content
with multiple lines