← ClaudeAtlas

command-experiment-watchlisted

Codex adapter for Claude slash command /experiment-watch - 只读监控一个长实验(不 kill/restart/改 config)
a-green-hand-jack/ml-project-repo-agent-native-template · ★ 0 · AI & Automation · score 52
Install: claude install-skill a-green-hand-jack/ml-project-repo-agent-native-template
# command-experiment-watch Codex does not load project `.claude/commands/*.md` files as custom slash commands. Use this skill when you would have used `/experiment-watch` in Claude Code. Canonical source: `.claude/commands/experiment-watch.md`. Do not edit this adapter by hand; edit the Claude command and run `python scripts/sync-codex-adapters.py`. 用 `experiment-monitor` subagent 监控 $ARGUMENTS。 首选一次性快照 CLI(bounded,检查完即退出,不常驻): `python lab/infra/launch/expctl.py watch --run-id <id> --workdir <dir>` 只读: - log 最后 200 行 - run dir 的 status 文件 - wandb/mlflow 最新 metrics(若有) 只报异常:crash / NaN / OOM / stall / missing checkpoint / config mismatch。 报告 status、latest metrics、checkpoint freshness、是否需要介入。不修改任何东西。 遵循 `.agent/action-boundary.md`。