mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
20 lines
436 B
YAML
20 lines
436 B
YAML
packages:
|
|
- codex-cli
|
|
- codex-rs/responses-api-proxy/npm
|
|
- sdk/typescript
|
|
|
|
ignoredBuiltDependencies:
|
|
- esbuild
|
|
|
|
minimumReleaseAge: 10080
|
|
minimumReleaseAgeExclude: []
|
|
|
|
blockExoticSubdeps: true
|
|
strictDepBuilds: true
|
|
trustPolicy: no-downgrade
|
|
trustPolicyIgnoreAfter: 10080
|
|
trustPolicyExclude: []
|
|
allowBuilds:
|
|
# Build only the official MCP conformance CLI pinned by the TypeScript SDK.
|
|
"@modelcontextprotocol/conformance": true
|