Skip to content

Commit ea73a3c

Browse files
authored
Merge pull request #5718 from code-yeongyu/code-yeongyu/fix-final-prepublish-size-gate
test(release): document final size exceptions
2 parents 7630478 + 763ae0d commit ea73a3c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/omo-codex/plugin/components/bootstrap/scripts/bootstrap.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# allow: SIZE_OK - Windows bootstrap hook keeps PowerShell 5.1-compatible resolver/provisioning flow in one audited entrypoint.
12
# LazyCodex bootstrap SessionStart hook for native Windows (Windows PowerShell 5.1).
23
# Codex runs hooks through %COMSPEC%, so node may be absent from PATH entirely.
34
# Resolve Codex-managed Node first, then the portable ZIP pinned by

script/qa/codex-marketplace-e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# allow: SIZE_OK - Single end-to-end marketplace install/upgrade scenario; split future additions by phase before expanding.
23
# Task 16 e2e marketplace QA against real codex (plan: .omo/plans/codex-marketplace-bootstrap.md).
34
# Usage: bash script/qa/codex-marketplace-e2e.sh 2>&1 | tee .omo/evidence/task-16-e2e.log
45
# Traps this script must dodge (facts that live outside this repo):

0 commit comments

Comments
 (0)