@danypops/tickets 0.16.2 → 0.16.3
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/README.md +8 -8
- package/package.json +1 -1
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
|
|
241
|
-
|
|
242
|
-
`
|
|
243
|
-
`
|
|
244
|
-
`
|
|
245
|
-
`
|
|
246
|
-
through the same authenticated RPC client the CLI uses —
|
|
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
|