File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3838 VERSION=$(node -p "require('./package.json').version")
3939 echo "VERSION=$VERSION" >> $GITHUB_ENV
4040 - name : Publish to npm
41- run : npm publish --access=public --provenance
41+ run : npm publish --provenance
42+
4243 - name : Push version bump
4344 run : |
4445 git add package.json package-lock.json
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ claude-watch
2424--project <path> Monitor a specific ~/.claude/projects/ directory
2525--all Monitor all projects (default for web mode)
2626--tui Launch terminal dashboard instead of web
27+ --watch-dir <path...> Additional directories to watch for JSONL session files
2728```
2829
2930### Examples
@@ -40,6 +41,12 @@ npx claude-watch --tui
4041
4142# Monitor specific project only
4243npx claude-watch --project ~ /.claude/projects/-Users-me-my-project
44+
45+ # Watch additional directories containing JSONL session files
46+ npx claude-watch --watch-dir /path/to/custom/sessions
47+
48+ # Watch multiple extra directories
49+ npx claude-watch --watch-dir /path/one --watch-dir /path/two
4350```
4451
4552## Web Dashboard
You can’t perform that action at this time.
0 commit comments