What are you trying to accomplish
I want the ai agent to integrate the custom instructions I’ve added. When starting a new branch, I add the custom instructions, but the agent generally seems to ignore them. One main issue is that it constantly tries to chain terminal commands with ‘&&’ and that usually just causes errors, so I’ve added a line to never do that. It still tries to do that. I have a lot of other stuff in there specific to my repo, and it generally gets things right, but I think that’s because it does a good job of getting context from the code and not because it reads the instructions. It does other things that I’ve explicitly stated it should never do. I also have a ‘.builderrules’ file and a general ‘ai-instructions.md’ file that it seems to ignore, but I’m not sure if those are supposed to work in the builder app or not.
Screenshots or video link
Code stack you are integrating Builder with
Tanstack Start with pnpm monorepo and shadcn ui library
Reproducible code example
If you are having integration errors, please link to codesandbox or copy and paste your problematic code here. The more detail the better!