8,981
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
| Line 208: | Line 208: | ||
* A complete dev env should contain files to test every possible conversion including options. | * A complete dev env should contain files to test every possible conversion including options. | ||
* Keep test data out of original AE directory. When debugging multiple codebases, you don't want them to crash into one another. | * Keep test data out of original AE directory. When debugging multiple codebases, you don't want them to crash into one another. | ||
* To setup advanced agents - that might even include (interesting but tricky) selfimprovement - look at the web for [examples https://david.coffee/vibe-coding-part-1/]. | |||
=====Roundtripping===== | =====Roundtripping===== | ||
| Line 221: | Line 222: | ||
Example of an Agent.md; for "..." use your own start path. | Example of an Agent.md; for "..." use your own start path. | ||
The display name is not determined by the filename but by the internal name. Either add manually or tell the IDE chatbot to add your agent directory to the '''project file'''. After that agents can be picked. For roundtripping | The display name is not determined by the filename but by the internal name. Either add manually or tell the IDE chatbot to add your agent directory to the '''project file'''. After that agents can be picked. For roundtripping and autoimproving new C# via old C# agent 1 is picked. For roundtripping and autoimproving VB via new C# agent 2 is picked. | ||
This way, agents also can have a global directory. | This way, agents also can have a global directory. | ||
| Line 230: | Line 231: | ||
</pre> | </pre> | ||
The bigger idea is to write '''universal information into agent md''' so the actual ''' | The bigger idea is to write '''universal information into agent md''' so the actual '''prompts can be shortened'''. | ||
Agent md | Agent md | ||
edits