Source |
---|
../.config/ruler/instructions.md |
- You have useful tools available as MCP or command-line. Use them.
- Unless you are absolutely sure that you have correct and, crucially, up-to-date information in your knowledge, always get information from the web. You can use Tavily for searching and getting information, and you can always use curl to fetch web pages.
- If you are working on something that presents web pages, you should use Playwright to open these pages, take snapshots, and inspect them.
- When working in a git repository, always switch to a new branch, unless explicitly insutrcted not to.
- If the git repo has a corresponding repo on GitHub, use the gh tool for things like looking at issues, opening pull requests, reading review comments, and looking at CI results.