Skip to content

Latest commit

Β 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 

README.md

Agent Blame Documentation

This directory contains versioned documentation for the Agent Blame project.

Current Versions

Version Status Description
v01-mvp 🚧 In Development MVP version - data collection and Blame display

Version Roadmap

Version Planned Features
v01-mvp Hook + Session monitoring, Contributor detection, VS Code plugin, CLI
v02-understand Skill system, Protocol generation
v10-review Full product with GitLens integration, Standalone panel

Documentation Structure

Each version directory contains:

v{version}/
β”œβ”€β”€ 00-overview.md           # Version overview
β”œβ”€β”€ 01-requirements.md       # Requirements analysis
β”œβ”€β”€ adr/                     # Architecture Decision Records
β”‚   β”œβ”€β”€ index.md
β”‚   β”œβ”€β”€ ADR-001-xxx.md
β”‚   └── ...
β”œβ”€β”€ architecture/            # Architecture design (split by layer)
β”‚   β”œβ”€β”€ index.md
β”‚   β”œβ”€β”€ 01-layer-tool.md
β”‚   β”œβ”€β”€ 02-layer-data.md
β”‚   └── ...
β”œβ”€β”€ 04-task-list.md          # Development tasks
β”œβ”€β”€ 05-verification.md       # Verification checklist
└── 06-backlog.md            # Future backlog

Related Resources