Skip to content

Commit 9c95871

Browse files
odedha-drclaude
andcommitted
docs: add --watch-dir to README, fix publish workflow for OIDC trusted publishing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cf63a58 commit 9c95871

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
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

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
4243
npx 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

0 commit comments

Comments
 (0)