aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/tool/codeeditor/codeeditor.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow/flow/patching: harden against empty generated patchesDmitry Vyukov2026-01-271-2/+6
| | | | | | | | Make codeeditor error on nop changes that don't actually change the code. Make patch testing error on empty patch. Perhaps we need a notion of "mandatory" tools that must be called successfully at least once... not sure yet.
* pkg/aflow/tool/codeeditor: add actual implementationDmitry Vyukov2026-01-261-12/+82
|
* pkg/aflow: add helper for tool testingDmitry Vyukov2026-01-261-1/+14
| | | | Add simple codeeditor tests to test testing.
* pkg/aflow/tool/codeeditor: add packageDmitry Vyukov2026-01-231-0/+37
Code editing tool stub. Update #6470