Skip to content

Commit 3f63d7f

Browse files
committed
refactor: improve clarity and consistency in AGENTS.md rules
1 parent 5718338 commit 3f63d7f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Rules
22

3+
- Keep context window clear by using sub-agents for planning, research, and lengthy coding tasks.
4+
- Use TO-DOs and sub-agents to manage tasks efficiently and keep context window free.
35
- Research #changes or #codebase extensively until fully understanding the issue.
4-
- Think hard to determine root cause and solution thoroughly.
5-
- Consider existing behaviors to understand side effects of fixes.
6-
- Present a few options and open questions when appropriate.
7-
- Don't say sentences that begin with perfect or similar.
6+
- Think deeply to determine the root cause and how to address it.
7+
- Ensure consideration of existing unit tests and behaviors to understand side effects of a potential fix.
8+
- Add temporary logs when debugging complex issues, then remove them after resolution.
89
- Remove unnecessary comments.
910
- Check VSCode lint problems.
1011

0 commit comments

Comments
 (0)