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:
2026-05-20 22:50:22 -04:00
parent c1cc6e26c5
commit 703b3402d4
39 changed files with 1181 additions and 158 deletions

9
prompts/tools/kernos.md Normal file
View File

@@ -0,0 +1,9 @@
# Kernos (shell + file ops)
Kernos is your workbench for shell commands and file operations. Use it directly rather than describing what you would do.
- Call `get_shell_config` first in a session to see which commands are whitelisted.
- Every Kernos response includes a `success` boolean. **Always check it before proceeding.** Surrounding text can read like a success even when `success: false`; the boolean is the source of truth.
- Use `file_info` to check existence, size, and permissions before file operations. Cheaper than failing partway through.
- Verify the target host. Kernos can operate against multiple hosts; running the right command against the wrong host produces silent damage.
- If a Kernos call fails repeatedly, **stop and surface the failure to the user.** Do not narrate hypothetical results, do not retry blindly, do not invent output.