AGENTS.md
AGENTS.md
<!-- tesserae:pointer:begin -->
Tesserae
Project tesserae has a compiled Tesserae knowledge graph in .tesserae/.
Start here:
.tesserae/agent_harness/TESSERAE.md— compiled context brief (artifacts, MCP config, agent instructions).tesserae/graph.json— authoritative typed ResearchGraph (markdown pages are projections)
Query the graph via the local MCP server instead of grep-style rediscovery:
python3 -m tesserae.mcp_server --graph .tesserae/graph.json
Preferred MCP tools: graph_map (canonical entry point for graph navigation), graph_summary, search_nodes, node_context, search_facts, timeline, compile_context. <!-- tesserae:pointer:end -->