Team Brain
This directory is Davidβs curated knowledge base for the team. Files here are:
- Queryable via Claude Code β teammates can ask the
graph-mcpMCP server using theasktool:ask("how should I handle X?")orask("what's our policy on Y?") - Version-controlled β changes go through normal PR review
- Not auto-generated β everything here was intentionally written for the team
How to query it
Section titled βHow to query itβIf you have the graph-mcp MCP configured (see project CLAUDE.md), just ask Claude:
βAsk the team brain: how do we handle customer-specific ERP quirks?β βAsk the team brain: whatβs the priority order for customer requests?β
How to add knowledge (David)
Section titled βHow to add knowledge (David)β- Create or edit a markdown file in this directory
- Use clear section headers β the search tool surfaces paragraph-level snippets
- After editing, run
./scripts/graphify-push.shto publish to the team
File index
Section titled βFile indexβ| File | Whatβs inside |
|---|---|
customers.md | Customer priorities, contacts, and what they care about |
architecture.md | Why we made key architecture decisions |
how-to.md | Common βhow do I Xβ answers for the team |
erp-quirks.md | ERP-specific gotchas and integration notes |