Conversation
Add scaffold_component and extend_component to the expected coreTools list. These tools were wired into the MCP server in PR #207 but the test assertion was never updated, causing CI failures on all subsequent PRs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…-count-badge-in-readme fix: correct tool count badge in README (73 → actual count)
Generates sbom.json during each publish run using @cyclonedx/cyclonedx-npm, uploads it as a GitHub Actions artifact for enterprise compliance audits. Adds sbom.json to .gitignore and documents availability in README. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ration-to-publish ci: add SBOM generation to publish workflow
…ute-file-paths-from-mcp sec: redact absolute file paths from MCP error messages
packages/core/src was included in the files array but all exports already point to compiled build/ paths, making source inclusion redundant. Removing it reduces unpacked package size by ~94% (806 kB → 54 kB). src/skills is retained as it ships the update-helixir Claude Code skill to end users. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…-tighten-packagejson chore: review and tighten package.json files field for npm publish
…config) The handleScaffoldCall function parameter is named _config but the catch block referenced config without underscore prefix, causing TS2552. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove build and node_modules symlinks from git tracking (committed by scaffold_component agent in 4c91c99, root cause of all ELOOP errors) - Change .gitignore from build/ and node_modules/ (directory-only) to build and node_modules (matches both files and directories) - Fix prettier formatting across 24 agent-committed files - Fix unused imports in mixin-resolver.test.ts, source-accessibility.test.ts - Fix scaffold.ts error handler variable name (_config not config) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (4)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
buildandnode_modulessymlinks from git tracking (root cause of ALL CI failures on staging since PR fix: wire scaffold_component and extend_component into MCP server #207)build/andnode_modules/tobuildandnode_modules(matches both files and symlinks)Test plan
pnpm audit --audit-level=highshows reduced vulnerabilitiespnpm run build && pnpm testpass clean🤖 Generated with Claude Code