PR feedback

This commit is contained in:
David de Regt
2026-05-20 14:51:50 -07:00
parent 878c1da249
commit 2b75da1b34
3 changed files with 502 additions and 12154 deletions

View File

@@ -157,6 +157,16 @@ def parse_args() -> argparse.Namespace:
"built-in default workflow."
),
)
parser.add_argument(
"--allow-legacy-codex-package",
action="store_true",
# This legacy installer already consumes per-binary artifacts; keep the
# flag so newer staging workflows can call older PR branches.
help=(
"Accepted as a no-op compatibility flag for staging workflows that "
"may synthesize codex-package layouts from legacy per-binary artifacts."
),
)
parser.add_argument(
"root",
nargs="?",