.rules Feature? #2735
-
I’ve got an idea that could make Onlook even more powerful — adding a .rules feature, similar to what Cursor has. It would let users define rules or guidelines that the system always follows. Why it’s useful:
On top of that, it could open the door for a projects/Hub ecosystem with personalized rule sets, similar to what’s being done here: awesome-cursorrules. I think this could really boost collaboration and workflows in Onlook. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@kibarik , definitely interesting. Wonder if this is something that should be done per project or per user/team? Likely both...
I like the idea of a hybrid, we have user-level rules that stay in database and an in-code rule that the agent can refer to. It also makes templates more useful because they can have existing rules attached. (AGENTS.md) |
Beta Was this translation helpful? Give feedback.
@kibarik , definitely interesting. Wonder if this is something that should be done per project or per user/team? Likely both...
I'm thinking of 2 patterns:
I like the idea of a hybrid, we have user-level rules that stay in database and an in-code rule that the agent can refer to. It also makes templates more useful because they can have existing rules attached.
(AGENTS.md)