Skip to content

Feat: Improve auto-sync error handling and user guidance - #242

Open
ivke995 wants to merge 3 commits into
mainfrom
feat/auto-sync-failure-guidance
Open

Feat: Improve auto-sync error handling and user guidance#242
ivke995 wants to merge 3 commits into
mainfrom
feat/auto-sync-failure-guidance

Conversation

@ivke995

@ivke995 ivke995 commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

No description provided.

ivke995 and others added 3 commits August 27, 2026 15:02
Classify automatic sync failures by typed origin while preserving technical
sources for observability and manual sync behavior. Render deterministic
recovery guidance and update the durable CLI contracts.

Co-authored-by: SCE <sce@crocoder.dev>
Make detached automatic sync failures observable without blocking post-commit
hooks. Mark automatic invocations internally, inherit stderr while keeping
stdin/stdout null, and render typed runtime diagnostics for launcher failures.

Co-authored-by: SCE <sce@crocoder.dev>
Automatic post-commit synchronization needs one stable, actionable runtime diagnostic while retaining technical causes for observability. Preserve owned user-error message strings during app rendering and document the typed failure guidance, stderr behavior, manual retry path, and unchanged fail-open boundaries.

Co-authored-by: SCE <sce@crocoder.dev>
@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sce-config-json Ready Ready Preview Aug 27, 2026 3:17pm

Request Review

.stdin(Stdio::null())
.stdout(Stdio::null())
.stderr(Stdio::null());
.stderr(Stdio::inherit());

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is very suspicious.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

detached execution and inherited stderr are a nono

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants