-
-
Notifications
You must be signed in to change notification settings - Fork 8
feat(local): add --verify, --timeout, auto-detect dev script, post-init verification #998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MathurAditya724
wants to merge
41
commits into
main
Choose a base branch
from
feat/local-run-verify
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
9671469
feat(local): add --verify, --timeout, auto-detect dev script, post-in…
MathurAditya724 a00b642
fix(test): use TEST_TMP_DIR instead of /tmp/opencode for CI compat
MathurAditya724 ce01fd9
fix: clear timeout handles, forward signals in verify mode, shell-wra…
MathurAditya724 06bdcd5
fix: add signal forwarding in verifySetup, await child.exited after kill
MathurAditya724 c171241
fix: default 30s timeout for --verify, redact env vars from telemetry
MathurAditya724 e5317da
fix: remove stale signal handlers after Promise.race resolves
MathurAditya724 dad2f31
fix: SIGKILL fallback after 5s grace period if child ignores SIGTERM
MathurAditya724 02b8918
fix: remove numeric separators and fix maskToken property test
MathurAditya724 40fc9e3
fix: clear grace timer after child exits promptly
MathurAditya724 5dc4afa
fix: remove unnecessary numeric separator in verify-setup timeout
MathurAditya724 05a825f
fix: detect $VAR shell expansion, handle already-exited child, broade…
MathurAditya724 1858f9d
docs: clarify --timeout flag behavior in --verify mode
MathurAditya724 a97abd6
chore: regenerate docs
github-actions[bot] 1673921
fix: defer signal handler removal until after gracefulKill completes
MathurAditya724 1e9ec12
fix: use gracefulKill in non-verify timeout path
MathurAditya724 5c40365
fix: break long brief string for biome formatter
MathurAditya724 fc94462
merge: resolve conflicts with main (vitest migration)
MathurAditya724 0d99c0a
fix: use node:fs in dev-script.ts, fix async handleFinalResult tests,…
MathurAditya724 744915e
fix: avoid trailing colon in PATH when env.PATH is undefined
MathurAditya724 e50caae
fix: await gracefulKill in timeout callback, trim script value before…
MathurAditya724 71869ed
fix: guard SIGKILL in gracefulKill against already-exited child
MathurAditya724 3d86a28
fix: guard signal handlers against already-exited child
MathurAditya724 81e1cc6
fix: address CI lint failures and Warden findings
MathurAditya724 667a6c8
fix: replace nested ternary with if/else, extract parseScriptArgs helper
MathurAditya724 b709246
ci: re-trigger CI (flaky response-cache test)
MathurAditya724 a0df3f9
merge: resolve conflicts with main, migrate Bun.spawn to Node child_p…
MathurAditya724 3b22ef3
fix(init): use stdout-based verification instead of envelope-only det…
MathurAditya724 e73c021
fix(init): run verification before summary, tighten log messages
MathurAditya724 d0ff643
fix(init): remove platform deny-list, fix Warden findings in runWithV…
MathurAditya724 fc4ca25
fix(init): guard cleanup against already-exited child, scrub telemetr…
MathurAditya724 f3bb724
fix: respect user's SENTRY_TRACES_SAMPLE_RATE instead of overriding to 1
MathurAditya724 3612906
fix: address Warden findings — signal handler race, SIGKILL race, wro…
MathurAditya724 b83029a
fix: distinguish silent vs timeout telemetry, clean up buffer subscri…
MathurAditya724 baa07ee
fix: scrub URI credentials from telemetry, fix false success on crash…
MathurAditya724 d2804b2
fix: clear timer on fatal error, broaden redaction patterns
MathurAditya724 78a09d5
fix: guard gracefulKill post-SIGKILL await, scrub error line in terminal
MathurAditya724 5664d7c
fix: await close after SIGKILL in cleanupChild, fix formatting
MathurAditya724 b4f40c5
fix: read exitCode before cleanup, wrap verifySetup in try-catch
MathurAditya724 d98340b
fix: trim script before shell detection, remove stale lint suppressions
MathurAditya724 414e0f7
fix: allow digits in env var names in SHELL_FEATURES_RE
MathurAditya724 517a76f
fix: correct silent+crash outcome to report exit code
MathurAditya724 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.