@danypops/tickets 0.16.2 → 0.16.4

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 (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -237,14 +237,14 @@ scoped client token is the least-privilege default.
237
237
 
238
238
  ## The `pi-tickets` extension
239
239
 
240
- Published as `@danypops/pi-tickets`. `../pi-tickets/` (this repo's workspace member) registers a single `tickets` tool for
241
- [pi](https://github.com/badlogic/pi) with one action per CLI command (`list`,
242
- `get`, `create`, `update`, `search`, `children`, `comments`, `comment_add`,
243
- `backends`, `ledger_search`, `ledger_stats`, `focus_set`, `focus_get`,
244
- `focus_pause`, `focus_unpause`, `focus_clear`, `discover_fields`,
245
- `discover_statuses`, `discover_template`). It talks to the same daemon
246
- through the same authenticated RPC client the CLI uses — never a direct
247
- backend call or a direct SQLite open. OAuth login and daemon lifecycle
240
+ Published as `@danypops/pi-tickets`. `../pi-tickets/` (this repo's workspace member) registers one real Pi tool per operation—`issue_list`,
241
+ `issue_get`, `issue_create`, `issue_update`, `issue_search`,
242
+ `issue_children`, `issue_comments`, `issue_comment_add`, `backends_list`,
243
+ `ledger_search`, `ledger_stats`, `focus_set`, `focus_get`, `focus_pause`,
244
+ `focus_unpause`, `focus_clear`, `discover_fields`, `discover_statuses`,
245
+ `discover_template`—not a single action-dispatch mega-tool. Each talks to
246
+ the same daemon through the same authenticated RPC client the CLI uses —
247
+ never a direct backend call or a direct SQLite open. OAuth login and daemon lifecycle
248
248
  control are deliberately **not** exposed here (neither as a tool action nor
249
249
  as the `/tickets` command below): approving OAuth access requires a human in
250
250
  a browser, and stopping a shared daemon is an operational decision, not
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danypops/tickets",
3
- "version": "0.16.2",
3
+ "version": "0.16.4",
4
4
  "description": "Unified CLI, daemon, and TypeScript library for issue tracking across GitHub, GitLab, and Jira.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -46,8 +46,8 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@danypops/vehicle-core": "^0.17.1",
50
- "@danypops/vehicle-server": "^0.25.0",
49
+ "@danypops/vehicle-core": "^0.19.0",
50
+ "@danypops/vehicle-server": "^0.27.0",
51
51
  "@danypops/vehicle-client": "^0.10.1",
52
52
  "@danypops/enigma-client": "^0.6.1",
53
53
  "@gitbeaker/rest": "^43.8.0",