@normful/picadillo 2.0.1 → 2.0.2

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,9 +1,18 @@
1
+ ## [2.0.2] - 2026-02-16
2
+
3
+ ### 🚀 Features
4
+
5
+ - *(npmignore)* Add dev-scripts to .npmignore
1
6
  ## [2.0.1] - 2026-02-16
2
7
 
3
8
  ### 🚀 Features
4
9
 
5
10
  - *(extension)* Add parrot extension for editing AI responses externally
6
11
  - *(pkg)* Update package info and developer scripts
12
+
13
+ ### ⚙️ Miscellaneous Tasks
14
+
15
+ - Release 2.0.1
7
16
  ## [1.2.1] - 2026-02-16
8
17
 
9
18
  ### ⚙️ Miscellaneous Tasks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@normful/picadillo",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "private": false,
5
5
  "description": "pi agent skills/extensions: run-in-tmux, parrot (send AI message with edited version of AI message)",
6
6
  "keywords": [
@@ -1,3 +0,0 @@
1
- #!/bin/bash
2
- mkdir -p ~/.pi/agent/extensions/
3
- cp -v "extensions"/*.ts ~/.pi/agent/extensions/