Update docs/architecture/attribution.md · Entire

Update docs/architecture/attribution.md

d214be6→main·

blackgirlbytes·6d ago·1 file·+1 added/-1 removed

Changes

1

60 unmodified lines

61
62
63
64
64
65
66
67

60 unmodified lines

- `agent_lines` - agent-attributed added lines that remain in the commit
- `agent_removed` - agent-attributed deletions that remain deleted in the commit
- `human_added` - user-side additions that are not paired with removals as modifications
- `human_modified` - estimated replacement-style user-side changes, calculated from paired additions and removals
- `human_modified` - aggregate estimate calculated as the smaller of eligible user-side additions and removals; pairing is not tracked per hunk or file
- `human_removed` - user-side removals that are not paired with additions as modifications
- `total_committed` - legacy additions-focused compatibility metric; not guaranteed to equal the commit's literal net line count
- `total_lines_changed` - total changed lines used as the attribution denominator

Mdocs/architecture/attribution.md+1/-1