agent: Add CLAUDE.md#11245
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
||
| Kueue is a Kubernetes-native job queueing system for batch and ML/AI workloads. | ||
|
|
||
| @AGENTS.md |
There was a problem hiding this comment.
I would just leave line 5 and remove everything else.
|
LGTM label has been added. DetailsGit tree hash: ad0d6c7bd01e895016cee66eca37b2faba6cfb27 |
|
|
||
| Operational runbook index for common Kueue debugging tasks are in [cmd/experimental/skills](cmd/experimental/skills/README.md). Consult these proactively when a user asks about workload preemption, eviction, ownership, or pod tracing — even if the question is informal or incomplete. | ||
|
|
||
| When a skill is triggered, **read the corresponding SKILL.md file directly** and follow its steps. Do **not** treat these as registered assistant skills — they are runbook documents to be read and executed step by step. |
There was a problem hiding this comment.
What does this mean: "registered assistant skills"
There was a problem hiding this comment.
also Idk if they're runbooks. About to merge these review skills as an example: #10819
The language is less like a runbook.
There was a problem hiding this comment.
What does this mean: "registered assistant skills"
Registered assistant skills refers to the Claude Code plugin/skill system, skills that are explicitly listed in the agent's available-skills menu and invoked via a special tool call. The intent of this line was to clarify that the SKILL.md files here are plain markdown documents the agent should open and read directly, not entries in
that skill registry.
also Idk if they're runbooks. About to merge these review skills as an example: #10819
The language is less like a runbook.
Fair point, "runbook" was imprecise. How about rewording the whole sentence to:
When a skill is triggered, read the corresponding SKILL.md file directly and follow its steps. These are plain markdown guides, not plugins in the Claude Code skill system.
That drops both "registered assistant skills" and "runbook" in favor of simpler language.
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gyliu513, kannon92, mimowo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: fcaba786cd489287da3be352a580119ab21cd4d5 |
What type of PR is this?
/kind feature
/cc @amy @kannon92 @mimowo
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #11161
Special notes for your reviewer:
Does this PR introduce a user-facing change?