File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments