@normful/picadillo 1.0.2 → 1.0.4
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 +15 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.0.4] - 2026-02-16
|
|
2
|
+
|
|
3
|
+
### 🐛 Bug Fixes
|
|
4
|
+
|
|
5
|
+
- Update path for run-in-tmux skill in package.json
|
|
6
|
+
## [1.0.3] - 2026-02-16
|
|
7
|
+
|
|
8
|
+
### 🚜 Refactor
|
|
9
|
+
|
|
10
|
+
- *(docs)* Update logo path in README to use absolute URL
|
|
11
|
+
|
|
12
|
+
### ⚙️ Miscellaneous Tasks
|
|
13
|
+
|
|
14
|
+
- Release 1.0.3
|
|
1
15
|
## [1.0.2] - 2026-02-16
|
|
2
16
|
|
|
3
17
|
### 🚀 Features
|
|
@@ -26,3 +40,4 @@
|
|
|
26
40
|
- Remove themes directory
|
|
27
41
|
- Add release-it script
|
|
28
42
|
- *(package.json)* Add publishConfig to make package publicly accessible on publish
|
|
43
|
+
- Release 1.0.2
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@normful/picadillo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Norman's pi coding agent commands, skills, extensions",
|
|
6
6
|
"keywords": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"prompts": [],
|
|
41
41
|
"extensions": [],
|
|
42
42
|
"skills": [
|
|
43
|
-
"./run-in-tmux/SKILL.md"
|
|
43
|
+
"./skills/run-in-tmux/SKILL.md"
|
|
44
44
|
]
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|