@staff0rd/assist 0.337.2 → 0.339.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.337.2",
3
+ "version": "0.339.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -1,7 +0,0 @@
1
- # Format Meeting Transcripts
2
-
3
- Run the format command to convert VTT files to formatted markdown transcripts:
4
-
5
- ```bash
6
- assist transcript format
7
- ```
@@ -1,3 +0,0 @@
1
- # Summarise Meeting Transcripts
2
-
3
- Run `assist transcript summarise` until no further work is required.