Commit 9480326
Reorganize: Move PR testing docs to .claude/agents/
Creates a clearer structure following the /commands pattern:
.claude/
├── agents/ # Agent definitions (NEW)
│ ├── pr-testing-agent.md
│ └── pr-testing-guide.md
├── commands/ # Slash commands
└── docs/ # Supporting documentation
Benefits:
- Clear separation: agents vs commands vs supporting docs
- Consistent with /commands structure
- Easy to find agent definitions
- Future-proof for more agents
Changes:
- Created .claude/agents/ directory
- Moved pr-testing-agent.md from docs/ to agents/
- Moved pr-testing-guide.md from docs/ to agents/
- Updated all cross-references to use ../docs/ paths
- Updated prompt examples to use .claude/agents/ path
No duplicate files remain - clean move from docs/ to agents/
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 20d6969 commit 9480326
2 files changed
+9
-9
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
689 | | - | |
| 689 | + | |
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
| 693 | + | |
0 commit comments