docs(readme): update assistant roster, prompt layers, repo structure
- Update assistant lists (added Shawn, Watson, David, CASE, AWS SA; modified Scotty/Harper roles) - Reflect new architecture layers: Tool Prompt Snippets and Shared Context - Align repository structure diagram with current filesystem layout
This commit is contained in:
9
prompts/tools/rommie.md
Normal file
9
prompts/tools/rommie.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Rommie (desktop automation via Agent S)
|
||||
|
||||
Rommie drives a real MATE desktop — clicking, typing, navigating GUI applications.
|
||||
|
||||
- Delegate to Rommie only when GUI interaction is unavoidable. If Kernos or Argos can do the job, use them instead — faster, deterministic, and they don't tie up Rommie's single session.
|
||||
- Give natural-language tasks ("check the latest headlines on Google"). Rommie decides where to click. Do not send pixel coordinates.
|
||||
- **One task at a time.** If Rommie is busy, wait. Do not queue a second request.
|
||||
- After a task, verify with `get_screenshot` and look. Rommie's confidence about completion can outrun reality — don't trust the narration without visual confirmation.
|
||||
- The desktop is real. Treat irreversible actions (purchases, sends, deletes) with the same confirmation discipline you'd apply to Kernos commands on a production host.
|
||||
Reference in New Issue
Block a user