From b572b945f09cbfa202609016aba787cb9029d8d8 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 5 Nov 2025 04:42:49 +0000 Subject: [PATCH] Document CI monitoring shortcut --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 44ad185..20a6759 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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.