Commit adcc532
docs(skills): list .agents/clusters.yaml as canonical in deployment + env-setup hints (#1643)
### What does this PR do?
Type of change: documentation
Fixes minor doc drift left by the `.agents/` migration (#1362). That
change made `.agents/clusters.yaml` the canonical project-level cluster
config (with `.claude/clusters.yaml` kept for back-compat), and updated
`remote-execution.md` + `remote_exec.sh` accordingly — but three
cluster-config lookup hints still listed only `.claude/clusters.yaml`:
- `.agents/skills/deployment/SKILL.md` — remote-deployment check
- `.agents/skills/deployment/tests/evals.json` — `expected_behavior`
assertion
- `.agents/skills/common/environment-setup.md` — cluster-config `cat`
snippet
Each now lists `.agents/clusters.yaml` (canonical) ahead of
`.claude/clusters.yaml` (back-compat), matching the documented lookup
order in `remote-execution.md` and the actual implementation in
`remote_exec.sh`.
Verified the rest are already correct: `remote_exec.sh`,
`remote-execution.md`, and `.agents/README.md` list `.agents` as
canonical with `.claude` labeled back-compat.
### Usage
N/A — documentation only.
### Testing
`json.load` validates the edited `evals.json`; changes are text-only
lookup hints (no code paths affected). The implementation
(`remote_exec.sh`) already checked `.agents/clusters.yaml` first, so
behavior is unchanged.
### Before your PR is "*Ready for review*"
- Is this change backward compatible?: ✅
- If you copied code from any other sources or added a new PIP
dependency, did you follow guidance in `CONTRIBUTING.md`: N/A
- Did you write any new necessary tests?: N/A (doc-only)
- Did you update
[Changelog](https://github.com/NVIDIA/Model-Optimizer/blob/main/CHANGELOG.rst)?:
N/A (minor doc fix)
- Did you get Claude approval on this PR?: ⬜ (run `/claude review`
before marking ready)
### Additional Information
Follow-up cleanup spun out of the day0-release work (#1596); kept
separate to keep that PR scoped.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Updated cluster configuration detection to support local project-level
configuration files alongside system-wide configurations.
* **Tests**
* Updated deployment tests to reflect expanded cluster configuration
discovery mechanisms.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Signed-off-by: Zhiyu Cheng <zhiyuc@nvidia.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 68b7b64 commit adcc532
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments