File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ The agent then runs an autonomous loop, applying the AE cycle to systematically
4949
5050To set up a new tuning session, work with the user to:
5151
52- 1 . ** Agree on a run tag** : propose a tag based on today's date (e.g. ` mar21 ` ). The branch ` autotune /<tag>` must not already exist.
53- 2 . ** Create the branch** : ` git checkout -b autotune /<tag> ` from current main/master.
52+ 1 . ** Agree on a run tag** : propose a tag based on today's date (e.g. ` mar21 ` ). The branch ` aae /<tag>` must not already exist.
53+ 2 . ** Create the branch** : ` git checkout -b aae /<tag> ` from current main/master.
54543 . ** Read the in-scope files** : Understand the full context:
5555 - The ** target file(s)** the agent may modify.
5656 - The ** benchmark harness** (read-only) that defines the metric and evaluation procedure.
@@ -171,7 +171,7 @@ Note: do not commit `results.tsv`; leave it untracked.
171171
172172## The Experiment Loop
173173
174- The experiment runs on a dedicated branch (e.g. ` autotune /mar21` ).
174+ The experiment runs on a dedicated branch (e.g. ` aae /mar21` ).
175175
176176** The first run** is always the unmodified baseline.
177177
You can’t perform that action at this time.
0 commit comments