From 6db9c99026b7f746f848fe599a2f57f8b47dce03 Mon Sep 17 00:00:00 2001 From: jnasbyupgrade Date: Sun, 12 Jul 2026 18:10:18 -0500 Subject: [PATCH] Add CI-monitoring instruction to CLAUDE.md Direct Claude Code sessions to monitor GitHub CI after every push to a branch with an open PR, matching the convention already documented in other Postgres-Extensions repos (e.g. cat_tools). --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index fc1c232..33b198c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,6 +2,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. +## GitHub CI + +After pushing to a branch with an open PR, monitor CI using `gh pr checks --watch` in a background subagent until all jobs pass or a failure is confirmed. Investigate and fix failures immediately rather than leaving them for the user to notice. + ## Project Overview This is **test_factory**, a PostgreSQL extension that provides a framework for managing unit test data in databases. It solves the common problem of creating and maintaining test data by providing a system to register test data definitions once and retrieve them efficiently with automatic dependency resolution.