@mjasnikovs/pi-task 0.17.18 → 0.17.19

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.
Files changed (1) hide show
  1. package/package.json +21 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mjasnikovs/pi-task",
3
- "version": "0.17.18",
4
- "description": "Deterministic spec-orchestration for local models, with a bundled real-time remote web view and web/docs/fetch/worker subagent tools.",
3
+ "version": "0.17.19",
4
+ "description": "Deterministic task planning and spec-orchestration for local models — crash-safe /task pipelines with verify/enforce gates, a real-time remote web view, and web/docs/fetch/worker subagent tools.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -52,12 +52,30 @@
52
52
  "pi-package",
53
53
  "pi",
54
54
  "pi-extension",
55
+ "pi-coding-agent",
56
+ "pi.dev",
55
57
  "coding-agent",
58
+ "ai-agent",
59
+ "agent",
60
+ "subagent",
56
61
  "task-orchestration",
62
+ "spec-orchestration",
63
+ "spec-driven",
64
+ "task-planning",
65
+ "planning",
66
+ "autonomous",
57
67
  "local-llm",
68
+ "llm",
69
+ "llama-server",
58
70
  "remote",
59
- "web"
71
+ "web-view",
72
+ "web-push"
60
73
  ],
74
+ "author": "mjasnikovs <mjasnikovs@googlemail.com>",
75
+ "homepage": "https://github.com/mjasnikovs/pi-task#readme",
76
+ "bugs": {
77
+ "url": "https://github.com/mjasnikovs/pi-task/issues"
78
+ },
61
79
  "repository": {
62
80
  "type": "git",
63
81
  "url": "git+https://github.com/mjasnikovs/pi-task.git"