Skip to content

feat: automated CEM sync CI gate to prevent stale published manifests#82

Merged
himerus merged 2 commits intodevfrom
feature/feat-automated-cem-sync-ci-gate-to
Mar 18, 2026
Merged

feat: automated CEM sync CI gate to prevent stale published manifests#82
himerus merged 2 commits intodevfrom
feature/feat-automated-cem-sync-ci-gate-to

Conversation

@himerus
Copy link
Copy Markdown
Contributor

@himerus himerus commented Mar 18, 2026

Summary

Consumer report from trip-planner project.

Problem: The CEM is baked into the npm package at publish time. If component APIs change after publish but before the next release, consuming projects use stale API data. There is no CI gate that validates the published CEM matches the actual component source.

This has caused multiple issues in trip-planner where Helixir MCP tools returned outdated component info because they read the published CEM.

Proposed solution:

  1. CI step that regenerates CEM ...

Recovered automatically by Automaker post-agent hook

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 18, 2026

Warning

Rate limit exceeded

@himerus has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 20 minutes and 37 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: dd0d8e21-c3cc-4aa4-a144-a3bba24e95f6

📥 Commits

Reviewing files that changed from the base of the PR and between a5beebe and 6b7c4fc.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (7)
  • .changeset/cem-sync-gate.md
  • .github/workflows/cem-validate.yml
  • custom-elements-manifest.config.cjs
  • custom-elements.json
  • docs/updating-cem.md
  • package.json
  • scripts/normalize-cem.mjs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/feat-automated-cem-sync-ci-gate-to
📝 Coding Plan
  • Generate coding plan for human review comments

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.

@himerus himerus merged commit 87fa246 into dev Mar 18, 2026
10 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