store: PR Reviewer File Locations and Symlink Structure
This commit is contained in:
parent
f836a244bc
commit
21167a4ba0
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user