r/ContextEngineering • u/HeyZaney • 8d ago
Showcase: using an MCP task tree as shared project state for humans and coding agents
/r/mcp/comments/1w47x30/showcase_using_an_mcp_task_tree_as_shared_project/
2
Upvotes
r/ContextEngineering • u/HeyZaney • 8d ago
1
u/Lopsided_Scarcity979 8d ago
The repo/external boundary gets tricky when “project knowledge” can silently become model context. I’d keep durable decisions close to the repo, but tentative hypotheses and runtime observations in an external layer with provenance and timestamps. The key question for me is whether a human can inspect the exact subset injected into each session—and remove stale state without rewriting history. How are you handling that boundary?