@onikan27/claude-code-monitor
Claude Codeの複数セッションをリアルタイム監視するmacOS専用CLIツール。Ink(React for CLI)を使用したTUIとファイルベースの状態管理で動作する。
Install
Add @onikan27/claude-code-monitor to Claude Code with the PolySkill CLI: polyskill add @onikan27/claude-code-monitor
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Development Commands ```bash npm run dev # 開発モード(ホットリロード付き) npm run build # TypeScriptコンパイル npm start # コンパイル済みJSを実行 # テスト npm run test # テスト実行(単発) npm run test:watch # テスト実行(ウォッチモード) npm run test:coverage # カバレッジ付きテスト npx vitest tests/handler.test.ts # 特定ファイルのテスト npx vitest -t "updateSession" # 特定テスト名で絞り込み # コード品質 npm run lint # biomeでリントチェック npm run lint:fix # リント自動修正 npm run format # コードフォーマット npm run typecheck # 型チェックのみ ``` ### フックイベントのテスト ```bash # stdinからJSONを渡してフック処理をテス…
Keywords: github, macos-cli, real-time-monitoring, react-cli, tui, file-management, coding-tools, session-monitoring, developer-utilities