From 21167a4ba0e16a0d23760787c69e8298eafde3ef Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Mon, 2 Mar 2026 15:57:26 -0600 Subject: [PATCH] store: PR Reviewer File Locations and Symlink Structure --- ...-locations-and-symlink-structure-3e0406.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 graph/configurations/pr-reviewer-file-locations-and-symlink-structure-3e0406.md diff --git a/graph/configurations/pr-reviewer-file-locations-and-symlink-structure-3e0406.md b/graph/configurations/pr-reviewer-file-locations-and-symlink-structure-3e0406.md new file mode 100644 index 00000000000..a90bd604e7e --- /dev/null +++ b/graph/configurations/pr-reviewer-file-locations-and-symlink-structure-3e0406.md @@ -0,0 +1,29 @@ +--- +id: 3e0406ac-549d-4509-b918-ad638c883448 +type: configuration +title: "PR Reviewer File Locations and Symlink Structure" +tags: [pr-reviewer, claude-scheduled, dotfiles, configuration, symlinks, systemd] +importance: 0.6 +confidence: 0.8 +created: "2026-03-02T21:57:26.470243+00:00" +updated: "2026-03-02T21:57:26.470243+00:00" +--- + +# PR Reviewer File Locations and Symlink Structure + +## File Map + +| File | Source | Symlink Target | +|------|--------|---------------| +| Agent definition | `~/.claude/agents/pr-reviewer.md` | (not symlinked, lives in place) | +| Dispatcher script | `~/dotfiles/claude-scheduled/pr-reviewer-dispatcher.sh` | `~/.config/claude-scheduled/` | +| Task config dir | `~/dotfiles/claude-scheduled/tasks/pr-reviewer/` | `~/.config/claude-scheduled/tasks/pr-reviewer/` | +| repos.json | Symlinked from issue-worker's copy | (shared) | +| mcp.json | Generated from `mcp.json.template` via `generate-mcp-configs.sh` | — | +| systemd timer | `~/dotfiles/systemd/claude-pr-reviewer.timer` | `~/.config/systemd/user/` | +| systemd service | `~/dotfiles/systemd/claude-pr-reviewer.service` | `~/.config/systemd/user/` | + +## Notes +- Timer not yet enabled (`systemctl --user enable --now claude-pr-reviewer.timer`) +- Waiting for validation against a real PR before enabling +- MCP config generated, not static — uses template with repo-specific values