Skip to content

chore: update knope#966

Closed
pcfreak30 wants to merge 1 commit into
developfrom
chore/changset
Closed

chore: update knope#966
pcfreak30 wants to merge 1 commit into
developfrom
chore/changset

Conversation

@pcfreak30

@pcfreak30 pcfreak30 commented Jun 9, 2026

Copy link
Copy Markdown
Member

Add Knope configuration for the @lumeweb/portal-plugin-onboarding package

This PR registers the @lumeweb/portal-plugin-onboarding package in knope.toml, enabling automated versioning and changelog generation for it. The configuration follows the same pattern as existing portal plugin packages, pointing to the package's package.json for version tracking and its CHANGELOG.md for changelog output.

@kody-ai

kody-ai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Code Review Completed! 🔥

The code review was successfully completed based on your current configurations.

Kody Guide: Usage and Configuration
Interacting with Kody
  • Request a Review: Ask Kody to review your PR manually by adding a comment with the @kody start-review command at the root of your PR.

  • Validate Business Logic: Ask Kody to validate your code against business rules by adding a comment with the @kody -v business-logic command.

  • Provide Feedback: Help Kody learn and improve by reacting to its comments with a 👍 for helpful suggestions or a 👎 if improvements are needed.

Current Kody Configuration
Review Options

The following review options are enabled or disabled:

Options Enabled
Bug
Performance
Security
Business Logic

Access your configuration settings here.

@pcfreak30 pcfreak30 closed this Jun 9, 2026
Comment thread knope.toml
Comment on lines +76 to +78
[packages."@lumeweb/portal-plugin-onboarding"]
versioned_files = ["libs/portal-plugin-onboarding/package.json"]
changelog = "libs/portal-plugin-onboarding/CHANGELOG.md"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

kody code-review Bug high

Non-existent changelog path libs/portal-plugin-onboarding/CHANGELOG.md in knope.toml causes release failures when Knope attempts to update package metadata. Create this file to match repository conventions and ensure successful execution.

[packages."@lumeweb/portal-plugin-onboarding"]
versioned_files = ["libs/portal-plugin-onboarding/package.json"]
changelog = "libs/portal-plugin-onboarding/CHANGELOG.md"

# Also create libs/portal-plugin-onboarding/CHANGELOG.md (empty or with initial header)
Prompt for LLM

File knope.toml:

Line 76 to 78:

WHAT: The changelog path `libs/portal-plugin-onboarding/CHANGELOG.md` is referenced in knope.toml but the file does not exist in the repository. WHY: Every other package in knope.toml has its corresponding CHANGELOG.md file present; Knope will likely fail when attempting to read or append to this non-existent file during a release. HOW: Create `libs/portal-plugin-onboarding/CHANGELOG.md` before merging (e.g., with an initial entry or as an empty file, matching the convention of other packages).

Suggested Code:

[packages."@lumeweb/portal-plugin-onboarding"]
versioned_files = ["libs/portal-plugin-onboarding/package.json"]
changelog = "libs/portal-plugin-onboarding/CHANGELOG.md"

# Also create libs/portal-plugin-onboarding/CHANGELOG.md (empty or with initial header)

Talk to Kody by mentioning @kody

Was this suggestion helpful? React with 👍 or 👎 to help Kody learn from this interaction.

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