@agicrew/sidecar-cli
v1.0.6
Published
Sidecar CLI - Agentic Project Tracking with Git worktree and MCP
Downloads
204
Maintainers
Readme
@dendroman/sidecar-cli
Sidecar CLI - Agentic Project Tracking with Git worktree and MCP.
Installation
npm install -g @dendroman/sidecar-cliOr use with npx:
npx @dendroman/sidecar-cli initUsage
Initialize a Sidecar project
sidecar initThis creates:
- A
agent-dataorphan branch for storing project data - A
.sidecar/worktree directory with:backlog.json- Task backlog and swimlane dataactive_agents.json- Active agent trackingspecs/- Agent specification files
Check project status
sidecar statusShows:
- Tasks by swimlane (backlog, sprint, done)
- Active agents and their current tasks
- Recent activity
Start the MCP server
sidecar serveStarts the Model Context Protocol server for AI agent integration.
Launch the dashboard
sidecar dashboardLaunches the web dashboard pointed at the current repository.
# Launch dashboard for a specific repo
sidecar dashboard /path/to/repo
# Use a specific port
sidecar dashboard --port 3002Commands
| Command | Description |
|---------|-------------|
| init | Initialize Sidecar in current directory |
| status | Show project status |
| serve | Start MCP server |
| dashboard [path] | Launch web dashboard |
MCP Tools
The MCP server provides these tools for AI agents:
get_context- Get full project contextclaim_task- Claim a task from the backlogcomplete_task- Mark a task as completeheartbeat- Send agent heartbeat
License
ISC
