Skip to content

[codex] Fix local update version detection#546

Draft
BobbyWang0120 wants to merge 1 commit intosantifer:mainfrom
BobbyWang0120:codex/fix-local-version-detection
Draft

[codex] Fix local update version detection#546
BobbyWang0120 wants to merge 1 commit intosantifer:mainfrom
BobbyWang0120:codex/fix-local-version-detection

Conversation

@BobbyWang0120
Copy link
Copy Markdown
Contributor

Summary

  • Update VERSION from 1.3.0 to 1.6.0 so it matches the current Release Please manifest and latest release tag.
  • Teach update-system.mjs to read the local version from .release-please-manifest.json first, falling back to VERSION.
  • Reuse the same semver parser for local and remote version sources, and document the prevention rule in AGENTS.md.

Why

The latest release is v1.6.0, but VERSION stayed at 1.3.0. Because localVersion() only read VERSION, a fully updated checkout could still report local: 1.3.0, remote: 1.6.0 and show a false update prompt.

Validation

  • node update-system.mjs check -> {"status":"up-to-date","local":"1.6.0","remote":"1.6.0"}
  • npm run update:check -> same result
  • node test-all.mjs --quick -> 64 passed, 0 failed, 15 existing warnings around branding strings

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 30, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 9b48e01f-f1d7-4014-9b9a-4d133659f53a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

deepak-glitch pushed a commit to deepak-glitch/career-ops that referenced this pull request May 5, 2026
…F, archived 3 below-threshold)

- scan.mjs: 1 new offer (HelloFresh DE — filter slip, archived)
- Level 3 WebSearch: 9 candidate URLs added; 6 archived as 404/403
- Pipeline batch (santifer#546-549): Sezzle (LATAM, 2.0), GitLab (India, 2.2),
  Neara FDE LA (Hybrid US, 3.0 + PDF), HelloFresh (DE OT, 1.2)
- 3 below-threshold reports archived to reports/below-threshold/
- verify-pipeline.mjs: 0 errors / 0 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant