Skip to content

Commit 0117666

Browse files
rename branching
1 parent 2dcd936 commit 0117666

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AAE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ The agent then runs an autonomous loop, applying the AE cycle to systematically
4949

5050
To 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.
5454
3. **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

0 commit comments

Comments
 (0)