-
|
The readme has this: But in an empty codebase that doesn't really work. Also I wouldn't even know how to define those on my own first. I mean |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
I’m really not an expert at this, but according to the constitution file, it’s supposed to distill a constitution from your text. What you can do similar to what I do is simply send it existing rules from the web that it can distill on its own. |
Beta Was this translation helpful? Give feedback.
-
|
If you or your team/company has some coding standards, folder structure, naming conventions, recommended libraries or even snippets of code that represent how you want to implement certain patterns, those would be part of the constitution. |
Beta Was this translation helpful? Give feedback.
I’m really not an expert at this, but according to the constitution file, it’s supposed to distill a constitution from your text.
Since you’re not actually providing it with anything it can distill from, it does nothing.
What you can do similar to what I do is simply send it existing rules from the web that it can distill on its own.
Just search for coding guidelines (e.g., SOLID, KISS, or any others you want), paste them into /constitution, and then review what it produces.