Skip to content

Commit c2b1481

Browse files
authored
chore: tidy package descriptions and keywords (#12)
- add `· from yapp` to package descriptions - simplify keywords to consistent yapp/pi package metadata - use `pi-extension` for extensions and `pi-library` for the library Co-authored-by: mgabor3141 <@mgabor3141>
1 parent 158b949 commit c2b1481

5 files changed

Lines changed: 15 additions & 18 deletions

File tree

packages/bash-trim/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pi-bash-trim",
33
"version": "1.0.2",
4-
"description": "Smart bash output trimming for pi to fit LLM context budgets",
4+
"description": "Smart bash output trimming for pi to fit LLM context budgets · from yapp",
55
"author": "mgabor3141",
66
"license": "MIT",
77
"repository": {
@@ -10,8 +10,8 @@
1010
},
1111
"keywords": [
1212
"pi-package",
13-
"output-trimming",
14-
"token-budget"
13+
"pi-extension",
14+
"yapp"
1515
],
1616
"type": "module",
1717
"main": "dist/index.js",

packages/budget-model/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pi-budget-model",
33
"version": "1.0.1",
4-
"description": "Auto-select the cheapest available model for background tasks in pi",
4+
"description": "Auto-select the cheapest available model for background tasks in pi · from yapp",
55
"author": "mgabor3141",
66
"license": "MIT",
77
"repository": {
@@ -10,8 +10,8 @@
1010
},
1111
"keywords": [
1212
"pi-package",
13-
"model-selection",
14-
"cost-optimization"
13+
"pi-library",
14+
"yapp"
1515
],
1616
"type": "module",
1717
"main": "dist/index.js",

packages/desktop-notify/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pi-desktop-notify",
33
"version": "1.0.1",
4-
"description": "Focus-aware desktop notifications for pi",
4+
"description": "Focus-aware desktop notifications for pi · from yapp",
55
"author": "mgabor3141",
66
"license": "MIT",
77
"repository": {
@@ -10,9 +10,8 @@
1010
},
1111
"keywords": [
1212
"pi-package",
13-
"desktop-notifications",
14-
"terminal",
15-
"focus-tracking"
13+
"pi-extension",
14+
"yapp"
1615
],
1716
"type": "module",
1817
"main": "dist/index.js",

packages/no-soft-cursor/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pi-no-soft-cursor",
33
"version": "1.0.0",
4-
"description": "Remove the editor's reverse-video soft cursor — use only the terminal's native cursor",
4+
"description": "Remove the editor's reverse-video soft cursor · from yapp",
55
"author": "mgabor3141",
66
"license": "MIT",
77
"repository": {
@@ -10,9 +10,8 @@
1010
},
1111
"keywords": [
1212
"pi-package",
13-
"editor",
14-
"cursor",
15-
"tui"
13+
"pi-extension",
14+
"yapp"
1615
],
1716
"type": "module",
1817
"main": "dist/index.js",

packages/safeguard/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pi-safeguard",
33
"version": "2.0.0",
4-
"description": "LLM-as-judge guardrail for pi",
4+
"description": "LLM-as-judge guardrail for pi · from yapp",
55
"author": "mgabor3141",
66
"license": "MIT",
77
"repository": {
@@ -10,9 +10,8 @@
1010
},
1111
"keywords": [
1212
"pi-package",
13-
"security",
14-
"guardrail",
15-
"llm-judge"
13+
"pi-extension",
14+
"yapp"
1615
],
1716
"type": "module",
1817
"main": "dist/index.js",

0 commit comments

Comments
 (0)