agit 0.2.0

AI-native Git wrapper for capturing context alongside code
Documentation
# Cursor Rules for AGIT

This project uses AGIT for AI memory persistence.

## Workflow

ALWAYS follow this workflow for every task:

1. **Log Intent First**
   When I ask for a change, immediately call:
   `agit_log_step(role="user", category="intent", content="<my request>")`

2. **Log Your Plan**
   Before writing code, call:
   `agit_log_step(role="ai", category="reasoning", content="<your plan>")`

3. **Then Code**
   Only after logging intent and plan, start implementing.

## Why

Failure to log steps will result in memory loss for the project.
Future developers (and future AI sessions) need to understand
not just WHAT changed, but WHY.

## Available Tools

- `agit_log_step` - Log intent, reasoning, or errors
- `agit_read_roadmap` - Get project goals
- `agit_get_context` - Get context for a specific commit