A CLAUDE.md is just a markdown file at the root of your repo. Copy the content below into your own project's CLAUDE.md to give your agent the same context.
npx versuz@latest install wanshuiyin-auto-claude-code-research-in-sleep --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/HEAD/CLAUDE.md# Project: {project-name}
## Pipeline Status
```yaml
stage: idle # idle | idea-discovery | implementation | training | review | paper
idea: "" # Current idea title (one line)
contract: "" # Path to research_contract.md (e.g., idea-stage/docs/research_contract.md)
current_branch: "" # Git branch for this idea
baseline: "" # Baseline numbers for comparison
training_status: idle # idle | running | complete | failed
language: en # en | zh — controls skill output language (see shared-references/output-language.md)
active_tasks: []
next: "" # Concrete next step
last_updated: "" # YYYY-MM-DD HH:mm — auto-updated by skills on every output write
```
## Project Constraints
- {constraint 1}
- {constraint 2}
## Non-Goals
- {non-goal 1}
## Compute Budget
- {budget details, e.g., "8x A100 for 24h via vast.ai"}