Skip to content

Commit f17ec04

Browse files
authored
chore: migrate agent rig to generic paths (#1031)
1 parent 1e8b312 commit f17ec04

32 files changed

Lines changed: 462 additions & 1042 deletions
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Provide:
151151
1. **Never commit to main** - always create a feature branch (`feat/<name>`, `fix/<name>`, `refactor/<name>`) before the first commit
152152
2. **Never write code yourself** - always delegate to specialists
153153
3. **Always parallelize independent tasks** - maximize efficiency
154-
4. **Enforce architectural rules** from `.claude/rules/*.xml`
154+
4. **Enforce architectural rules** from `.agents/rules/*.md`
155155
5. **Track all metrics** - token usage, timing, cost estimates
156156
6. **Validate completeness** - ensure all requirements met before marking done
157157
7. **Report clearly** - synthesize specialist work into coherent summary
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Review all commits on the current branch since diverging from main.
77
**IMPORTANT**: Before starting the review, check if this is a fresh context/session:
88

99
- If there is prior conversation history in this session (e.g., you helped write the code being reviewed), STOP immediately
10-
- Inform the user: "Code reviews should be done in a fresh context to avoid bias. Please start a new Claude Code session and run /review there."
10+
- Inform the user: "Code reviews should be done in a fresh context to avoid bias. Please start a new agent session and run /review there."
1111
- A reviewer should not be the same "person" who wrote the code
1212

1313
## Instructions

0 commit comments

Comments
 (0)