Compare commits

..

9 Commits

Author SHA1 Message Date
paoloricciuti
831b06c099 fix: remove shiki two slash stuff 2026-02-27 22:11:17 +01:00
paoloricciuti
ce1e3035dc fix: action 2026-02-27 22:04:19 +01:00
paoloricciuti
d3d85f93ed fix: lint 2026-02-27 22:02:57 +01:00
paoloricciuti
28c29677de fix: sync skill with docs 2026-02-27 21:51:50 +01:00
paoloricciuti
8bc419aa21 Merge branch 'main' into svelte-core-bestpractices-skill 2026-02-27 21:40:23 +01:00
paoloricciuti
3f49b26a88 fix: lint 2026-02-10 15:45:13 +01:00
paoloricciuti
381f841fd5 chore: changeset 2026-02-10 15:41:16 +01:00
paoloricciuti
cc402316d0 fix: properly release each skill as a separate artifact 2026-02-10 15:39:53 +01:00
paoloricciuti
275d8dcc40 feat: svelte-core-bestpractices skill 2026-02-10 15:32:20 +01:00
3 changed files with 6 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
'@sveltejs/opencode': patch
---
feat: `svelte-core-bestpractices` skill

View File

@@ -1,11 +1,5 @@
# @sveltejs/opencode
## 0.1.4
### Patch Changes
- feat: `svelte-core-bestpractices` skill ([#162](https://github.com/sveltejs/ai-tools/pull/162))
## 0.1.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@sveltejs/opencode",
"version": "0.1.4",
"version": "0.1.3",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/sveltejs/ai-tools#readme",