aios-codemap-opslisted
Install: claude install-skill rexleimo/harness-cli
## CRG Tool Quick Reference
## Install/Doctor Targets
`aios internal codemap install --client all` should make CRG available to the AIOS-supported clients:
| Client | Config written |
|--------|----------------|
| Codex | `~/.codex/config.toml` (`[mcp_servers.code-review-graph]`) |
| Claude Code | `<project>/.mcp.json` |
| Gemini CLI | `<project>/.gemini/settings.json` |
| Antigravity CLI | `<project>/.gemini/settings.json` (inherited from Gemini CLI) |
| OpenCode | `~/.config/opencode/opencode.json` plus `plugins/crg-plugin.ts` |
| Crush | `<project>/crush.json` (`mcp` namespace) |
If a client cannot see CRG tools, run `aios internal codemap doctor --fix --client <client>` from the target project, then restart that client.
### query_graph patterns
| Pattern | Returns |
|---------|---------|
| `callers_of` | Functions that call the target |
| `callees_of` | Functions called by the target |
| `imports_of` | Imports from a file/module |
| `importers_of` | Files that import a file/module |
| `children_of` | Nodes contained in a file/class |
| `tests_for` | Tests covering the target |
| `inheritors_of` | Classes inheriting from target |
| `file_summary` | All nodes in a file |
### refactor_tool modes
| Mode | Action |
|------|--------|
| `rename` | Preview rename across all locations |
| `dead_code` | Find unreferenced symbols |
| `suggest` | Community-driven refactoring suggestions |
### Confidence tiers
| Tier | Meaning |
|------|---------|
| `EXTRACTED` | Certain — d