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/argos.md Normal file
View File

@@ -0,0 +1,9 @@
# Argos (web search + page fetch)
Argos is your window onto the outside web.
- Use Argos for the general web. For library/framework documentation, prefer Context7 — it returns better-structured results for that case.
- For internal Agathos services, use Kernos, not Argos.
- Quote queries when phrasing matters. Use search-engine operators when narrowing.
- Cached search snippets can be stale. If "current state" matters (status pages, release notes), fetch the page itself rather than trusting the snippet.
- For deep multi-query research, delegate to a research subagent rather than running long Argos chains in your own context.