Conversation
* script * generation off new model
scripts/batch_doc_to_rule.py
Outdated
There was a problem hiding this comment.
this will need to live outside of this repo, similar to docci. Then we can compile into a bin & use to keep up with this. reason: not actually part of building AVSs, more of an internal script / tool
There was a problem hiding this comment.
|
Ready for proper testing & review to build a basic 0.4 component with cursor. |
|
Tried to do a simple one shot, not sure if this is the intended way (also it's using free cursor), but it just hallucinated everything with a simple attempted prompt.
I don't know cursor well enough so probably doing it wrong. We should document if I am |
|
@reecepbcups cursor is supposed to automatically attache rulefiles, but i find that it never reads them. So I generally attach all rulefiles in the chat. There are a LOT of kinks to work out. I made some changes on this branch to get things to work better: |
|
New branch that works here: #200 |
|
@reecepbcups we can close this in favor of #200 if that's ok with you |

closes #146
Summary
Generates cursor rulefiles using a new tool, https://github.com/Lay3rLabs/doc-to-rule (built by Evan).
TODO