Skip to content

chore: sync generated version artifacts#100

Merged
namastex888 merged 1 commit into
mainfrom
drogo/prod-rlmx
May 30, 2026
Merged

chore: sync generated version artifacts#100
namastex888 merged 1 commit into
mainfrom
drogo/prod-rlmx

Conversation

@namastex888
Copy link
Copy Markdown
Collaborator

Summary

  • Sync generated dist version artifacts with package.json version 0.260528.2
  • Sync package-lock root version metadata after npm install/build on prod branch

Test Plan

  • npm run build
  • npm test (366 passing)
  • npm run check

Notes

  • Branch was clean before npm install; initial build failed because node_modules was stale/missing @earendil-works/pi-ai. npm install restored dependencies and surfaced only version metadata drift.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 30, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (3)
  • dist/src/version.d.ts is excluded by !**/dist/**
  • dist/src/version.js is excluded by !**/dist/**
  • package-lock.json is excluded by !**/package-lock.json

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4a1a5d5f-8163-4a7c-a1fe-e42b1e906818

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
  • Commit unit tests in branch drogo/prod-rlmx

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.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the package version to 0.260528.2 in dist/src/version.d.ts, dist/src/version.js, and package-lock.json. There are no review comments, and I have no feedback to provide.

@namastex888
Copy link
Copy Markdown
Collaborator Author

Operator diff review + local test receipt

Reviewed the PR diff. Scope is intentionally narrow:

  • dist/src/version.{js,d.ts} now report 0.260528.2, matching package.json on prod.
  • package-lock.json root/package metadata now reports 0.260528.2 instead of stale 0.260526.4.
  • No runtime logic, dependency versions, source TS, or public API behavior changed.

Context found during housekeeping:

  • Worktree was clean before dependency refresh.
  • Initial npm run build failed because local node_modules was stale/missing @earendil-works/pi-ai.
  • npm install restored dependencies and surfaced only generated/version metadata drift.

Local tests run on drogo/prod-rlmx at commit 2b43b61:

npm run build  ✅
npm test       ✅ 366 pass / 0 fail
npm run check  ✅

Risk: low. This is version artifact/lockfile metadata synchronization, not functional code.

@namastex888 namastex888 merged commit 456a574 into main May 30, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant