Who Owns banner
cognitx-leyton cognitx-leyton

Who Owns

Development community

Description

--- allowed-tools: Bash(codegraph query:*), Bash(codegraph query:*), Bash(.venv/bin/codegraph query:*) description: Show the latest author, top contributors, and CODEOWNERS team for a file --- ## Usage ``` /who-owns <path> ``` Path must match `:File.path` exactly — repo-root-relative with forward slashes (e.g. `codegraph/codegraph/loader.py`, not absolute, not with a leading `./`). Joins three ownership edges written by the Phase-7 ownership pass: | Edge | Source | Columns | |---|---|---| |

Installation

Installs to ~/.claude/commands/cognitx-leyton-graphrag-code-who-owns.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/cognitx-leyton/graphrag-code/HEAD/.claude/commands/who-owns.md -o ~/.claude/commands/cognitx-leyton-graphrag-code-who-owns.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository