Save the default ai harness setup until we have a better use case

This commit is contained in:
David Heinemeier Hansson
2026-06-29 14:42:16 -05:00
parent 89615a526d
commit 38553effa3
4 changed files with 14 additions and 216 deletions
+3 -4
View File
@@ -146,10 +146,9 @@ editing the built-in source. Third-party ids must be namespaced and may not use
the reserved `omarchy.*` prefix.
```bash
omarchy plugin clone omarchy.clock local.clock --replace --with ai --prompt "Customize this clock widget"
omarchy plugin clone # interactive source/name/tool picker
omarchy plugin edit local.clock --with editor # edit with `omarchy launch editor`
omarchy plugin edit local.clock --with ai # edit with `omarchy launch ai`
omarchy plugin clone omarchy.clock local.clock --replace
omarchy plugin clone # interactive source/name picker
omarchy plugin edit local.clock # cd into the plugin directory
```
First-party plugins under `shell/plugins/`