这是一篇由原始材料转换而来的阅读页,保留了源文件的主要结构,并补充了可追溯的来源说明与链接。
摘要
Minimize metric x . Lower is better.
autoresearchmarkdowntemplate / pattern
Minimal Program Example
Mission
Minimize metric_x.
Lower is better.
Scope
You may modify only target.py.
Do not modify evaluation code.
Baseline
Run the unmodified system first and record the result.
Loop
- propose one hypothesis
- make one focused change
- run evaluation
- log result
- keep if improved, otherwise revert
- continue
Logging
Record: - commit - metric - status - description
Failure handling
If the run crashes, inspect once, fix trivial issues if obvious, otherwise log crash and move on.
Human override
Ask only if blocked, out of scope, or missing prerequisites.
来源与参考
源文件: autoresearch/examples/minimal-program.md
来源目录: /srv/project/harness-engineering