I’m trying to understand how much control the rules have on the agent/ask/plan modes ?
Example Scenario:
Created a project rule and explicitly mentioned that current version is backend only design. Responses should not contain elements of frontend. Any request related to frontend should be ignored.
Query:
What frontend design will work for this app ?
Result:
Agent > Did a full analysis of current codebase > Responded with the fact that current version is backend only design > And then continued with frontend design …
Am I using the rules correctly ? If yes, then the question is how strictly are they enforced?