From 70d8d7b9af495f52b6a4c3d62a513d84cfc60fb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:34:20 +0000 Subject: [PATCH] docs: update AGENTS.md from scheduled task --- tests/integration/AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/AGENTS.md b/tests/integration/AGENTS.md index 3f8f542..d3649dd 100644 --- a/tests/integration/AGENTS.md +++ b/tests/integration/AGENTS.md @@ -9,6 +9,7 @@ Integration tests verify end-to-end GitHub event pipelines and visible bot behav | Issue comment command pipeline | `tests/integration/command-pipeline.test.js` | Event classification, command parse, auth, dispatch, response shape | | Pull request auto-review pipeline | `tests/integration/pr-auto-review.test.js` | PR event handling, marker create/update, no-change short-circuits | | Integration fixture data | `tests/integration/fixtures/events.js` | Shared event payloads for realistic event simulation | +| Scheduled-task end-to-end | (none) | No integration test exists yet. Unit-level coverage of the grounded `handleUpdateAgentsTask` flow (context -> prompt -> validate -> PR) lives in `tests/handlers/scheduled.test.js` via the `__callZaiForTest` seam; see `tests/AGENTS.md` for the full scheduled-coverage map. | ## CONVENTIONS - Test the public behavior chain from event input to final comment/reaction outcome.