Attribution
Bind agent identity to content regions , tracking who created or modified each piece . Supports blame queries , per region authorship history , and CODEOWNERS style ownership patterns .
Commands
attribute
Attribution record created binding agent to content region .
Arguments: $0 contentRef (string), $1 region (bytes), $2 agent (string), $3 changeRef (string)
blame
Returns full blame map each region mapped to its most recent author .
Arguments: $0 contentRef (string)
history
Full attribution chain for a specific region in chronological order .
Arguments: $0 contentRef (string), $1 region (bytes)
setOwnership
CODEOWNERS style ownership rule set for path pattern .
Arguments: $0 pattern (string), $1 owners (string[])
queryOwners
Returns owners matching the path against ownership patterns .
Arguments: $0 path (string)