diff --git a/.changeset/teach-shared-assets.md b/.changeset/teach-shared-assets.md deleted file mode 100644 index 8a42d68..0000000 --- a/.changeset/teach-shared-assets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mattpocock-skills": patch ---- - -Make the **`teach`** skill reuse-first. Lessons are now built from reusable **components** in `./assets/` — stylesheets, quiz widgets, simulators, diagram helpers. Reuse is the default: the agent reads `./assets/` before authoring a lesson, builds from what's there, and extracts anything new and reusable into a component rather than inlining it. diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d07a2..1ff3265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # mattpocock-skills +## 1.0.1 + +### Patch Changes + +- [`d20ee26`](https://github.com/mattpocock/skills/commit/d20ee2684e2a9442698ac3c1e0f2c5b68c4cf296) Thanks [@mattpocock](https://github.com/mattpocock)! - Make the **`teach`** skill reuse-first. Lessons are now built from reusable **components** in `./assets/` — stylesheets, quiz widgets, simulators, diagram helpers. Reuse is the default: the agent reads `./assets/` before authoring a lesson, builds from what's there, and extracts anything new and reusable into a component rather than inlining it. + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 6a6bc69..9ed9e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mattpocock-skills", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "Matt Pocock's agent skills for real engineering", "repository": {