@skilly-hand/skilly-hand 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,21 @@ All notable changes to this project are documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
### Added
|
|
8
|
+
- _None._
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- _None._
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
- _None._
|
|
15
|
+
|
|
16
|
+
### Removed
|
|
17
|
+
- _None._
|
|
18
|
+
|
|
19
|
+
## [0.1.1] - 2026-04-03
|
|
20
|
+
[View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.1.1)
|
|
21
|
+
|
|
7
22
|
### Added
|
|
8
23
|
- Added automated changelog rotation via `scripts/release-changelog.mjs` to create dated release sections with npm version links.
|
|
9
24
|
|
|
@@ -14,4 +29,4 @@ All notable changes to this project are documented in this file.
|
|
|
14
29
|
- _None._
|
|
15
30
|
|
|
16
31
|
### Removed
|
|
17
|
-
-
|
|
32
|
+
- Removed `source/legacy/` directory containing the old skills and agentic structure superseded by the catalog.
|