@peekdev/cli 0.1.0-alpha.13 → 0.1.0-alpha.14

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 +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,7 +7,9 @@
7
7
  [![license](https://img.shields.io/npm/l/@peekdev/cli.svg)](https://github.com/Cubenest/rrweb-stack/blob/main/LICENSE)
8
8
  [![CI](https://github.com/Cubenest/rrweb-stack/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Cubenest/rrweb-stack/actions/workflows/ci.yml)
9
9
 
10
- <!-- Hero GIF (peek): `npx peek init` MCP visible in Claude Code "what's in my latest session?" returning real data. Tape file lives in `assets/`; record per the README there. -->
10
+ ![peek sessions list and drill-down three real sessions, console + network errors, markdown-formatted output for AI paste](https://raw.githubusercontent.com/Cubenest/rrweb-stack/main/assets/peek-hero.gif)
11
+
12
+ Docs: <https://peek.cubenest.in>
11
13
 
12
14
  ```sh
13
15
  npm install -g @peekdev/cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peekdev/cli",
3
- "version": "0.1.0-alpha.13",
3
+ "version": "0.1.0-alpha.14",
4
4
  "description": "peek command-line tool. A thin read-mostly client of the native host's ~/.peek/sessions.db (ADR-0007): status, sessions list/show/export/delete, the `peek init` MCP-client wizard, and `peek audit log`.",
5
5
  "keywords": [
6
6
  "peek",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "better-sqlite3": "^12.10.0",
39
- "@peekdev/mcp": "0.1.0-alpha.8"
39
+ "@peekdev/mcp": "0.1.0-alpha.9"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/better-sqlite3": "^7.6.13",
@@ -51,7 +51,7 @@
51
51
  "url": "https://github.com/Cubenest/rrweb-stack",
52
52
  "directory": "packages/peek-cli"
53
53
  },
54
- "homepage": "https://github.com/Cubenest/rrweb-stack/tree/main/packages/peek-cli#readme",
54
+ "homepage": "https://peek.cubenest.in",
55
55
  "scripts": {
56
56
  "build": "tsc -p tsconfig.json && node ./scripts/postbuild.mjs",
57
57
  "typecheck": "tsc -p tsconfig.json --noEmit",