docs: correct runtime and scan guidance - #124
Open
GautamSharma99 wants to merge 1 commit into
Open
Conversation
Collaborator
|
Thanks for this. I carried your original commit into #358, merged current main, resolved the conflicts, and updated the runtime and deep-scan guidance. The full suite passes: 1,037 tests, with 11 expected skips. |
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.
Summary
Update the TypeScript package documentation so its runtime requirements, defaults, filesystem paths, and scan behavior match the current
implementation.
Changes
cli_auth_credentials_storedefault from"file"to"auto".--pythonfor scan, bulk-scan, and export commands;pythonPathfor the SDK;PYTHONfor all Python-backed commands.--max-attemptscontrols attempts for pending repositories during each commandinvocation.
$CODEX_SECURITY_STATE_DIR/workbench.sqlite3when the override is configured;$CODEX_HOME/state/plugins/codex-security/workbench.sqlite3otherwise;~/.codexwhenCODEX_HOMEis unset.DEFAULT_CODEX_CONFIG.Verification
pnpm run formatpnpm run typespnpm run buildThe full suite encountered an unrelated timeout in the authentication orchestration test
keeps ambient credentials available after successful ChatGPT login. Package smoke testing reached dependency installation but was blocked because the configured npm registry could not resolvethe pinned
fast-uri@3.1.4package.