feat(tooling): agent ship gate with draft-free push and pr:ready - #290
Merged
Conversation
patroza
marked this pull request as ready for review
August 2, 2026 10:09
patroza
enabled auto-merge (squash)
August 2, 2026 10:09
patrozaforce-pushed
the
t3-discord/0f18c356
branch
from
August 2, 2026 10:32
b91bb59 to
1781d9eComparepatroza
disabled auto-merge
August 2, 2026 10:34
patrozaforce-pushed
the
t3-discord/0f18c356
branch
from
August 2, 2026 10:47
1781d9e to
88efea4CompareAdopt scanner-style husky hooks, lint-staged, and pnpm pr:ready so agents can push freely on drafts, validate once via the ship gate on publish or ready-PR pushes, and cannot undraft with raw gh pr ready. Rebased onto fork/changes and applied the ship-gate model across the fork's AGENTS.md: publish validation runs through the automated gate (pre-push on ready PRs / pnpm pr:ready), with per-layer stack CI kept as the explicit protected-branch exception. Pre-commit now runs format + lint (typecheck and tests stay in the ship gate). Node builtins in the new scripts follow the fork's namespace-import convention. Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patrozaforce-pushed
the
t3-discord/0f18c356
branch
from
August 2, 2026 10:52
88efea4 to
a78aea9CompareUh oh!
There was an error while loading. Please reload this page.
patroza added a commit
that referenced
this pull request
Aug 4, 2026
Adopt scanner-style husky hooks, lint-staged, and pnpm pr:ready so agents can push freely on drafts, validate once via the ship gate on publish or ready-PR pushes, and cannot undraft with raw gh pr ready. Rebased onto fork/changes and applied the ship-gate model across the fork's AGENTS.md: publish validation runs through the automated gate (pre-push on ready PRs / pnpm pr:ready), with per-layer stack CI kept as the explicit protected-branch exception. Pre-commit now runs format + lint (typecheck and tests stay in the ship gate). Node builtins in the new scripts follow the fork's namespace-import convention. Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com> Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit
that referenced
this pull request
Aug 4, 2026
Adopt scanner-style husky hooks, lint-staged, and pnpm pr:ready so agents can push freely on drafts, validate once via the ship gate on publish or ready-PR pushes, and cannot undraft with raw gh pr ready. Rebased onto fork/changes and applied the ship-gate model across the fork's AGENTS.md: publish validation runs through the automated gate (pre-push on ready PRs / pnpm pr:ready), with per-layer stack CI kept as the explicit protected-branch exception. Pre-commit now runs format + lint (typecheck and tests stay in the ship gate). Node builtins in the new scripts follow the fork's namespace-import convention. Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com> Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit
that referenced
this pull request
Aug 5, 2026
Adopt scanner-style husky hooks, lint-staged, and pnpm pr:ready so agents can push freely on drafts, validate once via the ship gate on publish or ready-PR pushes, and cannot undraft with raw gh pr ready. Rebased onto fork/changes and applied the ship-gate model across the fork's AGENTS.md: publish validation runs through the automated gate (pre-push on ready PRs / pnpm pr:ready), with per-layer stack CI kept as the explicit protected-branch exception. Pre-commit now runs format + lint (typecheck and tests stay in the ship gate). Node builtins in the new scripts follow the fork's namespace-import convention. Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com> Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
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 freeto 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.
Why
Agents need one authoritative publish path and free mid-work pushes, matching the scanner ship-gate model. Standalone full validation instructions duplicated the gate and discouraged early drafts.
What
pnpm lint-staged→vp fmt) and agent-only pre-push (scripts/agent-pre-push.mjs)pnpm pr:readyruns the ship gate then undrafts;.tools/bin/ghblocks raw agentgh pr readyvp check+vpr typecheck+vp run testwith SHA cache in.run/agent-ship-gate.jsonHow
prepareinstalls husky + the gh shim. Agents open a draft early, push freely while draft, and publish withpnpm pr:ready.Remarks
Co-authors: patroza
Model: Grok 4.5 (xAI) via T3 Discord bot
opened by Patrick Roza in chat thread Discord · Discord