@staff0rd/assist 0.576.0 → 0.577.0
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 +1 -0
- package/dist/commands/sessions/web/bundle.js +1 -1
- package/dist/index.js +218 -37
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -274,6 +274,7 @@ The Config tab of the sessions web dashboard never receives secret values: `GET
|
|
|
274
274
|
- `assist jira ac <issue-key>` - Print acceptance criteria for a Jira issue
|
|
275
275
|
- `assist jira view <issue-key>` - Print the title and description of a Jira issue
|
|
276
276
|
- Note: Claude fetches Jira context via the MCP Atlassian server, so `/jira` and Jira-key mentions go through MCP. These CLI commands remain for direct human use.
|
|
277
|
+
- `assist miro extract --items <file> --top-left <id|link> --bottom-right <id|link>` - Print the text of every box inside a rectangle on a Miro board as a YAML list, leftmost box edge first (topmost edge breaks ties). `--items` is a file of raw `board_list_items` response pages; anchors accept a bare widget id or a `?moveToWidget=<id>` link
|
|
277
278
|
- `assist ravendb auth add` - Add a new RavenDB connection
|
|
278
279
|
- `assist ravendb auth list` - List configured RavenDB connections
|
|
279
280
|
- `assist ravendb auth remove <name>` - Remove a configured connection
|