Shared workspace for teams building with AI agents — projects, tracks, a shared vault, and a dashboard to stay aligned.
Requires Node.js 22+ and pnpm.
pnpm install
pnpm build
pnpm daemon # API on http://127.0.0.1:9473
pnpm seed # Optional demo projects: Beacon, Silo, Forge
pnpm dashboard # UI on http://127.0.0.1:5173Your own data (no seed):
pnpm teambridge init
pnpm teambridge project create --name "My App"
pnpm teambridge start my-trackOptional: add PEXELS_API_KEY to .env for flower profile photos.
| Package / app | Role |
|---|---|
packages/core |
Shared types and contracts |
packages/daemon |
Local API (pnpm daemon) |
packages/vault |
Vault materialization |
packages/mcp |
MCP server (in progress) |
apps/dashboard |
Web UI (pnpm dashboard) |
packages/cli |
CLI (pnpm teambridge) |
Local state lives in .teambridge/ at the git root.
| Doc | Contents |
|---|---|
| agent.md | Vision and mental model |
| CLAUDE.md | Agent working guide (build, test, conventions) |
| PROGRESS.md | What's built vs. pending, by phase |
| docs/CONCEPTS.md | Projects, tracks, vault |
| docs/daemon-api.md | HTTP API |
| docs/dashboard.md | Dashboard setup |
| todo.md | Build checklist |
pnpm test
pnpm test:integration