Back to browse
GitHub Repository

TeamContext is a Git-native context collaboration CLI for vibe coding teams.

5 starsPython

TeamContext – Git-native shared context for vibe coding teams

by hzhou9·Feb 21, 2026·2 points·1 comment

AI Analysis

●●SolidShip ItBig Brain

Git-versioned team context for Claude Code teams; reviewable in PRs, synced with tc sync.

Strengths
  • Treats context as code: PR review, blame, version control eliminate silent context drift
  • OpenViking indexing powers semantic search across shared project memory
  • Solves founder-to-new-member handoff problem in rapid team onboarding
Weaknesses
  • OpenViking is a dependency; unclear if tightly coupled or swappable
  • Early-stage: zero stars on GitHub, no real-team validation yet—'vibe coding' is still niche
Target Audience

Teams using vibe coding, multi-agent AI workflows, distributed development teams

Similar To

Codebase context managers (Continue, LangChain RAG) · Git-based docs (Obsidian Git, Notion) · Internal developer platforms (Backstage context)

Post Description

I built TeamContext because team vibe coding has a context problem: each person + each LLM tool ends up with a different mental model of the same project. And I also believe that project documents for LLM would be at least as important as those for human.

TeamContext uses OpenViking and treats context like code: - versioned in Git - reviewable in PRs - synced across members with git pull + tc sync - usable across tools (Codex, Claude Code, etc.)

Would love your trials and feedbacks!

Repo: https://github.com/hzhou9/TeamContext

Similar Projects