From f159ddf32ceca054e8e7ab7f1efeaa291f49991f Mon Sep 17 00:00:00 2001
From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com>
Date: Tue, 3 Jun 2025 19:05:34 +0000
Subject: [PATCH 1/2] docs: clarify CI trigger behavior in wake-up
documentation
- Add info box explaining Codegen starts immediately when first check fails
- Add info box explaining all failed checks from same commit route to single agent
- Makes customer-facing docs more intuitive and clear about timing behavior
---
docs/capabilities/wake-up.mdx | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/docs/capabilities/wake-up.mdx b/docs/capabilities/wake-up.mdx
index a542d7594..4fe991445 100644
--- a/docs/capabilities/wake-up.mdx
+++ b/docs/capabilities/wake-up.mdx
@@ -26,6 +26,14 @@ Wake up activates when:
- **Test Failures:** Unit tests, integration tests, or automated test suites fail
- **Code Quality Issues:** Static analysis tools report violations or warnings
+
+ **Immediate Response:** Codegen starts working as soon as the first check fails - it doesn't wait for all checks to complete.
+
+
+
+ **Single Agent Per Commit:** All failed checks from the same commit are handled by one agent, ensuring consistent fixes across all failures.
+
+
## The Auto-Fix Process
When Codegen wakes up to fix a failing PR, it follows this process:
@@ -65,3 +73,4 @@ The wake-up system integrates deeply with GitHub:
- **Faster Iteration:** PRs get fixed automatically, keeping development velocity high
- **Learning from Failures:** Each fix improves Codegen's understanding of your codebase
- **24/7 Monitoring:** Works around the clock to keep your PRs in good shape
+
From 0b789831752da2102434ccd64c32bd56d6cde7a5 Mon Sep 17 00:00:00 2001
From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com>
Date: Tue, 3 Jun 2025 19:11:42 +0000
Subject: [PATCH 2/2] fix: remove erroneous closing tag from wake-up
documentation
- Removed stray tag at end of file
- This was causing test failures in the CI pipeline
---
docs/capabilities/wake-up.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/capabilities/wake-up.mdx b/docs/capabilities/wake-up.mdx
index 4fe991445..91d477e11 100644
--- a/docs/capabilities/wake-up.mdx
+++ b/docs/capabilities/wake-up.mdx
@@ -73,4 +73,3 @@ The wake-up system integrates deeply with GitHub:
- **Faster Iteration:** PRs get fixed automatically, keeping development velocity high
- **Learning from Failures:** Each fix improves Codegen's understanding of your codebase
- **24/7 Monitoring:** Works around the clock to keep your PRs in good shape
-