From 867a3559d50356c43c46adee858820cb2502ae8f Mon Sep 17 00:00:00 2001 From: ytnobody Date: Tue, 28 Jul 2026 12:35:22 +0900 Subject: [PATCH] feat(monitoring): add production health checks with auto-issue filing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a new internal/healthcheck package and run_health_checks MCP tool (Issue #190): a project can declare [[health_checks]] command entries in harness.toml, and the tool runs each one (30s timeout), returning {name, ok, output} per check. Failing checks with no existing open issue open a new "production-incident"-labeled issue (deduped by an "[health-check: ]" title prefix); checks that recover get a one-time "recovered at