mirror of
https://github.com/wassname/autoresearch_template.git
synced 2026-06-27 16:14:27 +08:00
41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
<!-- APPEND-ONLY: new entries at top. Never edit old entries. -->
|
|
<!-- Tracked in main branch only. Git hook prevents committing from worktrees. -->
|
|
<!-- All worktrees append here: write to the root project copy. -->
|
|
<!--
|
|
Format:
|
|
## YYYY-MM-DD HH:MM | commit: SHORT_SHA | branch: NAME | agent: NAME
|
|
|
|
### What I did
|
|
[1-3 sentences: what experiment, what change]
|
|
|
|
### Observations (facts)
|
|
- "val_bpb = 2.91 (baseline 3.02, delta -0.11)" -- measured, not interpreted
|
|
|
|
### Inferences (interpretations)
|
|
- "suggests X because Y" -- label as inference, give credence
|
|
|
|
### What surprised me
|
|
[anything unexpected -- good signal for future ideation]
|
|
|
|
### Next questions
|
|
[what to try next based on this result]
|
|
-->
|
|
|
|
# Research Journal
|
|
|
|
---
|
|
|
|
## 2026-04-04 | commit: c687a68 | branch: main | agent: human
|
|
|
|
### What I did
|
|
Initialized autoresearch template. No experiments yet.
|
|
|
|
### Observations
|
|
- Repo structure created: program.md (FROZEN), eval.py (FROZEN), justfile, pyproject.toml
|
|
- Git hooks configured to protect FROZEN files and warn on worktree commits of GLOBAL files
|
|
|
|
### Next questions
|
|
- Fill in `{FILL_IN}` markers in program.md, eval.py, 0_docs/problem.md
|
|
- Run `just smoke` to verify setup
|
|
- Start IDEATE loop: read 0_docs/problem.md, search for papers, generate first ideas
|