diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md deleted file mode 100644 index 56e0a32..0000000 --- a/.claude/CLAUDE.md +++ /dev/null @@ -1,185 +0,0 @@ -# CLAUDE.md - -This file provides guidance to Claude Code when working with code in this repository. - -Think in English. **Respond in Japanese by default**; switch only if the user writes in another language. - ---- - -## Collaboration Principles - -The user may be a researcher with little coding-agent experience. Do not assume git/Docker/LaTeX fluency. - -- Before running a command, say in one plain sentence what it does and why. -- After every step, report the outcome **and the exact path of any produced file** (figure, table, PDF, log). -- Propose the next concrete step; never leave the user wondering what to do. -- Confirm before anything destructive or irreversible (deleting files, overwriting data, git push, package installs). -- When something fails, explain the cause in plain language first, then the fix. -- Prefer the `make` targets below over raw commands — they are the documented, user-visible interface. - ---- - -## Quick Reference - -```bash -make up # build + start the Docker container -make test # all tests (repo + every study), inside Docker -make lint # ruff check + format check, inside Docker -make format # auto-fix + reformat, inside Docker -make pdf # build draft/main.pdf (latexmk, falls back to manual sequence) -make check # manuscript consistency checks (tools/thesis_check.py) - -# Run a study script (Python always goes through Docker) -docker compose exec research-template uv run python projects//scripts/