Update README.md

This commit is contained in:
rob 2025-10-10 15:16:27 +00:00
parent dc44f2ad56
commit 9ddf1f891f
1 changed files with 2 additions and 3 deletions

View File

@ -83,13 +83,12 @@ SLOW_WARN_MS: 60000
### Examples ### Examples
**Runnable (explicitly not an example):** **Runnable - Not an example - (example: false (or absence) is runnable):**
```yaml ```yaml
@bridge@ @bridge@
action: list_files action: list_files
repo: rob/AI-Repo-Commander repo: rob/AI-Repo-Commander
path: . path: .
example: false
@end@ @end@
``` ```
**Inert example (skipped silently):** **Inert example (skipped silently):**
@ -108,7 +107,7 @@ example: true
## Runtime Helpers ## Runtime Helpers
- AI_REPO_STOP(): emergency stop - AI_REPO_STOP(): emergency stop
- AI_REPO_CLEAR_HISTORY(): clear dedupe history - AI_REPO.clearHistory: clear dedupe history
- window.AI_REPO_COMMANDER: monitor, config, tests, history - window.AI_REPO_COMMANDER: monitor, config, tests, history
## Security Model ## Security Model