feat(automation): add bounded overnight lint loop - #11
Merged
przeprogramowani merged 1 commit intoJul 27, 2026
Merged
Conversation
przeprogramowani
marked this pull request as ready for review
July 27, 2026 23:45
przeprogramowani
merged commit Jul 27, 2026
f67d3cc
into
claude/context-loops-bootstrap
9 checks passed
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
Adds a local, macOS-only overnight runner for config-only oxlint ratchets. Each iteration runs Codex in an isolated worktree, opens one reviewable PR, and never merges it.
Safety boundary
errorrule in.oxlintrc.json; no source/test changesautomationissueCharacterization and examples loops are deliberately excluded until their proof/executable-config surfaces can be gated mechanically.
Validation
bun run typecheckbun run lint— exactly 2 pinned warnings / 0 errorsbun test tests/*.test.ts— 469 pass / 0 failbun run buildbun run build:binarybun test tests/smoke/— 9 pass / 0 failbun run examples:catalog:checkbun run repo-map:checkAfter review/merge, run the documented command in
context/night-loop.md; keep the Mac awake and online.