mirror of
https://github.com/okxlin/release-factory.git
synced 2026-09-22 16:02:15 +00:00
Reject unsafe workstation credentials, fix native ARM64 Java, and remove duplicate extensions, caches and temporary tool layers. Pin OpenCode's baseline and Gemini's source/runtime inputs; refresh maintained browser and OS packages; fix Nginx and vendored ZIP vulnerabilities. Verify real login, default plugins, browser/CDP persistence and isolated OpenClaw sandbox operations. Build each platform once and bind release publication to the tested config and manifest digests. Keep service-specific vulnerability gates and refresh DSH APT stages during PR verification. Validation: all 13 PR verification jobs passed, including native amd64/arm64 workstations and DSH variants, plus both browser variants and OpenClaw on amd64. Publication jobs were skipped for PR verification.
13 lines
279 B
JSON
13 lines
279 B
JSON
{
|
|
"name": "release-factory-opencode-runtime",
|
|
"version": "1.18.30",
|
|
"private": true,
|
|
"config": {
|
|
"dcpPackage": "@tarquinen/opencode-dcp@3.1.15"
|
|
},
|
|
"optionalDependencies": {
|
|
"opencode-linux-x64-baseline": "1.18.30",
|
|
"opencode-linux-arm64": "1.18.30"
|
|
}
|
|
}
|