Polish README and env examples for OSS launch#7
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2a067645c5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| git -C "$INSTALL_DIR" fetch --tags --depth 1 origin "$VERSION" | ||
| git -C "$INSTALL_DIR" checkout --quiet "$VERSION" |
There was a problem hiding this comment.
Fast-forward existing installs to fetched version
In scripts/setup.sh, the existing-repo path fetches origin "$VERSION" and then runs git checkout "$VERSION", but this does not advance a local branch (for example main) to the newly fetched commit. In practice, rerunning the installer in an existing ~/pushboy checkout can leave users on stale code even though fetch succeeds, because only remote-tracking refs/FETCH_HEAD were updated. This breaks the script’s update behavior for the most common upgrade flow.
Useful? React with 👍 / 👎.
Summary
.env.exampleto match the current server/runtime configuration and remove obsolete SQLite/Firebase placeholderslearnings/folder from the published repo and add the standard OSS repo files, Docker setup, CI, OpenAPI spec, and licenseTesting
git diff --checkand ASCII checksgo test ./...