@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 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
@@ -1,7 +1,7 @@
1
1
  # Picadillo
2
2
 
3
3
  <p align="center">
4
- <img src="./logo.png" alt="Picadillo" width="800">
4
+ <img src="https://media.githubusercontent.com/media/normful/picadillo/refs/heads/main/logo.png" alt="Picadillo" width="800">
5
5
  </p>
6
6
 
7
7
  **picadillo**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@normful/picadillo",
3
- "version": "1.0.2",
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": {