| ▲ | comradesmith 8 hours ago | ||||||||||||||||
1. Make tests 2. Commit them 3. Proceed with implementation and tell agent to use the tests but not modify them It will probably comply, and at least if it does change the tests you can always revert those files to where you committed them | |||||||||||||||||
| ▲ | tavavex 8 hours ago | parent | next [-] | ||||||||||||||||
Are there really no ways to control read/write permissions in a smart way? I've not had to do this yet, but is it really only capable of either being advisory with you implementing all the code, or it having full control over the repo where you just hope nothing important is changed? You could probably make a system-level restriction so the software physically can't modify certain files, but I'm not sure how well that's going to fly if the program fails to edit it and there's no feedback of the failure. | |||||||||||||||||
| |||||||||||||||||
| ▲ | BeetleB 8 hours ago | parent | prev [-] | ||||||||||||||||
No. I don't want the mental burden of auditing whether it modified the tests. | |||||||||||||||||
| |||||||||||||||||