We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469c47e commit 48b89c7Copy full SHA for 48b89c7
‎.claude/commands/revise-agents-md.md‎
@@ -3,6 +3,7 @@ Review this session for learnings about working with Agents in this codebase. Up
3
## Step 1: Reflect
4
5
What context was missing that would have helped Agents work more effectively?
6
+
7
- Bash commands that were used or discovered
8
- Code style patterns followed
9
- Testing approaches that worked
@@ -22,6 +23,7 @@ find . -name "AGENTS.md" 2>/dev/null | head -20
22
23
Format: `<command or pattern>` - `<brief description>`
24
25
Avoid:
26
27
- Verbose explanations
28
- Obvious information
29
- One-off fixes unlikely to recur
0 commit comments