Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openwiki/.last-update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"updatedAt": "2026-07-30T18:43:03.490Z",
"updatedAt": "2026-07-31T01:02:08.631Z",
"command": "update",
"gitHead": "d4aeddcf536044803adebee76372d98634dd2c65",
"gitHead": "ef81c827916ad88685588de0b35190e30cae0917",
"model": "zai.glm-5"
}
6 changes: 4 additions & 2 deletions openwiki/operations/release-gates.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ Apple Development-signed and installed with a stable identity.

The macOS release workflow automates notarized installer builds when triggered by a
version tag or manual dispatch. It requires Developer ID Application and Installer
credentials in the CI environment and publishes a GitHub release only after successful
notarization and Gatekeeper acceptance.
credentials in the CI environment, notarizes and staples the app bundle before
packaging, and publishes a GitHub release only after successful installer notarization
and Gatekeeper acceptance. The build enforces the expected PSD signing team via
ATRIUM_CAPTURE_EXPECTED_TEAM_ID to prevent misissued certificates.

Both public OAuth clients, idempotent authored-asset publication, and
authenticated synthetic production-Atrium acceptance are live verified.
Expand Down