Document CI monitoring shortcut

This commit is contained in:
Peter Steinberger 2025-11-05 04:42:49 +00:00
parent 2090c5064f
commit b572b945f0

View File

@ -13,7 +13,7 @@
- `pnpm dev`: Watches and incrementally rebuilds the library with TypeScript.
- `pnpm clean`: Removes `dist/` so you can verify fresh builds.
- `tmux new-session -- pnpm mcp:list`: Exercise the CLI in a resilient terminal; tmux makes it easy to spot stalls or hung servers.
- `gh run watch`: Follow the latest GitHub Actions run logs (requires `gh auth login`); pair with `gh run view --log` when debugging CI.
- `gh run list --limit 1 --watch`: Stream CI status in real time; use `gh run view --log` on the returned run id to inspect failures quickly.
## Coding Style & Naming Conventions
- TypeScript files use 2-space indentation, modern ES module syntax, and `strict` compiler settings.