Skip to content

Commit 234a9db

Browse files
authored
feat: regenerate skills (#6404)
* feat: regenerate skills * fix node version in check skills * fix check skills pipeline * fix workspacePaths
1 parent dc20a6e commit 234a9db

191 files changed

Lines changed: 13118 additions & 44448 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/check-skills.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ on:
1616
- '**/skills/**'
1717
- '_artifacts/**'
1818
- '**/_artifacts/**'
19+
- 'scripts/sync-skill-versions.mjs'
20+
- 'scripts/typecheck-skill-snippets.mjs'
21+
- 'scripts/validate-skill-content.mjs'
22+
- 'package.json'
23+
- 'pnpm-lock.yaml'
24+
- '.github/workflows/check-skills.yml'
1925
workflow_dispatch: {}
2026

2127
permissions:
@@ -34,10 +40,13 @@ jobs:
3440
- name: Setup Node
3541
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3642
with:
37-
node-version: 20
43+
node-version: 22.13.0
3844

39-
- name: Install intent
40-
run: npm install -g @tanstack/intent
45+
- name: Install pnpm
46+
run: npm install --global "$(node -p 'require("./package.json").packageManager')"
4147

42-
- name: Validate skills
43-
run: intent validate --github-summary
48+
- name: Install dependencies
49+
run: pnpm install --frozen-lockfile
50+
51+
- name: Validate skills and examples
52+
run: pnpm test:skills

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,18 @@ jobs:
5454
git switch -c "$branch"
5555
git push --set-upstream origin "$branch"
5656
echo "branch=$branch" >> "$GITHUB_OUTPUT"
57-
- name: Publish
57+
- name: Prepare package versions
5858
run: |
5959
git config --global user.name 'github-actions[bot]'
6060
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
61+
env -u CI pnpm run cipublish
62+
pnpm run skills:versions:fix
63+
pnpm run skills:versions:check
64+
env:
65+
BRANCH: ${{ github.ref_name }}
66+
TAG: ${{ inputs.tag }}
67+
- name: Publish
68+
run: |
6169
pnpm run cipublish
6270
env:
6371
BRANCH: ${{ github.ref_name }}

_artifacts/domain_map.yaml

Lines changed: 1447 additions & 6986 deletions
Large diffs are not rendered by default.

_artifacts/scratch/cluster-a-foundational.yaml

Lines changed: 0 additions & 672 deletions
This file was deleted.

_artifacts/scratch/cluster-b-row-model-features.yaml

Lines changed: 0 additions & 1188 deletions
This file was deleted.

_artifacts/scratch/cluster-c-ui-state-features.yaml

Lines changed: 0 additions & 1110 deletions
This file was deleted.

_artifacts/scratch/cluster-d-framework-adapters.yaml

Lines changed: 0 additions & 990 deletions
This file was deleted.

_artifacts/scratch/cluster-e-lifecycle-composition.yaml

Lines changed: 0 additions & 1396 deletions
This file was deleted.

_artifacts/scratch/cluster-f-issues-failure-modes.yaml

Lines changed: 0 additions & 1173 deletions
This file was deleted.

_artifacts/skill_spec.md

Lines changed: 361 additions & 194 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)