slacklocalvibe 0.1.7 → 0.1.8

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 +20 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,26 +1,35 @@
1
+ <img src="logo.png" alt="SlackLocalVibe logo" width="400">
2
+
1
3
  # SlackLocalVibe for Codex / ClaudeCode
2
4
 
3
- ## 機能
5
+ ## Features
6
+
7
+ - Send Codex / ClaudeCode results to Slack DM
8
+ - Run Slack thread replies as CLI `resume`
4
9
 
5
- - Codex / ClaudeCode の結果を Slack DM に通知
6
- - Slack スレッド返信を CLI resume として実行
10
+ <video src="/demo.mp4" controls></video>
7
11
 
8
- ## 必要環境
12
+ ## Requirements
9
13
 
10
14
  - Node.js 18+
11
- - Slack AppSocket Mode
15
+ - Slack App (Socket Mode)
12
16
 
13
- ## インストール
17
+ ## Install
14
18
 
15
- ユーザーが実行するのはこれだけです。(セットアップ・アップデート・テスト)
16
- ウィザード内で `npm i -g slacklocalvibe` を実行します。
19
+ This is the only command users run (setup, update, and test).
20
+ The wizard will run `npm i -g slacklocalvibe`.
17
21
 
18
22
  ```bash
19
23
  npx slacklocalvibe
20
24
  ```
21
25
 
22
- ## 設定・ログ
26
+ ## Intro Tweet (Video)
27
+
28
+ <blockquote class="twitter-tweet">
29
+ <a href="https://x.com/Y20010920T/status/2017544598105821533?s=20">https://x.com/Y20010920T/status/2017544598105821533?s=20</a>
30
+ </blockquote>
23
31
 
24
- - 設定: `~/.config/slacklocalvibe/config.json`
25
- - ログ: `~/Library/Logs/slacklocalvibe/`
32
+ ## Config & Logs
26
33
 
34
+ - Config: `~/.config/slacklocalvibe/config.json`
35
+ - Logs: `~/Library/Logs/slacklocalvibe/`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slacklocalvibe",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "SlackLocalVibe: Codex/Claude Code turn notifications and reply→resume bridge for Slack DM (Socket Mode)",
5
5
  "bin": {
6
6
  "slacklocalvibe": "src/cli.js"