@nklisch/pi-enhanced 0.1.4 → 0.1.5

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nklisch/pi-background-tasks",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Pi-native runtime tools — background a long command and get woken on exit, poll a command until a condition holds, and manage the job registry.",
5
5
  "author": {
6
6
  "name": "nklisch"
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "pi": {
25
25
  "extensions": [
26
- "./extensions"
26
+ "./extensions/background-tasks.ts"
27
27
  ],
28
28
  "skills": [
29
29
  "./skills"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nklisch/pi-enhanced",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Pi, enhanced — one install for nklisch's full harness: policy-gated command review, plugin marketplace, subagents, background tasks, research tools, search, model modes, and a curated UX set.",
5
5
  "author": {
6
6
  "name": "nklisch"
@@ -31,7 +31,7 @@
31
31
  "./node_modules/@nklisch/pi-conveniences/extensions",
32
32
  "./node_modules/@nklisch/pi-fff-compat/extensions",
33
33
  "./node_modules/@nklisch/pi-model-modes/extensions/index.ts",
34
- "./node_modules/@nklisch/pi-background-tasks/extensions",
34
+ "./node_modules/@nklisch/pi-background-tasks/extensions/background-tasks.ts",
35
35
  "./node_modules/@nklisch/pi-plugins/dist/pi/production-subagents-extension.js",
36
36
  "./node_modules/@nklisch/pi-plugins/dist/pi/extension.js",
37
37
  "./node_modules/@nklisch/pi-clearance/src/index.ts",
@@ -55,19 +55,35 @@
55
55
  },
56
56
  "private": false,
57
57
  "dependencies": {
58
+ "@ff-labs/fff-bun": "*",
59
+ "@ff-labs/fff-node": "*",
58
60
  "@ff-labs/pi-fff": "^0.10.1",
59
61
  "@juicesharp/rpiv-ask-user-question": "^2.1.0",
62
+ "@juicesharp/rpiv-config": "^2.1.0",
60
63
  "@juicesharp/rpiv-todo": "^2.1.0",
64
+ "@mozilla/readability": "^0.6.0",
61
65
  "@narumitw/pi-usage": "^0.28.0",
62
66
  "@nklisch/pi-background-tasks": "^0",
63
67
  "@nklisch/pi-clearance": "^0",
64
68
  "@nklisch/pi-conveniences": "^0",
65
69
  "@nklisch/pi-fff-compat": "^0",
70
+ "@nklisch/pi-mcp-adapter": "2.20.1-nklisch.0",
66
71
  "@nklisch/pi-model-modes": "^0",
67
72
  "@nklisch/pi-plugins": "^0",
73
+ "@sinclair/typebox": "^0.34.49",
74
+ "jiti": "2.7.0",
75
+ "linkedom": "^0.16.0",
76
+ "p-limit": "^6.1.0",
68
77
  "pi-catppuccin-tui": "^0.1.3",
69
78
  "pi-tool-display": "^0.5.0",
70
- "pi-web-access": "^0.13.0"
79
+ "pi-web-access": "^0.13.0",
80
+ "semver": "7.8.1",
81
+ "smol-toml": "^1.7.0",
82
+ "turndown": "^7.2.0",
83
+ "typebox": "^1.1.24",
84
+ "unpdf": "^1.6.2",
85
+ "yaml": "2.9.0",
86
+ "zod": "^4.0.0"
71
87
  },
72
88
  "bundledDependencies": [
73
89
  "@ff-labs/pi-fff",