Add README.md
This commit is contained in:
parent
9431c0c41e
commit
f182751ca7
|
|
@ -0,0 +1,30 @@
|
|||
# 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
|
||||
|
||||
1. Install Violentmonkey or Tampermonkey
|
||||
2. Load `src/ai-repo-commander.user.js`
|
||||
3. Review and enable API in configuration
|
||||
4. Use YAML commands in AI chats
|
||||
|
||||
## Command Examples
|
||||
|
||||
```yaml
|
||||
^%$bridge
|
||||
action: update_file
|
||||
repo: my-project
|
||||
path: README.md
|
||||
content: |
|
||||
Updated content
|
||||
with multiple lines
|
||||
Loading…
Reference in New Issue