DavidSouther / ailly

Your AI Writing Ally
Other
9 stars 6 forks source link

Red/Green/Refactor driver #24

Open DavidSouther opened 5 months ago

DavidSouther commented 5 months ago

Depends on #18. Allow Ailly to do a (supervised) Red/Green/Refactor TDD work.

DavidSouther commented 5 months ago

With #18 designed, the design for this can go forward.

This tool would need to:

  1. Execute a test.
  2. Analyze the results. If all pass, end.
  3. Develop an edit query (and possible a section/find query).
  4. Apply the query.
  5. Repeat