From a3701e37cbd73d1f57197e6b72548504318f46e5 Mon Sep 17 00:00:00 2001 From: Keith Patrick Date: Thu, 5 Mar 2026 05:10:49 +0000 Subject: [PATCH] docs: clarify prefix matching in plugins docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index add583c56..85d438ccd 100644 --- a/README.md +++ b/README.md @@ -1301,7 +1301,7 @@ PicoClaw supports extensible plugins. Place executable files in `~/.picoclaw/plu # List available plugins picoclaw plugins-list -# Run a plugin (shorthand) +# Run a plugin (shorthand - matches prefix) picoclaw service status # Run a plugin (full name) @@ -1311,7 +1311,7 @@ picoclaw picoclaw-service status picoclaw service --help ``` -Plugins are executables in `~/.picoclaw/plugins/` with names starting with `picoclaw-` (or match via prefix). +Plugins are executables in `~/.picoclaw/plugins/`. If a plugin is named `picoclaw-service`, you can run it as `picoclaw service` (prefix match). For programmatic use, hide the banner: