CLAUDE.md ยท diff

git:20260403.369e551 to git:20260407.cb1901e

1 added, 30 removed. Audit A to B.

- # CLAUDE
-
- This repository keeps its workflow contract inside the workspace.
-
- ## Always-On Context
-
- - Canonical runtime root: `/vllm-workspace`
- - Source repos: `vllm/`, `vllm-ascend/` as submodules
- - Clone and refresh sources recursively: `git submodule update --init --recursive`
- - `origin` and `upstream` repo topology is maintained as local workspace state
- - Local workspace state must never be committed
-
- ## Public Skills
-
- - Route first-time setup, recovery setup, or local foundation plus optional first-machine setup to `.agents/skills/workspace-init/SKILL.md`.
- - Route machine attach, verify, and removal requests to `.agents/skills/machine-management/SKILL.md`.
- - Route service lifecycle requests to `.agents/skills/serving/SKILL.md`.
- - Route benchmark requests against an explicit ready service to `.agents/skills/benchmark/SKILL.md`.
- - Route destructive teardown only to `.agents/skills/workspace-reset/SKILL.md`.
-
- ## Discovery
-
- - Read the matched public `SKILL.md` first.
- - Open `.agents/discovery/README.md` only when the matched skill or its linked reference does not identify the next tool, or when probe results disagree and the next step is ambiguous.
-
- ## Adapter Boundary
-
- - Treat shared `SKILL.md` files as the public contract layer.
- - Treat skill-local routing references as internal execution notes only.
-
+ IMPORTANT: Ensure you've thoroughly reviewed the [AGENTS.md](AGENTS.md) file before beginning any work.