Skip to content

Commit dfeb2a6

Browse files
committed
Mention marketplace plugin in the readme
1 parent 08d9116 commit dfeb2a6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,17 @@ The tool builds GCP filters from three layers:
325325
- **References** (`~/.cache/tc-logview/references/`) — Cached indefinitely, refresh with `tc-logview sync`
326326
- **Query results** (`~/.cache/tc-logview/results/`) — 14-day TTL, keyed by MD5 of environment + time window + filter. Only absolute time windows are cached; `--since` is resolved to the nearest minute for the cache key.
327327

328+
## Claude Code plugin
329+
330+
This repo also ships a [Claude Code](https://code.claude.com) plugin, `debug-tc-logs`, that drives `tc-logview` and the `taskcluster` CLI to debug Taskcluster issues from within Claude. Install it straight from this repo:
331+
332+
```
333+
/plugin marketplace add taskcluster/tc-logview
334+
/plugin install debug-tc-logs@tc-logview
335+
```
336+
337+
See [`plugins/debug-tc-logs/README.md`](plugins/debug-tc-logs/README.md) for prerequisites and usage.
338+
328339
## Project structure
329340

330341
```

0 commit comments

Comments
 (0)