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="?",

View File

@@ -4,10 +4,10 @@ Vendored from upstream SQLite Fossil trunk:
- `ext/recover/sqlite3recover.h`
- `ext/recover/dbdata.c`
`sqlite3.h` is copied from the `libsqlite3-sys` 0.30.1 bundled SQLite
source so Cargo and Bazel compile these extension files with matching public
SQLite declarations without adding a build-dependency that would compile
SQLite a second time.
`sqlite3.h` is a comment-stripped copy from the `libsqlite3-sys` 0.30.1
bundled SQLite source so Cargo and Bazel compile these extension files with
matching public SQLite declarations without adding a build-dependency that
would compile SQLite a second time.
These files implement SQLite's recover extension without invoking the
`sqlite3` command-line shell. They are compiled into `codex-state` and link

File diff suppressed because it is too large Load Diff