AI Repo Commander: README.md (2025-10-15T14:21:47.137Z)

This commit is contained in:
AI Bot 2025-10-15 14:21:47 +00:00
parent e54982cfbe
commit 7617a5f9c4
1 changed files with 2 additions and 21 deletions

View File

@ -1,22 +1,3 @@
# AI Repo Commander — Demo Repository
This repo is used to validate end-to-end operation of the AI Repo Commander userscript:
Assistant → Bridge → n8n → Gitea → back to chat.
## Whats Verified
- **Upsert writes** via `update_file` (creates if missing; updates if present)
- **List directory** via `list_files`
- **Read file** via `get_file`
## Usage Notes
- Use **one runnable command per fenced code block** when sending commands from chat.
- Avoid putting runnable commands inside docs content.
- If you need to show command examples in docs, mark them inert in the future with an `example: true` field (not used here).
## Supported Actions (this demo)
- `update_file`: action, repo, path, content
- `list_files`: action, repo, path
- `get_file`: action, repo, path
## Changelog (demo)
- 2025-10-14: Verified upsert + list + read flows.
✅ Verified multi-command flow and upsert via `update_file`.
This line was added to confirm update behavior.