@normful/picadillo 1.1.0 → 1.2.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 CHANGED
@@ -1,8 +1,22 @@
1
+ ## [1.2.0] - 2026-02-16
2
+
3
+ ### 🚜 Refactor
4
+
5
+ - *(readme)* Update installation and uninstallation commands to use direct HTTPS URL
6
+ - *(package.json)* Remove obsolete "pi" configuration section
7
+
8
+ ### ⚙️ Miscellaneous Tasks
9
+
10
+ - Release 1.2.0
1
11
  ## [1.1.0] - 2026-02-16
2
12
 
3
13
  ### 🚀 Features
4
14
 
5
15
  - *(npmignore)* Include release scripts in npm package distribution
16
+
17
+ ### ⚙️ Miscellaneous Tasks
18
+
19
+ - Release 1.1.0
6
20
  ## [1.0.3] - 2026-02-16
7
21
 
8
22
  ### 🚜 Refactor
package/README.md CHANGED
@@ -26,15 +26,10 @@ repeatedly poke reality until it tastes better.”
26
26
  ## Install
27
27
 
28
28
  ```bash
29
- pi install git:github.com/normful/picadillo
30
- ```
31
-
32
- Or try without installing:
33
-
34
- ```bash
35
- pi -e git:github.com/normful/picadillo
29
+ pi install https://github.com/normful/picadillo
36
30
  ```
37
31
 
32
+ Configure what you don't want with `pi config`. It will modify `~/.pi/agent/settings.json`
38
33
 
39
34
  ## Skills
40
35
 
@@ -50,5 +45,5 @@ Coming soon!
50
45
  ## Uninstall
51
46
 
52
47
  ```bash
53
- pi remove git:github.com/ben-vargas/pi-packages
48
+ pi remove https://github.com/normful/picadillo
54
49
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@normful/picadillo",
3
- "version": "1.1.0",
3
+ "version": "1.2.1",
4
4
  "private": false,
5
5
  "description": "Norman's pi coding agent commands, skills, extensions",
6
6
  "keywords": [
@@ -36,13 +36,6 @@
36
36
  "@mariozechner/pi-tui": "*",
37
37
  "typescript": "^5"
38
38
  },
39
- "pi": {
40
- "prompts": [],
41
- "extensions": [],
42
- "skills": [
43
- "./run-in-tmux/SKILL.md"
44
- ]
45
- },
46
39
  "devDependencies": {
47
40
  "@types/bun": "latest",
48
41
  "release-it": "^19.2.4"