.agents/skills: add cl2-artifacts-reference guide - #4100
p0lyn0mial wants to merge 1 commit into
Conversation
|
@serathius @dims @Jefftree please let me know your thoughts on this PR. |
| @@ -0,0 +1,22 @@ | |||
| --- | |||
| name: cl2-artifacts-reference | |||
| description: Reference guide for ClusterLoader2 CI artifacts and their GCS paths. | |||
There was a problem hiding this comment.
This could be the place where the domain knowledge is defined.
There was a problem hiding this comment.
That's doesn't sound like skill rather reference
There was a problem hiding this comment.
| Use this reference to understand what each file is and where it lives | ||
| in the artifact tree. | ||
|
|
||
| # Reference |
There was a problem hiding this comment.
Maybe we should be more specific about what files can be found in the directory structure.
There was a problem hiding this comment.
+1, I feel that a lot of these descriptions are evident from the name. The specific nuanced things are the worthwhile things that an agent can't easily derive from directory name alone.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: p0lyn0mial The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/cc @seans3 |
| ## 1. Artifact Directory Structure | ||
| - **Root**: `artifacts/` under the CI job run's output path. | ||
| - **Subdirectories**: | ||
| - `control-plane-*/` — control-plane node logs. |
There was a problem hiding this comment.
Realistically, would an agent really need these kinds of descriptions to navigate? (this is a question, not asking you to change)
| Use this reference to understand what each file is and where it lives | ||
| in the artifact tree. | ||
|
|
||
| # Reference |
There was a problem hiding this comment.
+1, I feel that a lot of these descriptions are evident from the name. The specific nuanced things are the worthwhile things that an agent can't easily derive from directory name alone.
| @@ -0,0 +1,22 @@ | |||
| --- | |||
| name: cl2-artifacts-reference | |||
| description: Reference guide for ClusterLoader2 CI artifacts and their GCS paths. | |||
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Add a reference guide for ClusterLoader2 CI artifacts as a skill.
Note that is not a skill per se. It is rather documentation that describes the artifact directory structure.
Starts with two sections but more sections can be added in the future PRs.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: