fix(automation): run green unit baseline - #12
Merged
mkczarkowski merged 1 commit intoJul 27, 2026
Merged
Conversation
mkczarkowski
marked this pull request as ready for review
July 27, 2026 23:55
mkczarkowski
pushed a commit
that referenced
this pull request
Jul 28, 2026
…green suite Overnight loop iteration 5. - @types/bun 1.3.12 -> 1.3.14 (the one safe patch from context/deps-analysis.md). Full gate green: typecheck OK, oxlint 2 warnings / 0 errors, bun test 491 pass / 0 fail. - Docs told a stale truth after PR #12 made the unit suite fully green: AGENTS.md and both loop-engineering skills now say "suite is green; any new failure is yours" instead of "8 pinned failures". deps-analysis marks the bump done. - Skipped the planned codex-loop.yml draft — superseded by scripts/night-loop.mjs (PRs #11/#12); duplicating automation is loop waste. - Verified external merges before building on them: full gate on a9e4416 green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GpGAGRG6UpHpCzxzgqXgMt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Root cause
The first real launch after #11 merged failed closed during baseline capture.
bun testrecursively included build-dependent suites, while the all-network-denied sandbox also prevented the local HTTP fixture from binding. That produced 12 failures instead of the assumed 8, including duplicate(unnamed)failures, so baseline pinning stopped before any Codex iteration ran.Safety impact
This makes the unattended lint loop stricter: the root unit suite must remain fully green (
469 pass / 0 fail). Codex still has no network access. Outer gates can use loopback for local fixtures, but an explicit external HTTPS probe remains blocked.Validation
bun test tests/night-loop.test.ts— 12 pass / 0 failbun run typecheckbun run lint— 2 pinned warnings / 0 errorsbun run buildbun run examples:catalog:checkbun run repo-map:checkNo agent iteration or automation PR was created by the failed launch.