Client Knowledge¶
This section contains client-specific knowledge and context.
Each client gets a subdirectory with:
- overview.md - Client background and business context
- contacts.md - Key contacts and communication preferences
- preferences.md - Technical and operational preferences
- history.md - Project history and learnings
Active Clients¶
Clients will be organized by slug (e.g., acme-corp/, example-inc/)
Adding Client Notes¶
Agents can add client notes using the wiki helper:
from wiki_helpers import add_client_note
add_client_note("acme-corp", "preferences", "Prefers daily status updates via email")
Team Assignments¶
Once a client is assigned to a team (Alpha or Beta), they stay with that team permanently. Check /ge-ops/.ge-config.json for current assignments.