@hasna/recordings 0.1.8 → 0.1.10

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 ADDED
@@ -0,0 +1,52 @@
1
+ # @hasna/recordings
2
+
3
+ Speech-to-text recording tool with MCP and CLI — records, transcribes, and optionally enhances text using AI
4
+
5
+ [![npm](https://img.shields.io/npm/v/@hasna/recordings)](https://www.npmjs.com/package/@hasna/recordings)
6
+ [![License](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE)
7
+
8
+ ## Install
9
+
10
+ ```bash
11
+ npm install -g @hasna/recordings
12
+ ```
13
+
14
+ ## CLI Usage
15
+
16
+ ```bash
17
+ recordings --help
18
+ ```
19
+
20
+ - `recordings record`
21
+ - `recordings transcribe <file>`
22
+ - `recordings list`
23
+ - `recordings show <id>`
24
+ - `recordings search <query>`
25
+ - `recordings delete <id>`
26
+ - `recordings stats`
27
+
28
+ ## MCP Server
29
+
30
+ ```bash
31
+ recordings-mcp
32
+ ```
33
+
34
+ 17 tools available.
35
+
36
+ ## Cloud Sync
37
+
38
+ This package supports cloud sync via `@hasna/cloud`:
39
+
40
+ ```bash
41
+ cloud setup
42
+ cloud sync push --service recordings
43
+ cloud sync pull --service recordings
44
+ ```
45
+
46
+ ## Data Directory
47
+
48
+ Data is stored in `~/.hasna/recordings/`.
49
+
50
+ ## License
51
+
52
+ Apache-2.0 -- see [LICENSE](LICENSE)
package/bun.lock CHANGED
@@ -5,7 +5,7 @@
5
5
  "": {
6
6
  "name": "@hasna/recordings",
7
7
  "dependencies": {
8
- "@hasna/cloud": "^0.1.0",
8
+ "@hasna/cloud": "^0.1.24",
9
9
  "@modelcontextprotocol/sdk": "^1.12.1",
10
10
  "chalk": "^5.4.1",
11
11
  "commander": "^13.1.0",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  },
21
21
  "packages": {
22
- "@hasna/cloud": ["@hasna/cloud@0.1.0", "", { "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "commander": "^13.1.0", "pg": "^8.13.3", "zod": "^3.24.2" }, "bin": { "cloud": "dist/cli/index.js", "cloud-mcp": "dist/mcp/index.js" } }, "sha512-yyKwMW0eXMlE0RVwoxvEmbdpmPvlBT/eqj1whFv4MeLtfoQZQD2rzpApkhFmAt7UGBCQcv+9be4CBj2HVPUMOA=="],
22
+ "@hasna/cloud": ["@hasna/cloud@0.1.30", "", { "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "commander": "^13.1.0", "pg": "^8.13.3", "zod": "^3.24.2" }, "bin": { "cloud": "dist/cli/index.js", "cloud-mcp": "dist/mcp/index.js" } }, "sha512-qpDiJNsU/K1cFDk1l+xUA1xEEq8+Q37OdAz/ec0LwrQiA1HyWukzR8Lh7igkOqBT2foa46cxhB7yGnfiT2cWrA=="],
23
23
 
24
24
  "@hono/node-server": ["@hono/node-server@1.19.11", "", { "peerDependencies": { "hono": "^4" } }, "sha512-dr8/3zEaB+p0D2n/IUrlPF1HZm586qgJNXK1a9fhg/PzdtkK7Ksd5l312tJX2yBuALqDYBlG20QEbayqPyxn+g=="],
25
25