| Crates.io | grits-cli |
| lib.rs | grits-cli |
| version | 2.8.1 |
| created_at | 2025-12-22 08:28:17.179881+00 |
| updated_at | 2026-01-25 22:13:04.447287+00 |
| description | Git-native, local-first issue tracker CLI and MCP server. |
| homepage | https://github.com/babybirdprd/grits |
| repository | https://github.com/babybirdprd/grits |
| max_upload_size | |
| id | 1999304 |
| size | 99,889 |
A Git-native, local-first issue tracker designed for AI Agents and humans.
Status: v2.8.1 — "Graph-Lite"
# Via Cargo (recommended)
cargo install grits-cli
# Or download binary from Releases
# https://github.com/babybirdprd/grits/releases
cd your-project
gr onboard
Hydrate your session (or your agent's context) with the current project status.
gr pulse
gr create "Fix login bug" --type bug --priority 1
Sets the "sticky focus" and updates status to in-progress.
gr workon <issue-id>
Find files topologically connected to your target.
gr star src/auth.rs
Bundle relevant code into a Markdown format for LLM analysis.
gr context assemble --issue <issue-id>
| Command | Purpose |
|---|---|
gr list |
List issues (filter by status, assignee, etc.) |
gr show <id> |
Show issue details |
gr update |
Update issue fields |
gr close <id> |
Close an issue |
gr pulse |
Session hydration (Focus + Blockers + Recent Commits) |
gr workon <id> |
Set focus and status |
gr star <file> |
Get connected files (imports/calls) |
gr context assemble |
Generate mini-codebase from focus or symbols |
gr export |
Export to JSONL (for git sync) |
gr import |
Import from JSONL |
gr stats |
Simple issue statistics |
Grits exposes its functionality as a standardized "Agent Skill" for AI agents. This allows agents to natively discover and utilize Grits for task management and context retrieval.
To use this skill with a compatible agent (e.g., in a browser environment or agent runner), point the agent to the .agent/skills/grits directory.
Twin Engine:
.grits/grits.db) — Fast local queries..grits/issues.jsonl) — Git-versioned source of truth.Graph-Lite:
MIT