Document wandb integration in AGENTS.md; require AGENTS.md read upfront

- AGENTS.md: add Weights & Biases section covering install (extra),
  online/offline modes, per-run wandb/ layout, sync command, and the
  source-of-truth note (metrics.jsonl, not W&B).
- CLAUDE.md: replace soft "before making changes" wording with a
  mandatory session-start instruction to read AGENTS.md in full.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-07 16:48:33 +09:00
co-authored by Claude Opus 4.7
parent abfd7298d9
commit 04ef99e7ef
2 changed files with 44 additions and 2 deletions
+1 -2
View File
@@ -2,8 +2,7 @@
This repository uses AGENTS.md as the canonical coding-agent instruction file.
Before making changes, read and follow:
- AGENTS.md
**MANDATORY: At the start of every session, read AGENTS.md in full before doing anything else — including answering questions, exploring code, or running commands.**
Notes:
- this project uses uv. don't mess with .venv or the system python.