The ten line rules file that fixed my agent
Most rule files for AI agents are too long. Nobody reads five hundred lines of rules, including the agent.
Mine is ten lines. Typing rules, test rules, one rule about asking before deleting. That is it. The agent follows it because it can hold all of it in context at once.
Short rules get followed. Long rules get ignored.
Top comments (0)