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

7
prompts/tools/github.md Normal file
View File

@@ -0,0 +1,7 @@
# GitHub (github.com via Copilot MCP)
GitHub MCP gives you access to repos on github.com — public projects and Robert's own GitHub repos.
- For repos hosted on `git.helu.ca`, use the Gitea MCP instead.
- Rate limits apply. Avoid tight loops over GitHub API calls.
- "Not found" errors usually mean missing token scope, not a missing resource. Mention that distinction when surfacing the error.