Uh oh!
There was an error while loading. Please reload this page.
Feat: Enforce Git remote preflight before setup - #232
Open
ivke995 wants to merge 5 commits into
Open
Conversation
ivke995
commented
Aug 24, 2026
Contributor
- Validate the target Git repository and configured agent_trace.repository_remote before prompts or writes.
- Add typed, actionable NotGitRepository and NotGitRemote errors.
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ivke995force-pushed
the
feat/setup-git-remote-preflight
branch
from
August 24, 2026 12:15
6ee9528 to
ee5bea9Compareivke995force-pushed
the
feat/setup-git-remote-preflight
branch
from
August 26, 2026 14:30
944ef28 to
d3fb8faCompareRequire every setup mode to validate its configured Agent Trace remote before prompts or writes. Add typed actionable errors while preserving technical sources without exposing remote URLs, with focused regression coverage and updated contracts. Co-authored-by: SCE <sce@crocoder.dev>
Preserve runtime diagnostics for Git and remote lookup failures while retaining actionable typed errors for missing prerequisites. Add strict remote URL lookup and classify only explicit missing-repository and missing-remote cases as user errors. Preserve technical sources and credential-safe diagnostics for other failures. Co-authored-by: SCE <sce@crocoder.dev>
Reject invalid discovered configuration before setup side effects or Agent Trace identity fallback. Pin setup and repository-identity Git commands to LC_ALL=C for stable parsing and diagnostics Co-authored-by: SCE <sce@crocoder.dev>
Identify the effective missing remote in user-facing setup guidance while keeping remote URLs out of diagnostics. Carry the remote name through the typed error and update the documented CLI contracts. Co-authored-by: SCE <sce@crocoder.dev>
Use <remote> consistently in the suggested git remote add command.
ivke995force-pushed
the
feat/setup-git-remote-preflight
branch
from
August 26, 2026 15:10
74cbdf1 to
a1bedcbCompare
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.