From f182751ca735614034908b5f006990f42ebcb75b Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 6 Oct 2025 17:52:56 +0000 Subject: [PATCH] Add README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0d1214 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file